summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-12-04support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter3-3/+17
2003-12-04don't crash on a NULL priviledge pointer; patch from Jianliang LuGerald Carter1-0/+6
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-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-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 Allison3-13/+651
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-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-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-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-24strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...Gerald Carter1-2/+2
2003-11-24Added "passwd chat timeout" parameter. Docs to follow.Jeremy Allison2-3/+10
2003-11-24patch from Matthias Hilbig for bug 467; use the dns name (or IP) as the origi...Gerald Carter1-2/+7
2003-11-24more access fixes for group enumeration in LDAP; bug 281Gerald Carter6-14/+52
2003-11-23(Merge from 3.0)Andrew Bartlett2-2/+15
2003-11-23Merge from 3.0:Andrew Bartlett6-31/+68
2003-11-22(merge from 3.0)Andrew Bartlett35-597/+1157
2003-11-22debug and swat fixes from 3.0Gerald Carter2-1/+3
2003-11-22fix winbind ping call so that SWAT correctly determines if winbindd is runnin...Gerald Carter1-5/+1
2003-11-22Ensure that items in a list of strings containing whitespaceGerald Carter3-6/+18
2003-11-21Fix for rename across filesystems. Noticed by Rainer Link <link@foo.fh-furtwa...Jeremy Allison1-5/+95
2003-11-21Fix Jerry's no-proto bug :-).Jeremy Allison1-4/+4
2003-11-21make sure we don't append the ldap suffix when writing out the ldap XXX suffi...Gerald Carter1-53/+46
2003-11-20Typo fix.Rafal Szczesniak1-2/+2
2003-11-19Added useful information to debug lines.Rafal Szczesniak1-4/+4
2003-11-19Look at error before using it in debug statement.Jeremy Allison1-3/+2