summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-203-15/+26
* More Realloc fixes.Jeremy Allison2001-08-191-4/+3
* removed unused fileAndrew Tridgell2001-08-161-113/+0
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-124-14/+32
* Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2001-08-101-13/+23
* Use the new client error api.Tim Potter2001-08-101-2/+2
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-082-2/+2
* me stupid.Simo Sorce2001-08-051-1/+1
* Some fixes about malloc/Realloc and mem leakSimo Sorce2001-08-053-6/+15
* Oops. Typo.Jeremy Allison2001-08-011-1/+1
* Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison2001-08-011-6/+6
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison2001-07-261-6/+152
* need to push smb_search strings in client charsetAndrew Tridgell2001-07-251-5/+5
* got rid of INFO: msgs at debug level 1Andrew Tridgell2001-07-251-2/+2
* ucs2 is always a multiple of 2 bytesAndrew Tridgell2001-07-251-0/+6
* Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce2001-07-241-21/+33
* Fix case insensitive password change code.Jeremy Allison2001-07-231-0/+13
* changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell2001-07-222-73/+186
* switch from UCS2 to UCS-2LEAndrew Tridgell2001-07-222-18/+3
* ^$&%&*$&)% readline uses \n characters instead of letting the terminal wrapTim Potter2001-07-201-13/+34
* It looks like the rpc client code in libsmb hasn't been converted to theTim Potter2001-07-201-0/+10
* removed some unnecessary codeAndrew Tridgell2001-07-181-10/+0
* much better handling of broken DNS serversAndrew Tridgell2001-07-101-16/+2
* added sec_initial_uid() function so we can ask if a file is owned byAndrew Tridgell2001-07-081-0/+8
* fixed the auto-initialisation of the iconv descriptorsAndrew Tridgell2001-07-081-11/+11
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-074-6/+387
* fixed strrchr_mAndrew Tridgell2001-07-061-4/+3
* Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison2001-07-061-0/+9
* formatting fixesAndrew Tridgell2001-07-061-7/+7
* check for initialisation in convert_string()Andrew Tridgell2001-07-061-0/+6
* fixed a silly bug in the internal UTF8 implementationAndrew Tridgell2001-07-061-1/+14
* got rid of insanely verbose debug messages on startupAndrew Tridgell2001-07-061-1/+1
* fixed inetd operation as non-rootAndrew Tridgell2001-07-061-4/+0
* added some comments and removed an unnecessary checkAndrew Tridgell2001-07-061-3/+2
* use alpha_strcpy on DNS namesAndrew Tridgell2001-07-051-0/+6
* optimised the 7 bit case for utf8 conversionAndrew Tridgell2001-07-051-4/+4
* make sure we reset the shift state on error for charsets like SJISAndrew Tridgell2001-07-051-1/+10
* unicode string length is twice longer ;-)Jean-François Micouleau2001-07-041-1/+1
* added builtin support for UTF8Andrew Tridgell2001-07-041-1/+115
* more portability fixesAndrew Tridgell2001-07-042-4/+4
* portability fixesAndrew Tridgell2001-07-041-4/+9
* got rid of __FUNCTION__ debugAndrew Tridgell2001-07-041-2/+2
* fixed uninitialised variableAndrew Tridgell2001-07-041-1/+1
* missed a couple of strchr callsAndrew Tridgell2001-07-041-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-0412-48/+48
* The big character set handling changeover!Andrew Tridgell2001-07-0413-5123/+947
* Fixed warnings and made const-safe so it has the correct prototype.Jeremy Allison2001-07-031-12/+12
* fixed socketpair_tcp for OpenBSDAndrew Tridgell2001-07-031-4/+9
* - sorry, forgot to check a pointerSimo Sorce2001-07-031-3/+5