summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo...Jeremy Allison2003-10-271-5/+5
| * Janitorial duty for tpot. Merge tdb error log fix.Jeremy Allison2003-10-241-1/+6
| * Add shutdown abort try over initshutdown pipe first, then fall back toJim McDonough2003-10-241-4/+49
| * Add initshutdown pipe commands to rpcclient. Second part of fix to bugJim McDonough2003-10-245-6/+22
* | Clean up a comment noticed by Jonathan Shao@Panasas.com and remove anRichard Sharpe2003-11-261-3/+2
* | Fixing barfed idmap entries and adding not on use of FLAG_HIDE.John Terpstra2003-11-261-2/+8
* | Implement "net rpc group members": Get members of a domain group inVolker Lendecke2003-11-262-0/+89
* | Get rid of a const warningVolker Lendecke2003-11-262-3/+3
* | Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bitsJeremy Allison2003-11-252-0/+45
* | Add a comment, and a useful debug message.Andrew Bartlett2003-11-252-0/+3
* | Fix build of winbindd with static pdb modulesJelmer Vernooij2003-11-251-1/+1
* | allow users to delete jobs with cups printing backendGerald Carter2003-11-252-1/+7
* | If signing starts successfully, don't just turn it off automatically ifJeremy Allison2003-11-251-5/+5
* | Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett2003-11-252-10/+10
* | Patch for #263 from jpjanosi@us.ibm.com.Jeremy Allison2003-11-251-1/+2
* | When server signing is set to "auto", if the client doesn't sign justJeremy Allison2003-11-251-2/+23
* | strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...Gerald Carter2003-11-241-2/+2
* | Added "passwd chat timeout" parameter. Docs to follow.Jeremy Allison2003-11-242-3/+10
* | patch from Matthias Hilbig for bug 467; use the dns name (or IP) as the origi...Gerald Carter2003-11-241-2/+7
* | more access fixes for group enumeration in LDAP; bug 281Gerald Carter2003-11-246-14/+52
* | Patch by emil@disksites.com <Emil Rasamat> to ensure we always alwaysAndrew Bartlett2003-11-232-2/+15
* | Add server-side support for variable-length session keys (as used byAndrew Bartlett2003-11-231-9/+6
* | Add support for variable-length session keys in our client code.Andrew Bartlett2003-11-225-22/+62
* | Changes all over the shop, but all towards:Andrew Bartlett2003-11-2235-597/+1157
* | include WWW-Authenticate field in 401 response for bad auth attempt; bug 629Gerald Carter2003-11-221-1/+2
* | adding a useful debugGerald Carter2003-11-221-0/+1
* | fix winbind ping call so that SWAT correctly determines if winbindd is runnin...Gerald Carter2003-11-221-5/+1
* | Ensure that items in a list of strings containing whitespaceGerald Carter2003-11-223-6/+18
* | Fix for rename across filesystems. Noticed by Rainer Link <link@foo.fh-furtwa...Jeremy Allison2003-11-211-5/+95
* | Fix Jerry's no-proto bug :-).Jeremy Allison2003-11-211-4/+4
* | make sure we don't append the ldap suffix when writing out the ldap XXX suffi...Gerald Carter2003-11-211-53/+46
* | Typo fix.Rafal Szczesniak2003-11-201-2/+2
* | Look at error before using it in debug statement.Jeremy Allison2003-11-191-3/+2
* | Added useful information to debug lines.Rafal Szczesniak2003-11-191-4/+4
* | changing versionb to pre4Gerald Carter2003-11-191-1/+1
* | as discussed on irc, this is a small patch that allows a few moreAndrew Tridgell2003-11-196-7/+292
* | Group quotas patch from "Heinreichsberger, Helmut" <Helmut.Heinreichsberger@w...Jeremy Allison2003-11-191-19/+32
* | Correct fix for checking of '$' name termination.Jeremy Allison2003-11-191-3/+2
* | Useful debug message. Patch by metze.Rafal Szczesniak2003-11-181-2/+4
* | Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison2003-11-182-14/+4
* | Ensure we mangle names ending in '.' in hash2 mangling method.Jeremy Allison2003-11-181-1/+1
* | Fix from Andrew Bartlett to fix up the munged-dial problem.Jeremy Allison2003-11-172-6/+16
* | This fixes a bug when establishing trust against a german W2k3 AD server. InVolker Lendecke2003-11-171-1/+2
* | * make sure we only enumerate group mapping entriesGerald Carter2003-11-173-152/+44
* | fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter2003-11-143-28/+52
* | * Fix from SATOH Fumiyasu for bug 660 (failing to view printGerald Carter2003-11-132-7/+9
* | More casty-foo ...Richard Sharpe2003-11-131-1/+2
* | Squelch some warnings with more casty-foo.Richard Sharpe2003-11-131-2/+2
* | Fix a couple of warnings with casts.Richard Sharpe2003-11-131-2/+2
* | show locked files for -u <user>; bug 590Gerald Carter2003-11-121-10/+41