index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
smbd
/
password.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-54
/
+89
*
r12311: Reformatting
Volker Lendecke
2007-10-10
1
-15
/
+23
*
r12305: Reformatting
Volker Lendecke
2007-10-10
1
-8
/
+20
*
r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset...
Gerald Carter
2007-10-10
1
-1
/
+36
*
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.
Tim Potter
2007-10-10
1
-1
/
+1
*
r2082: lp_path should be lp_pathname.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r2077: fix logic bug in the check for creating a user's home directory in reg...
Gerald Carter
2007-10-10
1
-10
/
+13
*
r1506: Fix inspired by patches from Michael Collin Nielsen <michael@hum.aau.d...
Jeremy Allison
2007-10-10
1
-11
/
+15
*
r519: fix bug in authorise_login() that broke security = share
Gerald Carter
2007-10-10
1
-0
/
+2
*
r486: BUG 1309: fix seg fault caused by trying to strdup() a NULL pointer
Gerald Carter
2007-10-10
1
-1
/
+5
*
r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.
Jeremy Allison
2007-10-10
1
-8
/
+28
*
Merge from HEAD the SMB signing patch that I developed a couple of weeks
Andrew Bartlett
2004-03-27
1
-1
/
+1
*
BUG 417: fix %UuGg variables expansion in include lines setging the current_u...
Gerald Carter
2004-03-19
1
-0
/
+4
*
cleanup patch for bug 977 so we don't display incorrect debug messages
Gerald Carter
2004-01-31
1
-8
/
+12
*
bug 977 - don't create a homes share for a user if a static share already exi...
Gerald Carter
2004-01-27
1
-1
/
+7
*
Changes all over the shop, but all towards:
Andrew Bartlett
2003-11-22
1
-4
/
+19
*
Fix for valid users = %S in homes share.
Jeremy Allison
2003-09-26
1
-3
/
+7
*
fix bug 397: use a variant of alloc_sub_basic() for string lists.
Gerald Carter
2003-09-05
1
-1
/
+4
*
Signing so far... the client code fails on a SMBtrans2 secondary transaction
Jeremy Allison
2003-07-18
1
-5
/
+3
*
Formatting tidyups to match the rest of the source.
Jeremy Allison
2003-07-17
1
-23
/
+33
*
Missed this in the previous patch - we now have a seperate idea of the
Andrew Bartlett
2003-07-03
1
-1
/
+1
[next]