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
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
2008-12-30
First part of bugfix for #5933
Volker Lendecke
1
-3
/
+0
2008-12-30
Simplify invalidate_vuid slightly
Volker Lendecke
1
-4
/
+0
2008-12-30
Simplify is_partial_auth_vuid slightly
Volker Lendecke
1
-5
/
+1
2008-12-30
Simplify invalidate_all_vuids() slightly
Volker Lendecke
1
-5
/
+2
2008-11-06
Add wrapper str_list_make_v3() to replace the old S3 behavior of
Jeremy Allison
1
-1
/
+1
2008-10-12
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
1
-2
/
+2
2008-06-19
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
1
-3
/
+3
2008-06-14
Move connection-specific vuid cache clear to uid.c
Volker Lendecke
1
-1
/
+1
2008-05-06
Fix a memleak introduced after refactoring "struct user_struct"
Volker Lendecke
1
-1
/
+1
2008-05-05
Remove "userdom_struct user" from "struct user_struct"
Volker Lendecke
1
-24
/
+25
2008-05-05
Remove "session_key" from "struct user_struct"
Volker Lendecke
1
-6
/
+1
2008-05-05
Remove "guest" from "struct user_struct"
Volker Lendecke
1
-4
/
+3
2008-05-05
Remove the unix token info from "struct user_struct"
Volker Lendecke
1
-22
/
+4
2008-05-05
Remove "nt_user_token" from "struct user_struct"
Volker Lendecke
1
-3
/
+1
2008-05-05
Remove "logon_script" from "struct user_struct"
Volker Lendecke
1
-8
/
+0
2008-05-05
Remove unix_homedir from struct user_struct
Volker Lendecke
1
-37
/
+35
2008-05-05
Remove "homedir" from "struct user_struct"
Volker Lendecke
1
-6
/
+0
2008-02-14
Ensure invalidate_vuid() deletes any ntlmssp state.
Jeremy Allison
1
-0
/
+4
2008-02-04
str_list_free is not needed anymore
Volker Lendecke
1
-4
/
+2
2008-02-04
Always pass a TALLOC_CTX to str_list_make and str_list_copy
Volker Lendecke
1
-4
/
+5
2008-01-23
strtok -> strtok_r
Volker Lendecke
1
-4
/
+8
2007-12-19
Remove Get_Pwnam and its associated static variable
Volker Lendecke
1
-1
/
+4
2007-12-10
Simplify add_session_user
Volker Lendecke
1
-33
/
+25
2007-11-29
Remove PSTRING_LEN from smbd/ nmbd/.
Jeremy Allison
1
-3
/
+3
2007-11-16
Fix an implicit cast warning.
Michael Adam
1
-1
/
+1
2007-11-13
Remove last pstring from smbd/*.c
Jeremy Allison
1
-25
/
+45
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-8
/
+8
2007-10-10
r24590: Reformatting to coding standards. Added my (C) in places it already s...
Jeremy Allison
1
-19
/
+22
2007-10-10
r24589: Refactor our vuid code so that we keep the same
Jeremy Allison
1
-132
/
+165
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
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
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
1
-1
/
+1
2007-10-10
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
1
-1
/
+1
2007-10-10
r22020: Make it more clear that both the vuser struct and it's contents are
Andrew Bartlett
1
-39
/
+25
2007-10-10
r21460: Fix for server-side processing of SPNEGO auth
Jeremy Allison
1
-0
/
+1
2007-10-10
r21128: Fix Vista connecting to Samba in share level security.
Jeremy Allison
1
-0
/
+25
2007-10-10
r17408: Let us use netgroups even without a NIS domain but just using files
Simo Sorce
1
-4
/
+3
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-9
/
+10
2007-10-10
r15589: While trying to understand the vuid code I found that security=share ...
Volker Lendecke
1
-3
/
+2
2007-10-10
r15583: Add a comment while trying to understand this code
Volker Lendecke
1
-0
/
+5
2007-10-10
r14112: * fix checks on return code from register_vuid() which could actually
Gerald Carter
1
-1
/
+1
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-1
/
+1
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-5
/
+5
[next]