summaryrefslogtreecommitdiffstats
path: root/source4/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-3/+3
* r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand2007-10-101-3/+4
* r7740: get rid of our duplicate base64 routinesAndrew Tridgell2007-10-101-77/+9
* r6688: removed unused binary_string() functionAndrew Tridgell2007-10-101-23/+0
* r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett2007-10-101-0/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-4/+4
* r4262: a sniff from kukks showed that the FILE_ATTRIBUTE_NORMAL handling inAndrew Tridgell2007-10-101-0/+1
* r3449: more include file reductionAndrew Tridgell2007-10-101-0/+1
* r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, andAndrew Tridgell2007-10-101-33/+0
* r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett2007-10-101-0/+18
* r2932: character expansion in strlower_m or strupper_m is considered fatalAndrew Tridgell2007-10-101-0/+4
* r2871: - got rid of the last bits of non-threadsafe data in util_str.oAndrew Tridgell2007-10-101-15/+3
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-481/+150
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-2/+3
* r2632: a new approach to handling const errors. We have had huge numbers ofAndrew Tridgell2007-10-101-2/+2
* r2577: - I recently found out that charaters below 0x3F are guaranteed not toAndrew Tridgell2007-10-101-45/+12
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-152/+173
* r2454: fixed the accelerated StrCaseCmp() so it compares in the right orderAndrew Tridgell2007-10-101-2/+2
* r2437: implemented a suggestion from abartlet that if we cannot convertAndrew Tridgell2007-10-101-2/+5
* r2430: got rid of StrnCaseCmp and added an accelerated version of StrCaseCmp()Andrew Tridgell2007-10-101-29/+78
* r2003: got rid of next_token_nr(), which involved some horrible globalsAndrew Tridgell2007-10-101-22/+3
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1820: added a strcmp_safe() that handles NULL pointers. Needed for theAndrew Tridgell2007-10-101-0/+15
* r1758: Move and enhance the add_string_to_array function as per volker job on...Simo Sorce2007-10-101-0/+18
* r1422: StrnCaseCmp now needs to be non-static.Andrew Bartlett2007-10-101-1/+1
* r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2007-10-101-0/+16
* r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell2007-10-101-0/+34
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-1/+1
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-10/+10
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-2/+2
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-101-0/+56
* r827: remove a few more unused functions that we are unlikely to use againAndrew Tridgell2007-10-101-226/+1
* removed some unused functionsAndrew Tridgell2003-12-161-87/+0
* Removed unused variable.Tim Potter2003-11-231-2/+0
* Add a strlen_m_term() function for returning the length of a stringTim Potter2003-11-231-0/+15
* * fixed level2 of QueryUserInfoAndrew Tridgell2003-11-201-2/+7
* run LookupDomain on each domain returned from EnumDomains in samrAndrew Tridgell2003-11-151-0/+20
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-3/+0
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+1619