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
*
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
*
Don't assume that the SAM knows the unix home directory - look it up by
Andrew Bartlett
2003-06-07
1
-6
/
+14
*
Restore a number of fixes that idra removed when he merged his
Andrew Bartlett
2003-05-13
1
-0
/
+1
*
And finally IDMAP in 3_0
Simo Sorce
2003-05-12
1
-9
/
+2
*
fixing typos in debug statements
Gerald Carter
2003-05-12
1
-1
/
+1
*
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
2003-04-23
1
-3
/
+3
*
Don't leak the session identifier string when we shut down a vuid.
Andrew Bartlett
2003-04-23
1
-0
/
+1
*
Merge of server-side authentication changes to 3.0:
Andrew Bartlett
2003-02-24
1
-19
/
+40
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-5
/
+7
*
Merge passdb from HEAD -> 3.0
Andrew Bartlett
2002-11-02
1
-1
/
+1
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-121
/
+41
*
Sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-29
/
+7
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-109
/
+73
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Kill off another ugly wart from the side of the passdb subsystem.
Andrew Bartlett
2002-01-20
1
-0
/
+2
*
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
2002-01-17
1
-0
/
+16
*
Actually enforce the passdb API.
Andrew Bartlett
2002-01-02
1
-1
/
+1
*
moving SAM_ACCOUNT to include a bit field for initialized
Gerald Carter
2001-12-27
1
-8
/
+8
*
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
2001-11-26
1
-2
/
+0
*
Cosmetic fix for debug statement.
Tim Potter
2001-11-19
1
-2
/
+1
*
This change updates lp_guestaccount() to be a *global* paramater, rather than
Andrew Bartlett
2001-11-09
1
-5
/
+6
*
Change to guest logon code.
Andrew Bartlett
2001-11-08
1
-9
/
+9
*
Fix segfault. sup_tok might not always be with us.
Andrew Bartlett
2001-11-04
1
-3
/
+5
*
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
2001-11-03
1
-6
/
+18
*
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
1
-19
/
+32
*
This commit is number 3 of 4.
Andrew Bartlett
2001-10-29
1
-2
/
+2
*
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
2001-10-18
1
-1
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-1
/
+0
*
Small changes to register_vuid ahead of a larger restructure.
Andrew Bartlett
2001-09-30
1
-3
/
+3
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-4
/
+4
*
Kill off the //server/share%user hack in share level security.
Andrew Bartlett
2001-09-15
1
-8
/
+0
*
a bunch of fixes from the sflight to seattle
Andrew Tridgell
2001-08-20
1
-1
/
+0
*
Restore a debug I think I dropped earlier
Andrew Bartlett
2001-08-17
1
-0
/
+2
*
smbd/auth_server: Doco, we want to use cli_nt_error here soon
Andrew Bartlett
2001-08-17
1
-3
/
+0
[next]