summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_expand_msdfs.c
Commit message (Expand)AuthorAgeFilesLines
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-071-1/+1
* s3: VFS: vfs_expand_msdfs. Remove readlink_fn(). No longer used.Jeremy Allison2019-08-231-45/+0
* s3: VFS: vfs_expand_msdfs. Implement readlinkat().Jeremy Allison2019-08-231-1/+50
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-2/+4
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s3:vfs_expand_msdfs: Do not open the remote address as a fileAndreas Schneider2017-03-151-2/+1
* vfs: expand_msdfs xfile->stdioVolker Lendecke2016-12-111-5/+4
* lib: Remove global xfile.h includesVolker Lendecke2016-11-201-0/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-1/+1
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+2
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-vfs: Replace client_id in exand msdfs.Andreas Schneider2011-07-041-1/+9
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3-auth: vfs modules need auth.hGünther Deschner2011-03-301-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-4/+4
* s3: Remove smbd_server_fd from expand_msdfs_targetVolker Lendecke2010-08-261-3/+2
* s3: Lift smbd_server_fd() from read_target_hostVolker Lendecke2010-08-161-5/+8
* s3: Remove get_client_fd()Volker Lendecke2010-08-161-1/+1
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-1/+1
* s3: Simplify the code a bit: Catch (len==0) earlyVolker Lendecke2010-02-031-7/+4
* Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)Jeremy Allison2010-02-021-3/+16
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-7/+3
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-1/+1
* Remove current_user_info reference from vfs_expand_msdfs.cVolker Lendecke2008-06-191-3/+1
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-251-1/+1
* Remove "user" from connection_structVolker Lendecke2008-05-101-1/+1
* Remove the unix token info from connection_structVolker Lendecke2008-05-101-1/+1
* Remove pstring from modules directory.Jeremy Allison2007-11-161-35/+54
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-1/+1
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+2
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-0/+1
* r20124: clean up nested extern declaration warningsHerb Lewis2007-10-101-1/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-4/+8
* r4864: Remove unused var.Jeremy Allison2007-10-101-2/+2
* Without words...Volker Lendecke2004-03-291-1/+1
* Some fixes to expand_msdfs module.Volker Lendecke2004-03-291-2/+9
* Move the Client-IP based msdfs target expansion to a VFS module.Volker Lendecke2004-03-261-0/+184