index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
password.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:smbd: move more session specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-79
/
+112
*
s3:smbd: move negprot related globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-4
/
+14
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-3
/
+5
*
"userdom_struct" does not need "full_name" anymore -- unused
Volker Lendecke
2009-01-20
1
-1
/
+0
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-18
/
+8
*
Second part of the bugfix for #5933
Volker Lendecke
2008-12-30
1
-7
/
+13
*
First part of bugfix for #5933
Volker Lendecke
2008-12-30
1
-3
/
+0
*
Simplify invalidate_vuid slightly
Volker Lendecke
2008-12-30
1
-4
/
+0
*
Simplify is_partial_auth_vuid slightly
Volker Lendecke
2008-12-30
1
-5
/
+1
*
Simplify invalidate_all_vuids() slightly
Volker Lendecke
2008-12-30
1
-5
/
+2
*
Add wrapper str_list_make_v3() to replace the old S3 behavior of
Jeremy Allison
2008-11-06
1
-1
/
+1
*
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
2008-10-12
1
-2
/
+2
*
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
2008-06-19
1
-3
/
+3
*
Move connection-specific vuid cache clear to uid.c
Volker Lendecke
2008-06-14
1
-1
/
+1
*
Fix a memleak introduced after refactoring "struct user_struct"
Volker Lendecke
2008-05-06
1
-1
/
+1
*
Remove "userdom_struct user" from "struct user_struct"
Volker Lendecke
2008-05-05
1
-24
/
+25
*
Remove "session_key" from "struct user_struct"
Volker Lendecke
2008-05-05
1
-6
/
+1
*
Remove "guest" from "struct user_struct"
Volker Lendecke
2008-05-05
1
-4
/
+3
*
Remove the unix token info from "struct user_struct"
Volker Lendecke
2008-05-05
1
-22
/
+4
*
Remove "nt_user_token" from "struct user_struct"
Volker Lendecke
2008-05-05
1
-3
/
+1
*
Remove "logon_script" from "struct user_struct"
Volker Lendecke
2008-05-05
1
-8
/
+0
*
Remove unix_homedir from struct user_struct
Volker Lendecke
2008-05-05
1
-37
/
+35
*
Remove "homedir" from "struct user_struct"
Volker Lendecke
2008-05-05
1
-6
/
+0
*
Ensure invalidate_vuid() deletes any ntlmssp state.
Jeremy Allison
2008-02-14
1
-0
/
+4
*
str_list_free is not needed anymore
Volker Lendecke
2008-02-04
1
-4
/
+2
*
Always pass a TALLOC_CTX to str_list_make and str_list_copy
Volker Lendecke
2008-02-04
1
-4
/
+5
*
strtok -> strtok_r
Volker Lendecke
2008-01-23
1
-4
/
+8
*
Remove Get_Pwnam and its associated static variable
Volker Lendecke
2007-12-19
1
-1
/
+4
*
Simplify add_session_user
Volker Lendecke
2007-12-10
1
-33
/
+25
*
Remove PSTRING_LEN from smbd/ nmbd/.
Jeremy Allison
2007-11-29
1
-3
/
+3
*
Fix an implicit cast warning.
Michael Adam
2007-11-16
1
-1
/
+1
*
Remove last pstring from smbd/*.c
Jeremy Allison
2007-11-13
1
-25
/
+45
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-8
/
+8
*
r24590: Reformatting to coding standards. Added my (C) in places it already s...
Jeremy Allison
2007-10-10
1
-19
/
+22
*
r24589: Refactor our vuid code so that we keep the same
Jeremy Allison
2007-10-10
1
-132
/
+165
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
2007-10-10
1
-1
/
+1
*
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22020: Make it more clear that both the vuser struct and it's contents are
Andrew Bartlett
2007-10-10
1
-39
/
+25
*
r21460: Fix for server-side processing of SPNEGO auth
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r21128: Fix Vista connecting to Samba in share level security.
Jeremy Allison
2007-10-10
1
-0
/
+25
*
r17408: Let us use netgroups even without a NIS domain but just using files
Simo Sorce
2007-10-10
1
-4
/
+3
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-9
/
+10
*
r15589: While trying to understand the vuid code I found that security=share ...
Volker Lendecke
2007-10-10
1
-3
/
+2
*
r15583: Add a comment while trying to understand this code
Volker Lendecke
2007-10-10
1
-0
/
+5
*
r14112: * fix checks on return code from register_vuid() which could actually
Gerald Carter
2007-10-10
1
-1
/
+1
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2007-10-10
1
-5
/
+5
*
r13494: Merge the stuff I've done in head the last days.
Volker Lendecke
2007-10-10
1
-0
/
+129
[prev]
[next]