Age | Commit message (Expand) | Author | Files | Lines |
2003-12-01 | Subtract NT_STATUS from common flag, don't add it... | Jeremy Allison | 2 | -7/+7 |
2003-12-01 | Ensure we use the same mid for the secondary trans requests, W2K3 | Jeremy Allison | 1 | -0/+6 |
2003-12-01 | Don't automatically set nt status code flag unless client tells us it can | Jeremy Allison | 2 | -14/+29 |
2003-12-01 | Better fix for client signing bug. Ensure we don't malloc/free trans signing | Jeremy Allison | 2 | -36/+40 |
2003-11-30 | Fix signing bug with secondary client trans requests. Turns out the last | Jeremy Allison | 1 | -0/+20 |
2003-11-28 | Implement 'net rpc group list [global|local|builtin]*' for a select listing of | Volker Lendecke | 2 | -0/+36 |
2003-11-27 | Fix for pdbedit error code returns (sorry, forgot who sent in the patch). | Jeremy Allison | 1 | -2/+11 |
2003-11-27 | Only ask for 512 names at a time. | Volker Lendecke | 1 | -8/+19 |
2003-11-27 | Correct freebsd 5.1 support for winbind contributed by Aaron Collins. | Tim Potter | 2 | -1/+85 |
2003-11-27 | use samr_dispinfo(level == 1) for enumerating domain users so we can include ... | Gerald Carter | 1 | -17/+34 |
2003-11-26 | Patch from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> to add | Jeremy Allison | 2 | -13/+49 |
2003-11-26 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+602 |
2003-11-26 | Patch from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> to add | Jeremy Allison | 3 | -13/+651 |
2003-11-26 | Clean up a comment noticed by Jonathan Shao@Panasas.com and remove an | Richard Sharpe | 1 | -3/+2 |
2003-11-26 | Fixing barfed idmap entries and adding not on use of FLAG_HIDE. | John Terpstra | 1 | -2/+8 |
2003-11-26 | Implement "net rpc group members": Get members of a domain group in | Volker Lendecke | 2 | -0/+89 |
2003-11-26 | Implement "net rpc group members": Get members of a domain group in | Volker Lendecke | 2 | -0/+89 |
2003-11-26 | Get rid of a const warning | Volker Lendecke | 2 | -3/+3 |
2003-11-26 | Get rid of a const warning | Volker Lendecke | 2 | -3/+3 |
2003-11-26 | Merge from 3.0: | Andrew Bartlett | 4 | -13/+15 |
2003-11-25 | Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bits | Jeremy Allison | 2 | -0/+45 |
2003-11-25 | Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bits | Jeremy Allison | 2 | -0/+45 |
2003-11-25 | Add a comment, and a useful debug message. | Andrew Bartlett | 2 | -0/+3 |
2003-11-25 | Fix build of winbindd with static pdb modules | Jelmer Vernooij | 1 | -1/+1 |
2003-11-25 | allow users to delete jobs with cups printing backend | Gerald Carter | 2 | -1/+7 |
2003-11-25 | allow users to delete jobs with cups printing backend | Gerald Carter | 2 | -1/+7 |
2003-11-25 | If signing starts successfully, don't just turn it off automatically if | Jeremy Allison | 1 | -5/+5 |
2003-11-25 | If signing starts successfully, don't just turn it off automatically if | Jeremy Allison | 1 | -5/+5 |
2003-11-25 | Do not add NTLM2 to the NTLMSSP flags unconditionally - allow the | Andrew Bartlett | 2 | -10/+10 |
2003-11-25 | Patch for #263 from jpjanosi@us.ibm.com. | Jeremy Allison | 1 | -1/+2 |
2003-11-25 | Patch for #263 from jpjanosi@us.ibm.com. | Jeremy Allison | 1 | -1/+2 |
2003-11-25 | When server signing is set to "auto", if the client doesn't sign just | Jeremy Allison | 1 | -2/+23 |
2003-11-25 | When server signing is set to "auto", if the client doesn't sign just | Jeremy Allison | 1 | -2/+23 |
2003-11-24 | strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec... | Gerald Carter | 1 | -2/+2 |
2003-11-24 | strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec... | Gerald Carter | 1 | -2/+2 |
2003-11-24 | Added "passwd chat timeout" parameter. Docs to follow. | Jeremy Allison | 2 | -3/+10 |
2003-11-24 | Added "passwd chat timeout" parameter. Docs to follow. | Jeremy Allison | 2 | -3/+10 |
2003-11-24 | patch from Matthias Hilbig for bug 467; use the dns name (or IP) as the origi... | Gerald Carter | 1 | -2/+7 |
2003-11-24 | patch from Matthias Hilbig for bug 467; use the dns name (or IP) as the origi... | Gerald Carter | 1 | -2/+7 |
2003-11-24 | more access fixes for group enumeration in LDAP; bug 281 | Gerald Carter | 6 | -14/+52 |
2003-11-24 | more access fixes for group enumeration in LDAP; bug 281 | Gerald Carter | 6 | -14/+52 |
2003-11-23 | (Merge from 3.0) | Andrew Bartlett | 2 | -2/+15 |
2003-11-23 | Merge from 3.0: | Andrew Bartlett | 6 | -31/+68 |
2003-11-23 | Patch by emil@disksites.com <Emil Rasamat> to ensure we always always | Andrew Bartlett | 2 | -2/+15 |
2003-11-23 | Add server-side support for variable-length session keys (as used by | Andrew Bartlett | 1 | -9/+6 |
2003-11-22 | Add support for variable-length session keys in our client code. | Andrew Bartlett | 5 | -22/+62 |
2003-11-22 | (merge from 3.0) | Andrew Bartlett | 35 | -597/+1157 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 35 | -597/+1157 |
2003-11-22 | debug and swat fixes from 3.0 | Gerald Carter | 2 | -1/+3 |
2003-11-22 | include WWW-Authenticate field in 401 response for bad auth attempt; bug 629 | Gerald Carter | 1 | -1/+2 |