Fix more 64-bit printf warnings.
[samba.git] / source3 / lib / util_str.c
2003-11-03 Tim PotterFix more 64-bit printf warnings.
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-13 Jeremy AllisonFix for MacOS/X which uses STUPID BROKEN UNICODE COMPOS...
2003-09-12 Jeremy AllisonFix from Benjamin Riefenstahl <Benjamin.Riefenstahl...
2003-09-10 Jeremy AllisonFix stupid typo bug causing CPU spin. Spotted by Markus...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-09-05 Gerald Carterfix bug 397: use a variant of alloc_sub_basic() for...
2003-09-05 Jeremy AllisonHand optimisatinos for strrchr_m using the properties...
2003-09-04 Jeremy AllisonFastpath strchr_m for ASCII.
2003-09-04 Jeremy AllisonUsed cachegrind to track down some bottlenecks.
2003-09-03 Jeremy AllisonFix up overlapping memcpy -> memmove found by valgrind.
2003-08-25 Gerald Carterfix bug 289; make sure to reset the offset into a strin...
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-15 Herb Lewisget rid of const as these things really are not const
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-27 Andrew BartlettUse push_ucs2_allocate(), rather than convert_string_al...
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-19 Andrew BartlettFix StrCaseCmp() to avoid calling smb_panic() on invali...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-07-02 Jeremy AllisonAdded fix for Japanese case names in statcache - these...
2003-06-25 Gerald Carterlarge change:
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Alexander BokovoyAdd NT quota support. Patch from Stefan (metze) Metzemacher
2003-04-15 Gerald Cartermerge in metze' smbcquotas patch from HEAD
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-11 Gerald Cartersmbcquota patch from metze
2003-04-02 Andrew BartlettDon't set zero length for the base64 decoded string...
2003-04-02 Andrew BartlettOHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points...
2003-03-24 Andrew Bartlett(merge from HEAD)
2003-03-23 Andrew BartlettNTLM Authentication:
2003-03-19 Jim McDonoughuse strnlen to prevent coredumps
2003-03-19 Jim McDonoughuse strnlen to prevent coredumps
2003-03-18 Jeremy AllisonMerge mbp's HEAD changes.
2003-03-18 Martin PoolStep one of optimizations for StrCaseCmp:
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 Martin PoolSplit "clobber" function and variables into its own...
2003-03-18 Martin PoolUpdate comment: Valgrind 1.9.4 seems to always respect...
2003-03-18 Martin Poolglobal_globber_region_function/line ought to be recorde...
2003-03-18 Jeremy AllisonMerge in the developer string options from HEAD. We...
2003-03-17 Andrew BartlettMerge from (earlier) HEAD - doxygen.
2003-03-15 Andrew BartlettString handling parinoia fixes.
2003-03-11 Martin PoolRemove valgrind_strlen function, hopefully no longer...
2003-03-10 Martin PoolClobber strings with 0xf1f1f1f1 before writing to them...
2003-02-28 Martin PoolDoxygen janitor: add note that strequal is in fact...
2003-02-24 Andrew BartlettMerge doxygen, signed/unsigned, const and other small...
2003-02-19 Jim McDonoughbase64_decode() with heimdal libs, so I've renamed...
2003-02-18 Jim McDonoughbase64_decode() with heimdal libs, so I've renamed...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-18 Martin PoolDoxygen janitor. No other changes.
2003-02-17 Martin PoolAdd comment explaining the -DDEVELOPER safe_strcpy...
2003-02-17 Andrew BartlettThis is a very nice way to detect pstrcpy() into a...
2003-02-17 Andrew BartlettThis patch fixes one of my longest-standing pet hates...
2003-02-07 Andrew Tridgellmerge from head
2003-02-07 Andrew Tridgellmake sure we don't run over the end of 'name' in unix_c...
2003-02-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-28 Andrew BartlettMerge from HEAD:
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-17 Jeremy AllisonJanitorial duty...
2003-01-17 Andrew Tridgellfix some undefined behaviour with increments in C....
2003-01-16 Andrew BartlettUpdates to the NTLMSSP code again - moving the base64...
2003-01-15 Gerald Carter*lots of small merges form HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-15 Andrew BartlettDoing a malloc(strlen(s)) then a pstrpcp(y, s) is just...
2003-01-13 Andrew BartlettAccessing data after it's been free()ed really is a...
2003-01-04 Andrew BartlettMerge from HEAD - whitespace :-)
2003-01-04 Andrew BartlettMerge from HEAD - mimir's new gencache based namecache...
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-03 Andrew BartlettMerge from HEAD - add PRINTF_ATTRIBUTE to a few more...
2003-01-02 Andrew BartlettAdd PRINTF_ATTRIBUTE() to a few more printf() style...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-11-27 Gerald Carterremoving inet_aton()
2002-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-26 Andrew BartlettHaving waited for *way* too long, this is mimir's namec...
2002-11-24 Andrew BartlettAdd ntlm_auth, a new program to provide a stable interf...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-02 Jeremy AllisonAdded const. Anal formatting fixup.
2002-10-02 Jeremy AllisonAdded const. Anal formatting fixup.
2002-10-01 Gerald Cartersyncing up with HEAD. Seems to be a lot of differences...
2002-10-01 Andrew BartlettUpdates from Samba HEAD:
2002-10-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-27 Andrew BartlettVance picked up a pile of typos etc at the CIFS confern...
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-17 Andrew BartlettThe idea of this function is not to touch the argument...
2002-08-16 Tim PotterMerge of netbios namecache code from APPLIANCE_HEAD.
2002-07-28 Simo Sorcefound nasty bug in intl/lang_tdb.c tdb structure was...
2002-07-20 Andrew BartlettAdd some const to try and get less warnings.
next