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
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
2011-07-04
s3-smbd: Replace client_id in smbd service.
Andreas Schneider
1
-6
/
+21
2011-06-29
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
1
-0
/
+1
2011-05-31
s3-globals Remove smbd_event_context() (use server_event_context())
Andrew Bartlett
1
-1
/
+1
2011-05-31
s3-param split service.c into param and smbd components
Andrew Bartlett
1
-226
/
+0
2011-04-29
s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.
Günther Deschner
1
-0
/
+1
2011-04-05
s3-auth use create_local_token() to transform server_info -> session_info
Andrew Bartlett
1
-3
/
+3
2011-03-30
s3-auth: smbd needs auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-passdb: use passdb headers where needed.
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-03-04
s3-printing: follow force user/group for driver IO
David Disseldorp
1
-56
/
+71
2011-02-22
s3-printing: fix pcacp prototypes and includes.
Günther Deschner
1
-0
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-40
/
+40
2011-02-10
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
1
-4
/
+4
2010-11-20
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
1
-10
/
+1
2010-11-10
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
1
-36
/
+74
2010-11-10
Remove fstring from map_username. Create a more sane interface than the calle...
Jeremy Allison
1
-6
/
+13
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-08-31
s3-auth Rename NT_USER_TOKEN user_sids -> sids
Andrew Bartlett
1
-1
/
+1
2010-08-22
s3: Replace calls to check_access by allow_access
Volker Lendecke
1
-4
/
+5
2010-08-18
s3: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2010-08-18
s3: Remove unneeded "client_address" from connection_struct
Volker Lendecke
1
-12
/
+2
2010-08-16
s3: Remove smbd_server_fd() from make_connection
Volker Lendecke
1
-2
/
+2
[next]