summaryrefslogtreecommitdiff
path: root/source4/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, andAndrew Tridgell1-33/+0
2007-10-10r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett1-0/+18
2007-10-10r2932: character expansion in strlower_m or strupper_m is considered fatalAndrew Tridgell1-0/+4
2007-10-10r2871: - got rid of the last bits of non-threadsafe data in util_str.oAndrew Tridgell1-15/+3
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-481/+150
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-2/+3
2007-10-10r2632: a new approach to handling const errors. We have had huge numbers ofAndrew Tridgell1-2/+2
2007-10-10r2577: - I recently found out that charaters below 0x3F are guaranteed not toAndrew Tridgell1-45/+12
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-152/+173
2007-10-10r2454: fixed the accelerated StrCaseCmp() so it compares in the right orderAndrew Tridgell1-2/+2
2007-10-10r2437: implemented a suggestion from abartlet that if we cannot convertAndrew Tridgell1-2/+5
2007-10-10r2430: got rid of StrnCaseCmp and added an accelerated version of StrCaseCmp()Andrew Tridgell1-29/+78
2007-10-10r2003: got rid of next_token_nr(), which involved some horrible globalsAndrew Tridgell1-22/+3
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+1
2007-10-10r1820: added a strcmp_safe() that handles NULL pointers. Needed for theAndrew Tridgell1-0/+15
2007-10-10r1758: Move and enhance the add_string_to_array function as per volker job on...Simo Sorce1-0/+18
2007-10-10r1422: StrnCaseCmp now needs to be non-static.Andrew Bartlett1-1/+1
2007-10-10r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett1-0/+16
2007-10-10r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell1-0/+34
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-10/+10
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-2/+2
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-0/+56
2007-10-10r827: remove a few more unused functions that we are unlikely to use againAndrew Tridgell1-226/+1
2003-12-16removed some unused functionsAndrew Tridgell1-87/+0
2003-11-23Removed unused variable.Tim Potter1-2/+0
2003-11-23Add a strlen_m_term() function for returning the length of a stringTim Potter1-0/+15
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell1-2/+7
2003-11-15run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell1-0/+20
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-3/+0
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+1619