summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated 3.0 schema files for IBM Directory Server 5.1Jim McDonough2003-09-112-0/+61
* 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
* fix some typosGerald Carter2003-09-101-3/+3
* small updates to parameter sectionGerald Carter2003-09-101-4/+5
* remove references to 'strip dot'Gerald Carter2003-09-102-16/+0
* syncing filesGerald Carter2003-09-098-16/+0
* removing unneeded filesGerald Carter2003-09-092-353/+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
* Remove inaccurate notation.John Terpstra2003-09-081-7/+0
* Fix for incorrect error message - found by Alex Davis <alex14641@yahoo.com>.Jeremy Allison2003-09-081-2/+2
* Bumping up version number of the Debian packages.Eloy Paris2003-09-081-0/+6
* Whoops, fix type in comment.Eloy Paris2003-09-081-1/+1
* Fix problem with the python-samba Debian package.Eloy Paris2003-09-081-1/+6
* samba 3.0 schema filr netscape DS 5.x from Darren ChewGerald Carter2003-09-081-74/+35
* copy from 3.0 releaseGerald Carter2003-09-081-4/+5
* Ok, this should put packaging/Debian/ in sync. with rc3.Eloy Paris2003-09-082-14/+13
* make sure we substitute basic variables in read/write listGerald Carter2003-09-081-2/+2
* copy WHATSNEW from the release branchGerald Carter2003-09-081-10/+71
* Sync'ing packaging/Debian/ with the latest files from the officialEloy Paris2003-09-0828-920/+461
* 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
* Remove another reference to --with-msdfs. Put back accidentallyTim Potter2003-09-082-10/+9
* Removed text about --with-msdfs configure option which no longer exists.Tim Potter2003-09-081-5/+3
* 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