summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Patch from Gregory Hinton Nietsky <gregory@networksentry.co.za>,Jeremy Allison2003-09-151-1/+1
* For some reason testparm runs at debug level 2 which causes the module probe ...Tim Potter2003-09-151-1/+1
* Fix for typo in darwin detection.Jeremy Allison2003-09-141-1/+1
* Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !Jeremy Allison2003-09-133-28/+91
* Fix from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>. ReveredJeremy Allison2003-09-121-1/+1
* Fix from Craig Barratt <cbarratt@users.sourceforge.net> to fix restoreJeremy Allison2003-09-121-2/+4
* fix unitiailized timestamp where merging print_jobs and lpq listingGerald Carter2003-09-111-0/+1
* remove getpwnam() calls from init_sam_from_xxx().Gerald Carter2003-09-112-61/+30
* Fix error message when calling namedtogid() fails adding a group mapTim Potter2003-09-111-1/+1
* Ensure we consistantly translate to/from utf8 for talking to LDAP.Jeremy Allison2003-09-101-33/+31
* Still on my mb rampage. Ensure smbldap_make_mod() correctly detects oldJeremy Allison2003-09-101-15/+13
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-104-256/+288
* Fix for bug #273 - smbd crash on machine account change.Jeremy Allison2003-09-101-10/+7
* Fix stupid typo bug causing CPU spin. Spotted by Markus Ungermann <ungermann@...Jeremy Allison2003-09-101-0/+1
* Back out --with-good-getgrouplist patchAlexander Bokovoy2003-09-101-21/+2
* Now that CAN-2003-0689 is published officially, we need to make possibleAlexander Bokovoy2003-09-101-2/+21
* Fix error return path memory leaks in vampire code for creating users.Tim Potter2003-09-101-3/+8
* Use opt_target_workgroup instead of lp_workgroup() in vampire code soTim Potter2003-09-101-2/+2
* Formatting fixups for help output.Tim Potter2003-09-101-2/+2
* Remove tags file for distclean.Tim Potter2003-09-101-1/+1
* Fix mb bug in fast path code. strlen_w() returns number of *characters*Jeremy Allison2003-09-101-3/+3
* remove references to 'strip dot'Gerald Carter2003-09-101-4/+0
* bumping new version to CVS 3.01pre1; optmistic about RC3Gerald Carter2003-09-091-3/+3
* Don't double-increment p in hash calculation. Found by valgrind.Jeremy Allison2003-09-081-1/+1
* Fix valgrind-found read of uninit variable (ensure length is right).Jeremy Allison2003-09-081-3/+3
* Tidy up some formatting. Get ready for allowing bad password lockout. (basedJeremy Allison2003-09-082-63/+56
* Protect against core dump if ioctl for print job sends invalid fid. FoundJeremy Allison2003-09-081-1/+5
* Fix for incorrect error message - found by Alex Davis <alex14641@yahoo.com>.Jeremy Allison2003-09-081-2/+2
* make sure we substitute basic variables in read/write listGerald Carter2003-09-081-2/+2
* fix compile error on HP-UX 10.20Gerald Carter2003-09-081-0/+5
* fix valgrind errors; don't access cli_state pointer after it has been shutdownGerald Carter2003-09-081-17/+13
* Set PICFLAG="-fPIC" for gcc under HPUX.Tim Potter2003-09-081-0/+2
* Fix for bug #299.Tim Potter2003-09-081-30/+80
* Rename FOOLIBS to FOO_LIBS to be consistent with the rest of theTim Potter2003-09-082-60/+60
* Fix for bug #334. We don't unmarshall the trusted domain or secretsTim Potter2003-09-081-6/+14
* Reformat debug.Tim Potter2003-09-081-4/+5
* When enumerating dfs shares loop from 0 to lp_numservices() instead ofTim Potter2003-09-081-1/+1
* Nobody complained on the team-list, so commit it ...Volker Lendecke2003-09-078-2/+390
* Use djb-algorithm string hash - faster than the tdb one we used to use.Jeremy Allison2003-09-061-8/+7
* finish off bug 282. AAdd extra checks for pointers afterGerald Carter2003-09-061-7/+7
* Change some internal interfaces to cause the hash (which is *expensive*)Jeremy Allison2003-09-061-18/+31
* fix bug 382: make sure to free and reset the cli_state pointer after flushing...Gerald Carter2003-09-061-0/+6
* address bug #359. Andrew B's patch for implementing clientGerald Carter2003-09-063-32/+39
* revert retry loops in winbindd_ads as abartket points out, weGerald Carter2003-09-062-314/+153
* Only set sids when they're retrurned by the MySQL queryJelmer Vernooij2003-09-061-2/+2
* More cachegrind tuning, plus fix an error message.Jeremy Allison2003-09-053-15/+38
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-0526-119/+130
* fixes for ads domain membership when only the realm is defined inGerald Carter2003-09-055-17/+95
* revert the change from r1.414 in HEAD that removed theGerald Carter2003-09-051-7/+2
* fix some output formattingGerald Carter2003-09-051-0/+1