summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix another unused warning.Tim Potter2003-10-311-0/+3
| * Fix spelling mistake.Tim Potter2003-10-311-1/+1
| * Merge from 3.0:Tim Potter2003-10-311-40/+40
| * Fix some unused variable warnings.Tim Potter2003-10-312-0/+6
| * Merge from 3.0:Tim Potter2003-10-311-3/+0
| * Sync up with 3.0Tim Potter2003-10-311-3/+3
| * Sync up some indentation.Tim Potter2003-10-311-3/+3
| * Merge from 3.0: Sync up comments.Tim Potter2003-10-311-2/+2
| * Merge of some fixes from 3.0:Tim Potter2003-10-311-8/+10
| * Add string to uuid fn. Thanks aliguori.Jim McDonough2003-10-301-1/+84
| * If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide...Jeremy Allison2003-10-301-1/+1
| * Last of the GUID->struct uuid changes.Jim McDonough2003-10-302-14/+7
| * Nearing the end of the GUID -> struct uuid changes.Jim McDonough2003-10-302-9/+12
| * Ok, nearing the end of the GUID->struct uuid changes.Jim McDonough2003-10-305-34/+34
| * More GUID->struct uuid changes.Jim McDonough2003-10-302-9/+14
| * Another round of GUID->struct uuid.Jim McDonough2003-10-305-10/+10
| * First round of merging various UUID structures.Jim McDonough2003-10-3017-153/+141
| * bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter2003-10-301-0/+5
| * Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com).Jeremy Allison2003-10-301-1/+1
| * Janitor for tridge.Jeremy Allison2003-10-292-2/+5
| * Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-296-14/+28
| * Don't log at level zero when chdir fails. Ensure correct error message is ret...Jeremy Allison2003-10-282-2/+3
| * Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison2003-10-283-67/+86
| * Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com)Tim Potter2003-10-271-1/+1
| * 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