summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2001-08-26bzero is not used (deprecated) as it's a BSDism.Jeremy Allison1-62/+52
2001-08-26Small changes to get ready for adding WINS failover to smbd and clients.Christopher R. Hertel1-5/+76
2001-08-26Fussing with debug lines in open_socket_in(). I cleaned up some slightlyChristopher R. Hertel1-32/+56
2001-08-24fixes big endian unistring problems. Need to check that it didn'tHerb Lewis1-2/+9
2001-08-24get rid of old debug code and possible socket leakHerb Lewis1-9/+1
2001-08-23better error reporting for servers that don't do port 445Andrew Tridgell1-1/+1
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell3-15/+26
2001-08-19More Realloc fixes.Jeremy Allison1-4/+3
2001-08-16removed unused fileAndrew Tridgell1-113/+0
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce4-14/+32
2001-08-10Added Mike Davidsons Tru64 ACL patch.Jeremy Allison1-13/+23
2001-08-10Use the new client error api.Tim Potter1-2/+2
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2-2/+2
2001-08-05me stupid.Simo Sorce1-1/+1
2001-08-05Some fixes about malloc/Realloc and mem leakSimo Sorce3-6/+15
2001-08-01Oops. Typo.Jeremy Allison1-1/+1
2001-08-01Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison1-6/+6
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison1-6/+152
2001-07-25need to push smb_search strings in client charsetAndrew Tridgell1-5/+5
2001-07-25got rid of INFO: msgs at debug level 1Andrew Tridgell1-2/+2
2001-07-25ucs2 is always a multiple of 2 bytesAndrew Tridgell1-0/+6
2001-07-24Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce1-21/+33
2001-07-23Fix case insensitive password change code.Jeremy Allison1-0/+13
2001-07-22changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell2-73/+186
2001-07-22switch from UCS2 to UCS-2LEAndrew Tridgell2-18/+3
2001-07-20^$&%&*$&)% readline uses \n characters instead of letting the terminal wrapTim Potter1-13/+34
2001-07-20It looks like the rpc client code in libsmb hasn't been converted to theTim Potter1-0/+10
2001-07-18removed some unnecessary codeAndrew Tridgell1-10/+0
2001-07-10much better handling of broken DNS serversAndrew Tridgell1-16/+2
2001-07-08added sec_initial_uid() function so we can ask if a file is owned byAndrew Tridgell1-0/+8
2001-07-08fixed the auto-initialisation of the iconv descriptorsAndrew Tridgell1-11/+11
2001-07-07Add backend encryption support for NTLMv2.Andrew Bartlett4-6/+387
2001-07-06fixed strrchr_mAndrew Tridgell1-4/+3
2001-07-06Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison1-0/+9
2001-07-06formatting fixesAndrew Tridgell1-7/+7
2001-07-06check for initialisation in convert_string()Andrew Tridgell1-0/+6
2001-07-06fixed a silly bug in the internal UTF8 implementationAndrew Tridgell1-1/+14
2001-07-06got rid of insanely verbose debug messages on startupAndrew Tridgell1-1/+1
2001-07-06fixed inetd operation as non-rootAndrew Tridgell1-4/+0
2001-07-06added some comments and removed an unnecessary checkAndrew Tridgell1-3/+2
2001-07-05use alpha_strcpy on DNS namesAndrew Tridgell1-0/+6
2001-07-05optimised the 7 bit case for utf8 conversionAndrew Tridgell1-4/+4
2001-07-05make sure we reset the shift state on error for charsets like SJISAndrew Tridgell1-1/+10
2001-07-04unicode string length is twice longer ;-)Jean-François Micouleau1-1/+1
2001-07-04added builtin support for UTF8Andrew Tridgell1-1/+115
2001-07-04more portability fixesAndrew Tridgell2-4/+4
2001-07-04portability fixesAndrew Tridgell1-4/+9
2001-07-04got rid of __FUNCTION__ debugAndrew Tridgell1-2/+2
2001-07-04fixed uninitialised variableAndrew Tridgell1-1/+1