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
/
password.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-12
s3: Fix a segfault with debug level 3 on Solaris
Volker Lendecke
1
-1
/
+2
2012-03-06
s3:smbd: keep 'num_users' and 'users' directly under smbd_server_connection
Stefan Metzmacher
1
-11
/
+11
2012-03-04
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
1
-397
/
+0
2012-01-05
s3-auth use gensec directly rather than via auth_generic_state
Andrew Bartlett
1
-2
/
+2
2011-08-03
s3-auth set session_info->sanitized_username in create_local_token()
Andrew Bartlett
1
-9
/
+1
2011-07-20
s3-auth Remove seperate guest boolean
Andrew Bartlett
1
-3
/
+6
2011-07-20
s3-auth Use the common auth_session_info
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
1
-3
/
+3
2011-07-20
s3-auth Use guest boolean in auth_user_info_unix
Andrew Bartlett
1
-3
/
+3
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-9
/
+10
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-3
/
+9
2011-07-20
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
1
-1
/
+1
2011-07-04
s3-auth: Pass the remote_address down to user_info.
Andreas Schneider
1
-4
/
+12
2011-05-06
s3-auth: fixed bug with usernames longer than sizeof(char *)
Andrew Tridgell
1
-3
/
+3
2011-05-04
Fix warning messages caused by addition of null check in fstrcpy macro.
Jeremy Allison
1
-3
/
+3
2011-05-04
Fix off-by-one when used with safe_strcpy.
Jeremy Allison
1
-1
/
+1
2011-04-05
s3-auth Rename user_session_key -> session_key to match auth_session_info
Andrew Bartlett
1
-1
/
+1
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-includes: only include system/passwd.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
-26
/
+26
2011-02-10
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
1
-1
/
+1
2010-11-10
Remove fstring from map_username. Create a more sane interface than the calle...
Jeremy Allison
1
-3
/
+3
2010-10-20
Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...
Jeremy Allison
1
-1
/
+1
2010-08-17
s3: Remove smbd_server_fd() from session_claim
Volker Lendecke
1
-1
/
+1
2010-08-06
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
1
-0
/
+1
2010-07-19
s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contexts
Simo Sorce
1
-1
/
+1
2010-07-05
s3: Remove procid_self() from session_claim()
Volker Lendecke
1
-1
/
+1
2010-06-17
s3-waf: Work around missing *netgrent prototypes on OSX 10.4
Kai Blin
1
-0
/
+11
2010-06-12
s3: Remove smbd_server_conn from register_existing_vuid
Volker Lendecke
1
-2
/
+2
2010-06-09
Rename "allow_smb2" -> "using_smb2" and make the usage clearer.
Jeremy Allison
1
-1
/
+1
2010-06-04
s3-auth: Moved smbd user functions to a generic place.
Andreas Schneider
1
-133
/
+0
2010-05-31
s3:smbd user_ok doesn't need sconn anymore
Simo Sorce
1
-7
/
+6
2010-05-31
s3:smbd user_in_list() doesn't need sconn anymore
Simo Sorce
1
-5
/
+4
2010-05-31
s3:smbd user_in_network() doesn't need sconn anymore
Simo Sorce
1
-6
/
+5
2010-05-31
s3:smbd make yp cache local.
Simo Sorce
1
-14
/
+8
2010-05-28
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
1
-3
/
+3
2010-05-17
Plumb in krb5 to the SMB2 sessionsetup code. First cut of this code.
Jeremy Allison
1
-1
/
+1
2010-01-10
s3: Remove the typedef for "auth_serversupplied_info"
Volker Lendecke
1
-1
/
+1
2009-09-25
s3:smbd/password - move list pointers into blocks
Matthias Dieter Wallnöfer
1
-6
/
+6
2009-08-12
s3:smbd: correctly invalidate vuids when SMB2 is used
Stefan Metzmacher
1
-0
/
+4
2009-07-14
s3: make d9c0d58236 better readble and reduce indentation
Björn Jacke
1
-13
/
+13
2009-07-14
s3: don't make same innetgr check twice
Björn Jacke
1
-8
/
+11
2009-06-03
s3:smbd: move tcon specific globals to struct smbd_server_connection
Stefan Metzmacher
1
-1
/
+1
2009-06-03
s3:smbd: move more session specific globals to struct smbd_server_connection
Stefan Metzmacher
1
-79
/
+112
2009-06-03
s3:smbd: move negprot related globals to struct smbd_server_connection
Stefan Metzmacher
1
-4
/
+14
2009-03-23
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
1
-3
/
+5
2009-01-20
"userdom_struct" does not need "full_name" anymore -- unused
Volker Lendecke
1
-1
/
+0
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-18
/
+8
2008-12-30
Second part of the bugfix for #5933
Volker Lendecke
1
-7
/
+13
[next]