summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-12-04* fix RemoveSidForeignDomain() ; bug 252Gerald Carter6-84/+121
2003-12-03Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <...Jeremy Allison1-8/+10
2003-12-02Match Win2k and return 'invalid parameter' for creating of a new account withAndrew Bartlett1-0/+6
2003-12-02Two trivial warningsVolker Lendecke1-1/+3
2003-12-01Client connect signing error messages should be level zero elseJeremy Allison1-2/+2
2003-12-01Get a little paranoid about memfree use in convert_string_allocate..Jeremy Allison1-7/+6
2003-12-01another strequal() == 0 fixGerald Carter1-1/+1
2003-12-01fix inverted logic caused by s/strcmp/strequal/; host allow/deny works again;...Gerald Carter1-1/+1
2003-12-01add Replicator and RAS Servers to list of builtin SIDs we resolve; bug 608Gerald Carter1-0/+2
2003-12-01don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu ...Gerald Carter1-3/+5
2003-12-01In the brief 'net rpc group' listing, don't cut off group names at 21 chars.Volker Lendecke1-3/+3
2003-12-01Beautify the net status help message a bitVolker Lendecke1-4/+4
2003-12-01I needed a decently parseable format of smbstatus. Looking at smbstatus codeVolker Lendecke4-1/+270
2003-12-01Fix spurious error msg. when seq=0.Jeremy Allison1-0/+2
2003-12-01Ensure the server can cope with multiple secondary transJeremy Allison3-0/+24
2003-12-01Subtract NT_STATUS from common flag, don't add it...Jeremy Allison2-7/+7
2003-12-01Ensure we use the same mid for the secondary trans requests, W2K3Jeremy Allison1-0/+6
2003-12-01Don't automatically set nt status code flag unless client tells us it canJeremy Allison2-14/+29
2003-12-01Better fix for client signing bug. Ensure we don't malloc/free trans signingJeremy Allison2-36/+40
2003-11-30Fix signing bug with secondary client trans requests. Turns out the lastJeremy Allison1-0/+20
2003-11-28Implement 'net rpc group list [global|local|builtin]*' for a select listing ofVolker Lendecke2-0/+36
2003-11-27Fix for pdbedit error code returns (sorry, forgot who sent in the patch).Jeremy Allison1-2/+11
2003-11-27Only ask for 512 names at a time.Volker Lendecke1-8/+19
2003-11-27Correct freebsd 5.1 support for winbind contributed by Aaron Collins.Tim Potter2-1/+85
2003-11-27use samr_dispinfo(level == 1) for enumerating domain users so we can include ...Gerald Carter1-17/+34
2003-11-26Patch from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> to addJeremy Allison2-13/+49
2003-11-26This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+602
2003-11-26Patch from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> to addJeremy Allison3-13/+651
2003-11-26Clean up a comment noticed by Jonathan Shao@Panasas.com and remove anRichard Sharpe1-3/+2
2003-11-26Fixing barfed idmap entries and adding not on use of FLAG_HIDE.John Terpstra1-2/+8
2003-11-26Implement "net rpc group members": Get members of a domain group inVolker Lendecke2-0/+89
2003-11-26Implement "net rpc group members": Get members of a domain group inVolker Lendecke2-0/+89
2003-11-26Get rid of a const warningVolker Lendecke2-3/+3
2003-11-26Get rid of a const warningVolker Lendecke2-3/+3
2003-11-26Merge from 3.0:Andrew Bartlett4-13/+15
2003-11-25Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bitsJeremy Allison2-0/+45
2003-11-25Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bitsJeremy Allison2-0/+45
2003-11-25Add a comment, and a useful debug message.Andrew Bartlett2-0/+3
2003-11-25Fix build of winbindd with static pdb modulesJelmer Vernooij1-1/+1
2003-11-25allow users to delete jobs with cups printing backendGerald Carter2-1/+7
2003-11-25allow users to delete jobs with cups printing backendGerald Carter2-1/+7
2003-11-25If signing starts successfully, don't just turn it off automatically ifJeremy Allison1-5/+5
2003-11-25If signing starts successfully, don't just turn it off automatically ifJeremy Allison1-5/+5
2003-11-25Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett2-10/+10
2003-11-25Patch for #263 from jpjanosi@us.ibm.com.Jeremy Allison1-1/+2
2003-11-25Patch for #263 from jpjanosi@us.ibm.com.Jeremy Allison1-1/+2
2003-11-25When server signing is set to "auto", if the client doesn't sign justJeremy Allison1-2/+23
2003-11-25When server signing is set to "auto", if the client doesn't sign justJeremy Allison1-2/+23
2003-11-24strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...Gerald Carter1-2/+2
2003-11-24strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...Gerald Carter1-2/+2