Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r13494: Merge the stuff I've done in head the last days. | Volker Lendecke | 1 | -0/+129 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -54/+89 |
2007-10-10 | r12311: Reformatting | Volker Lendecke | 1 | -15/+23 |
2007-10-10 | r12305: Reformatting | Volker Lendecke | 1 | -8/+20 |
2007-10-10 | r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset... | Gerald Carter | 1 | -1/+36 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2082: lp_path should be lp_pathname. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2077: fix logic bug in the check for creating a user's home directory in reg... | Gerald Carter | 1 | -10/+13 |
2007-10-10 | r1506: Fix inspired by patches from Michael Collin Nielsen <michael@hum.aau.d... | Jeremy Allison | 1 | -11/+15 |
2007-10-10 | r519: fix bug in authorise_login() that broke security = share | Gerald Carter | 1 | -0/+2 |
2007-10-10 | r486: BUG 1309: fix seg fault caused by trying to strdup() a NULL pointer | Gerald Carter | 1 | -1/+5 |
2007-10-10 | r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic. | Jeremy Allison | 1 | -8/+28 |
2004-03-27 | Merge from HEAD the SMB signing patch that I developed a couple of weeks | Andrew Bartlett | 1 | -1/+1 |
2004-03-19 | BUG 417: fix %UuGg variables expansion in include lines setging the current_u... | Gerald Carter | 1 | -0/+4 |
2004-01-31 | cleanup patch for bug 977 so we don't display incorrect debug messages | Gerald Carter | 1 | -8/+12 |
2004-01-27 | bug 977 - don't create a homes share for a user if a static share already exi... | Gerald Carter | 1 | -1/+7 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -4/+19 |
2003-09-26 | Fix for valid users = %S in homes share. | Jeremy Allison | 1 | -3/+7 |
2003-09-05 | fix bug 397: use a variant of alloc_sub_basic() for string lists. | Gerald Carter | 1 | -1/+4 |
2003-07-18 | Signing so far... the client code fails on a SMBtrans2 secondary transaction | Jeremy Allison | 1 | -5/+3 |
2003-07-17 | Formatting tidyups to match the rest of the source. | Jeremy Allison | 1 | -23/+33 |
2003-07-03 | Missed this in the previous patch - we now have a seperate idea of the | Andrew Bartlett | 1 | -1/+1 |
2003-06-07 | Don't assume that the SAM knows the unix home directory - look it up by | Andrew Bartlett | 1 | -6/+14 |
2003-05-13 | Restore a number of fixes that idra removed when he merged his | Andrew Bartlett | 1 | -0/+1 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -9/+2 |
2003-05-12 | fixing typos in debug statements | Gerald Carter | 1 | -1/+1 |
2003-04-23 | Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted | Andrew Bartlett | 1 | -3/+3 |
2003-04-23 | Don't leak the session identifier string when we shut down a vuid. | Andrew Bartlett | 1 | -0/+1 |
2003-02-24 | Merge of server-side authentication changes to 3.0: | Andrew Bartlett | 1 | -19/+40 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -5/+7 |
2002-11-02 | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -121/+41 |
2002-08-17 | Sync 3.0 branch with head | Jelmer Vernooij | 1 | -29/+7 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -109/+73 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-20 | Kill off another ugly wart from the side of the passdb subsystem. | Andrew Bartlett | 1 | -0/+2 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -0/+16 |
2002-01-02 | Actually enforce the passdb API. | Andrew Bartlett | 1 | -1/+1 |
2001-12-27 | moving SAM_ACCOUNT to include a bit field for initialized | Gerald Carter | 1 | -8/+8 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -2/+0 |
2001-11-19 | Cosmetic fix for debug statement. | Tim Potter | 1 | -2/+1 |
2001-11-09 | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 1 | -5/+6 |
2001-11-08 | Change to guest logon code. | Andrew Bartlett | 1 | -9/+9 |