Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |