Age | Commit message (Expand) | Author | Files | Lines |
2003-12-01 | another strequal() == 0 fix | Gerald Carter | 1 | -1/+1 |
2003-12-01 | fix inverted logic caused by s/strcmp/strequal/; host allow/deny works again;... | Gerald Carter | 1 | -1/+1 |
2003-12-01 | add Replicator and RAS Servers to list of builtin SIDs we resolve; bug 608 | Gerald Carter | 1 | -0/+2 |
2003-12-01 | don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu ... | Gerald Carter | 1 | -3/+5 |
2003-12-01 | In the brief 'net rpc group' listing, don't cut off group names at 21 chars. | Volker Lendecke | 1 | -3/+3 |
2003-12-01 | Beautify the net status help message a bit | Volker Lendecke | 1 | -4/+4 |
2003-12-01 | I needed a decently parseable format of smbstatus. Looking at smbstatus code | Volker Lendecke | 4 | -1/+270 |
2003-12-01 | Fix spurious error msg. when seq=0. | Jeremy Allison | 1 | -0/+2 |
2003-12-01 | Ensure the server can cope with multiple secondary trans | Jeremy Allison | 3 | -0/+24 |
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 |