index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
service.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-05
s3: Remove smbd_messaging_context() from make_connection_snum()
Volker Lendecke
1
-1
/
+1
2010-07-05
s3: Remove procid_self() from make_connection_snum()
Volker Lendecke
1
-1
/
+2
2010-07-04
s3: Remove unused msg_flags from connections.tdb
Volker Lendecke
1
-1
/
+1
2010-06-12
s3: Remove smbd_server_conn from make_connection_snum
Volker Lendecke
1
-1
/
+1
2010-06-12
s3: Fix some nonempty lines
Volker Lendecke
1
-8
/
+7
2010-05-31
s3:smbd map_username() doesn't need sconn anymore
Simo Sorce
1
-3
/
+2
2010-05-28
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
1
-6
/
+6
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-2
/
+2
2010-05-20
Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensi...
Jeremy Allison
1
-0
/
+1
2010-03-25
Fix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.
Jeremy Allison
1
-1
/
+1
2010-03-15
Remove the bool admin_user from conn struct. We no longer look at this to mak...
Jeremy Allison
1
-1
/
+0
2010-02-23
s3: Consolidate server_id_self into the equivalent procid_self()
Volker Lendecke
1
-1
/
+1
2010-02-17
Fix bug #6557 - Do not work VFS full_audit
Jeremy Allison
1
-51
/
+34
2010-02-13
s3: Fix a C++ warning
Volker Lendecke
1
-1
/
+1
2010-02-12
Use sec_initial_uid() in the places where being root doesn't matter,
Jeremy Allison
1
-1
/
+1
2010-02-12
Simplify the logic in make_connection_snum(), and make it match Windows behav...
Jeremy Allison
1
-41
/
+63
2010-02-12
Remove #if SOFTLINK_OPTIMIZATION code.
Jeremy Allison
1
-17
/
+0
2010-02-12
Revert "Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_...
Jeremy Allison
1
-16
/
+9
2010-02-12
Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_STATUS_O...
Jeremy Allison
1
-9
/
+16
2010-02-11
Remove the code replaced by widelinks warning.
Jeremy Allison
1
-7
/
+0
2010-02-11
Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...
Jeremy Allison
1
-4
/
+5
2010-02-11
Final part of jumbo patch for bug #7104 - "wide links" and "unix extensions" ...
Jeremy Allison
1
-0
/
+12
2010-02-11
Introduce lp_safe_widelinks()
Simo Sorce
1
-3
/
+5
2010-02-11
Fine changes to previous fix for bug #7104 - "wide links" and "unix extension...
Jeremy Allison
1
-20
/
+18
2010-02-11
Suplementary patch for bug #7104 - "wide links" and "unix extensions" are inc...
Jeremy Allison
1
-27
/
+28
2010-02-05
Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
Jeremy Allison
1
-0
/
+8
2010-01-30
s3/smbd: Fix string buffer overflow causing heap corruption
Steven Danneman
1
-1
/
+2
2009-12-06
streamline some log levels for invalid servicenames
Christian Ambach
1
-1
/
+1
2009-10-01
Fix for CVE-2009-2813.
Jeremy Allison
1
-1
/
+5
2009-08-24
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
1
-18
/
+1
2009-08-21
Log debug message when hires timestamps are available on the
Jeremy Allison
1
-0
/
+4
2009-08-21
Fix bug 6529 - Offline files conflict with Vista and Office 2003
Jeremy Allison
1
-0
/
+13
2009-08-07
s3:smbd: remove dirptr and dirpath from connection_struct
Stefan Metzmacher
1
-2
/
+0
2009-08-07
s3:smbd: add a smbd_server_connection pointer to connection_struct
Stefan Metzmacher
1
-17
/
+16
2009-07-21
do not log chdir with level 0 if reason is access denied
Christian Ambach
1
-2
/
+2
2009-07-14
Revert this commit :
Jeremy Allison
1
-80
/
+0
2009-07-15
s3: Make smbd aware of permission change of usershare. Since usershare are re...
Bo Yang
1
-0
/
+80
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-6
/
+12
2009-06-03
s3:smbd: make make_connection_snum() non static
Stefan Metzmacher
1
-2
/
+1
2009-06-03
s3:smbd: move tcon specific globals to struct smbd_server_connection
Stefan Metzmacher
1
-18
/
+19
2009-06-03
s3:smbd: move more session specific globals to struct smbd_server_connection
Stefan Metzmacher
1
-17
/
+25
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-2
/
+2
2009-05-04
Increase debug level of "create_connection_server_info failed" message
Volker Lendecke
1
-1
/
+1
2009-04-29
s3:smbd/service: switch load_registry_service/shares to use loadparm routines
Michael Adam
1
-70
/
+3
2009-03-23
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
1
-1
/
+1
2009-03-03
Fix bug #6155 - "force group" is no longer working as expected.
Jeremy Allison
1
-0
/
+8
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-2
/
+1
2009-01-05
smbd: prevent access to root filesystem when connecting with empty service name
Michael Adam
1
-0
/
+4
2008-11-24
Remove unused make_connection_with_chdir()
Volker Lendecke
1
-32
/
+0
2008-10-13
Remove smb_np_struct
Volker Lendecke
1
-4
/
+3
[prev]
[next]