index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_expand_msdfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-17
s3:modules: Fix code spelling
Andreas Schneider
1
-1
/
+1
2021-11-11
source3: move lib/substitute.c functions out of proto.h
Ralph Boehme
1
-0
/
+1
2021-02-13
s3: VFS: expand_msdfs: Since we moved to SMB_VFS_READ_DFS_PATHAT() this modul...
Jeremy Allison
1
-39
/
+66
2020-10-23
vfs: make dirfsp arg to SMB_VFS_READLINKAT() const
Ralph Boehme
1
-1
/
+1
2019-11-27
s3:param: make "servicename" a substituted option
Ralph Boehme
1
-1
/
+3
2019-11-07
s3: rename talloc_sub_advanced() to talloc_sub_full()
Ralph Boehme
1
-1
/
+1
2019-08-23
s3: VFS: vfs_expand_msdfs. Remove readlink_fn(). No longer used.
Jeremy Allison
1
-45
/
+0
2019-08-23
s3: VFS: vfs_expand_msdfs. Implement readlinkat().
Jeremy Allison
1
-1
/
+50
2017-12-18
vfs: Use static_decl_vfs in all VFS modules
Christof Schmitt
1
-1
/
+1
2017-06-18
s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...
Jeremy Allison
1
-2
/
+4
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-2
/
+2
2017-03-15
s3:vfs_expand_msdfs: Do not open the remote address as a file
Andreas Schneider
1
-2
/
+1
2016-12-11
vfs: expand_msdfs xfile->stdio
Volker Lendecke
1
-5
/
+4
2016-11-20
lib: Remove global xfile.h includes
Volker Lendecke
1
-0
/
+1
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-1
/
+1
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-1
/
+1
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-2
/
+2
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-1
/
+1
2011-07-04
s3-vfs: Replace client_id in exand msdfs.
Andreas Schneider
1
-1
/
+9
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-1
/
+1
2011-03-30
s3-auth: vfs modules need auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-4
/
+4
2010-08-26
s3: Remove smbd_server_fd from expand_msdfs_target
Volker Lendecke
1
-3
/
+2
2010-08-16
s3: Lift smbd_server_fd() from read_target_host
Volker Lendecke
1
-5
/
+8
2010-08-16
s3: Remove get_client_fd()
Volker Lendecke
1
-1
/
+1
2010-08-06
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
1
-0
/
+1
2010-05-28
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
1
-1
/
+1
2010-02-03
s3: Simplify the code a bit: Catch (len==0) early
Volker Lendecke
1
-7
/
+4
2010-02-02
Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)
Jeremy Allison
1
-3
/
+16
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-7
/
+3
2008-06-19
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
1
-1
/
+1
2008-06-19
Remove current_user_info reference from vfs_expand_msdfs.c
Volker Lendecke
1
-3
/
+1
2008-05-25
Remove some references to get_current_username() and current_user_info
Volker Lendecke
1
-1
/
+1
2008-05-10
Remove "user" from connection_struct
Volker Lendecke
1
-1
/
+1
2008-05-10
Remove the unix token info from connection_struct
Volker Lendecke
1
-1
/
+1
2007-11-16
Remove pstring from modules directory.
Jeremy Allison
1
-35
/
+54
2007-11-03
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
1
-1
/
+1
2007-11-03
I can't get away without a 'length' arg. :-).
Jeremy Allison
1
-1
/
+2
2007-11-03
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
1
-1
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-3
/
+3
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r20261: merge 20260 from samba_3_0_24
Herb Lewis
1
-0
/
+1
2007-10-10
r20124: clean up nested extern declaration warnings
Herb Lewis
1
-1
/
+2
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-4
/
+8
2007-10-10
r4864: Remove unused var.
Jeremy Allison
1
-2
/
+2
2004-03-29
Without words...
Volker Lendecke
1
-1
/
+1
[next]