summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-04missed a couple of strchr callsAndrew Tridgell1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell12-48/+48
2001-07-04The big character set handling changeover!Andrew Tridgell13-5123/+947
2001-07-03Fixed warnings and made const-safe so it has the correct prototype.Jeremy Allison1-12/+12
2001-07-03fixed socketpair_tcp for OpenBSDAndrew Tridgell1-4/+9
2001-07-03- sorry, forgot to check a pointerSimo Sorce1-3/+5
2001-07-02Made talloc_realloc() semantics match realloc(). JF was complaining :-).Jeremy Allison1-0/+8
2001-07-01"netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce1-5/+5
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-0/+28
2001-06-29Replaced memcpy() with memmove() to make safe_strcpy() safe for overlappingTim Potter1-1/+1
2001-06-27Syncup between 2.2 and HEAD.Jeremy Allison1-17/+16
2001-06-27on sco2 socketpair_tcp needs a bindAndrew Tridgell1-0/+9
2001-06-27handle EISCONN in socketpair_tcpAndrew Tridgell1-1/+2
2001-06-25Ensure numeric group or user names don't get misinterpreted.Jeremy Allison1-4/+8
2001-06-25make sure we have BOOL in autoconf usage of util_sec.cAndrew Tridgell1-0/+1
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell2-30/+53
2001-06-23fix compiler warningsSimo Sorce1-3/+0
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2-6/+14
2001-06-22Fix for race condition found by Herb where we can end up with a NULL dbf.Jeremy Allison1-8/+0
2001-06-22added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2-0/+85
2001-06-22Spelling fix.Tim Potter1-1/+1
2001-06-22the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell1-7/+1
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell4-210/+75
2001-06-20initial support for paramter type P_LISTSimo Sorce1-43/+23