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
2013-04-19
fileserver: raise the debug level for share connection from non IPC to 2
Matthieu Patou
1
-1
/
+1
2013-04-17
smbd: Convert make_connection_snum to synthetic_smb_fname
Volker Lendecke
1
-3
/
+4
2013-01-09
smbd: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-01-09
Move create_share_access_mask() from smbd/service.c to smbd/uid.c.
Jeremy Allison
1
-38
/
+0
2013-01-09
Fix bug #9518 - conn->share_access appears not be be reset between users.
Jeremy Allison
1
-20
/
+8
2013-01-09
Change API for create_share_access_mask() - remove conn struct.
Jeremy Allison
1
-5
/
+5
2013-01-09
Change API for create_share_access_mask() to pass in the token.
Jeremy Allison
1
-3
/
+6
2013-01-09
Fix API for create_share_access_mask().
Jeremy Allison
1
-8
/
+11
2013-01-09
Remove static from create_share_access_mask().
Jeremy Allison
1
-1
/
+1
2012-11-05
s3:smbd: pass the current time to make_connection[_smb1]()
Stefan Metzmacher
1
-4
/
+5
2012-10-19
s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn...
Stefan Metzmacher
1
-16
/
+0
2012-10-19
s3:smbd: fill tcon->global->session_global_id
Stefan Metzmacher
1
-0
/
+2
2012-09-27
s3: For read-only shares, filter out write bits from conn->access_mask
Volker Lendecke
1
-0
/
+7
2012-09-12
Move cached cwd onto conn struct.
Jeremy Allison
1
-0
/
+6
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
1
-1
/
+5
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
1
-1
/
+4
2012-08-07
source3/smbd/conn.c: wean off string_set/string_free
Rusty Russell
1
-4
/
+5
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-49
/
+53
2012-06-25
s3:smbd: make use of smbXsrv_tcon for smb1
Stefan Metzmacher
1
-2
/
+42
2012-06-25
s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2
Stefan Metzmacher
1
-3
/
+7
2012-06-06
s3:smbd: let close_cnum() take a uint64_t vuid
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:smbd: let make_connection() take a uint64_t vuid
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'
Stefan Metzmacher
1
-4
/
+4
2012-05-22
s3:smbd: remove unused 'connection_struct->used'
Michael Adam
1
-1
/
+0
2012-05-04
s3: Remove an unused extern declaration
Volker Lendecke
1
-2
/
+0
2012-04-23
Fix bug #8882 - Broken processing of %U with vfs_full_audit when force user i...
Jeremy Allison
1
-0
/
+11
2012-04-11
s3:smbd only initialize kernel oplocks if they are enabled for a share
Christian Ambach
1
-0
/
+4
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-1
/
+1
2012-03-23
s3: Remove the sys_notify dependency from notify_internal
Volker Lendecke
1
-5
/
+9
2012-03-21
s3: Move the notify_ctx to the smbd_server_connection
Volker Lendecke
1
-4
/
+5
2012-03-21
s3: Remove "conn" param from notify_init()
Volker Lendecke
1
-3
/
+3
2012-03-15
s3: Remove the separate server_id arg to notify_init
Volker Lendecke
1
-1
/
+0
2012-03-04
s3-smbd: vuser and session_info cannot be NULL here
Andrew Bartlett
1
-37
/
+31
2012-03-04
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
1
-88
/
+26
2012-02-28
Fix problem reported by Tom Lee <tlee2951@gmail.com> - when calculating
Jeremy Allison
1
-3
/
+28
2012-02-25
s3-auth rename vuid_serverinfo to session_info
Andrew Bartlett
1
-8
/
+8
2012-01-19
Now make_connection_snum() is a static function that takes a
Jeremy Allison
1
-33
/
+26
2012-01-18
Fix bug 8710 - connections.tdb - major leak with SMB2.
Jeremy Allison
1
-17
/
+71
2011-12-16
s3:smbd: avoid using sconn_server_id()
Stefan Metzmacher
1
-1
/
+2
2011-12-12
s3:smbd/service: avoid using server_event_context() for notify_init()
Stefan Metzmacher
1
-1
/
+1
2011-10-27
s3: Include uid_wrapper where it is missing.
Andreas Schneider
1
-0
/
+1
2011-07-20
s3-auth Remove seperate guest boolean
Andrew Bartlett
1
-3
/
+7
2011-07-20
s3-auth Use the common auth_session_info
Andrew Bartlett
1
-5
/
+5
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
1
-6
/
+6
2011-07-20
s3-auth Use guest boolean in auth_user_info_unix
Andrew Bartlett
1
-2
/
+2
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-16
/
+16
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-7
/
+7
2011-07-20
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
1
-7
/
+7
2011-07-05
s3: Calculate&store the maximum share access mask
Volker Lendecke
1
-22
/
+15
2011-07-05
s3: Return "granted" from share_access_check
Volker Lendecke
1
-6
/
+7
[next]