summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_expand_msdfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17s3:modules: Fix code spellingAndreas Schneider1-1/+1
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme1-0/+1
2021-02-13s3: VFS: expand_msdfs: Since we moved to SMB_VFS_READ_DFS_PATHAT() this modul...Jeremy Allison1-39/+66
2020-10-23vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme1-1/+1
2019-11-27s3:param: make "servicename" a substituted optionRalph Boehme1-1/+3
2019-11-07s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme1-1/+1
2019-08-23s3: VFS: vfs_expand_msdfs. Remove readlink_fn(). No longer used.Jeremy Allison1-45/+0
2019-08-23s3: VFS: vfs_expand_msdfs. Implement readlinkat().Jeremy Allison1-1/+50
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-06-18s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison1-2/+4
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-03-15s3:vfs_expand_msdfs: Do not open the remote address as a fileAndreas Schneider1-2/+1
2016-12-11vfs: expand_msdfs xfile->stdioVolker Lendecke1-5/+4
2016-11-20lib: Remove global xfile.h includesVolker Lendecke1-0/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-1/+1
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett1-1/+1
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-2/+2
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-1/+1
2011-07-04s3-vfs: Replace client_id in exand msdfs.Andreas Schneider1-1/+9
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-03-30s3-auth: vfs modules need auth.hGünther Deschner1-0/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-4/+4
2010-08-26s3: Remove smbd_server_fd from expand_msdfs_targetVolker Lendecke1-3/+2
2010-08-16s3: Lift smbd_server_fd() from read_target_hostVolker Lendecke1-5/+8
2010-08-16s3: Remove get_client_fd()Volker Lendecke1-1/+1
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner1-0/+1
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce1-1/+1
2010-02-03s3: Simplify the code a bit: Catch (len==0) earlyVolker Lendecke1-7/+4
2010-02-02Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)Jeremy Allison1-3/+16
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-7/+3
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-1/+1
2008-06-19Remove current_user_info reference from vfs_expand_msdfs.cVolker Lendecke1-3/+1
2008-05-25Remove some references to get_current_username() and current_user_infoVolker Lendecke1-1/+1
2008-05-10Remove "user" from connection_structVolker Lendecke1-1/+1
2008-05-10Remove the unix token info from connection_structVolker Lendecke1-1/+1
2007-11-16Remove pstring from modules directory.Jeremy Allison1-35/+54
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-1/+1
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+2
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-0/+1
2007-10-10r20124: clean up nested extern declaration warningsHerb Lewis1-1/+2
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-4/+8
2007-10-10r4864: Remove unused var.Jeremy Allison1-2/+2
2004-03-29Without words...Volker Lendecke1-1/+1