summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Add bad password count/time attributesJim McDonough2004-02-231-0/+2
* AIX has already has a function called msleep(). Bugzilla #1098.Tim Potter2004-02-203-4/+4
* Make default lockout duration andJim McDonough2004-02-201-2/+2
* Typo (missed SAFE_FREE).,Jeremy Allison2004-02-131-1/+2
* Added Andrew Bartlett's patch to use an allocated buffer for count_chars.Jeremy Allison2004-02-131-2/+8
* tdbsam & smb_panic merge from 3.0 (initial tests are ok but I'll setup a HEAD...Gerald Carter2004-02-122-1/+42
* Applied James Peach's stack backtrace patch for IRIX.Tim Potter2004-02-111-0/+40
* merge fixes from 3.0Gerald Carter2004-02-101-23/+27
* bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh...Gerald Carter2004-02-091-3/+3
* Actually remove this (now empty) file from the repository.Andrew Bartlett2004-02-081-0/+0
* (merge from 3.0)Andrew Bartlett2004-02-081-1/+1
* (merge from 3.0)Andrew Bartlett2004-02-082-201/+1
* (merge from 3.0)Andrew Bartlett2004-02-081-1/+1
* Fix final valgrind errors with #830. Catch mb conversion error that may notJeremy Allison2004-02-041-2/+16
* Fixup the allocate version of the function to do "crap" conversions too.Jeremy Allison2004-02-041-20/+83
* Working on #830. Cope with bad conversions better - don't just memcpy butJeremy Allison2004-02-042-11/+82
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-46/+28
* (merge from 3.0)Andrew Bartlett2004-01-271-2/+10
* (merge from 3.0)Andrew Bartlett2004-01-251-16/+16
* Fix decoding of base64. We got the length wrong when the result was notVolker Lendecke2004-01-231-0/+2
* merge:Stefan Metzmacher2004-01-221-3/+6
* * BUG 446Gerald Carter2004-01-151-0/+4
* merge:Stefan Metzmacher2004-01-151-0/+2
* merge:Stefan Metzmacher2004-01-155-34/+181
* merge:Stefan Metzmacher2004-01-141-2/+2
* sync HEAD with recent changes in 3.0Gerald Carter2004-01-138-539/+1118
* Fix for bug #922. Fast path not called for strlower_m() and strupper_m().Jeremy Allison2004-01-071-2/+2
* isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter2004-01-061-4/+9
* Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-061-0/+41
* (merge from 3.0)Andrew Bartlett2004-01-061-0/+6
* (merge from 3.0)Andrew Bartlett2004-01-052-3/+3
* (merge from 3.0)Andrew Bartlett2004-01-051-14/+15
* Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked toJeremy Allison2004-01-051-3/+3
* The AFS pts command always generates completely lower-case user names. As caseVolker Lendecke2003-12-301-1/+4
* (merge from 3.0)Andrew Bartlett2003-12-251-1/+1
* This is metze's LDAP rebind sleep patch:Volker Lendecke2003-12-251-0/+28
* Fix our parsing of the LDAP url. We get around it as all decent systems seemVolker Lendecke2003-12-251-1/+1
* (merge from 3.0)Andrew Bartlett2003-12-251-5/+0
* Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limitJeremy Allison2003-12-111-0/+14
* Fix #558 -- support ISO-8859-1 internally. Makes Solaris users a bit happierAlexander Bokovoy2003-12-101-0/+28
* fix bug in get_peer_name() caused by --enable-developer and using the same sr...Gerald Carter2003-12-091-3/+11
* working on bug 687; protect against null src strings in alloc_sub_basic()Gerald Carter2003-12-081-0/+7
* make sure we use a real network address in case there are extra non-zero octe...Gerald Carter2003-12-081-1/+1
* fix %a variable for Windows 2003 -> Win2K3Gerald Carter2003-12-051-10/+14
* support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-041-0/+1
* don't crash on a NULL priviledge pointer; patch from Jianliang LuGerald Carter2003-12-041-0/+6
* Get a little paranoid about memfree use in convert_string_allocate..Jeremy Allison2003-12-011-7/+6
* fix inverted logic caused by s/strcmp/strequal/; host allow/deny works again;...Gerald Carter2003-12-011-1/+1
* (merge from 3.0)Andrew Bartlett2003-11-221-4/+10
* Ensure that items in a list of strings containing whitespaceGerald Carter2003-11-221-1/+1