summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner2007-10-101-3/+8
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-5/+5
* r13393: Do not initialize the lp_svcctl_list() value since it is handledGerald Carter2007-10-101-0/+3
* r13316: Let the carnage begin....Gerald Carter2007-10-101-12/+87
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-101-8/+8
* r12313: Introduce yet another copy of the string_sub function:Volker Lendecke2007-10-101-1/+73
* r9282: Whitespace.Jeremy Allison2007-10-101-10/+10
* r9271: Fix problems with german umlauts - strcmp_w was broken (needs to alway...Jeremy Allison2007-10-101-5/+5
* r9201: Ouch.... :-(Volker Lendecke2007-10-101-1/+1
* r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.Volker Lendecke2007-10-101-5/+11
* r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,Günther Deschner2007-10-101-3/+12
* r8506: BUG 2853: don't strip out characters like '$' from printer namesGerald Carter2007-10-101-3/+12
* r8189: commit vampire ldif patch, mostly from Don Watson (dwatson@us.ibm.com)...Jim McDonough2007-10-101-0/+27
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-0/+66
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-11/+11
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-11/+11
* r6014: rather large change set....Gerald Carter2007-10-101-0/+14
* r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter2007-10-101-1/+1
* r5956: more compile warngin fixes from the Mr. MaderGerald Carter2007-10-101-3/+3
* r5954: Fix some compiler warnings and add missing exclude-block in "net rpcGünther Deschner2007-10-101-1/+1
* r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...Gerald Carter2007-10-101-1/+1
* r5158: BUG 2263: patch from Timur Bakeyev <timur@com.bat.ru> to guard base64_...Gerald Carter2007-10-101-4/+10
* r5066: A couple of small fixes from James Peach @ SGI.Jeremy Allison2007-10-101-2/+2
* r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter2007-10-101-0/+16
* r4334: Fix for bugid #2186 - from Buck Huppmann <buckh@pobox.com>Jeremy Allison2007-10-101-0/+8
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-19/+19
* r2605: Fix stupid typo in back-port of Samba4 fix.Jeremy Allison2007-10-101-1/+1
* r2578: Pick up optimisation from Samba4 - thanks tridge !Jeremy Allison2007-10-101-0/+12
* r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto.Jeremy Allison2007-10-101-5/+8
* r2175: Fix for #1546 from fumiya@samba.gr.jp. Preserve errno in MB strupper_m...Jeremy Allison2007-10-101-0/+6
* r2111: Fix memleak with valid names.Jeremy Allison2007-10-101-0/+1
* r2070: Let's try to overload srnlen and strndup for AIX where they are natly ...Simo Sorce2007-10-101-2/+2
* r1570: merging changes from 3.0.5Gerald Carter2007-10-101-4/+12
* r1087: BUG 1221: revert old change that used single and double quotes as deli...Gerald Carter2007-10-101-1/+1
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-4/+2
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-0/+18
* r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call.Andrew Bartlett2007-10-101-0/+11
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-1/+0
* Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett2004-03-091-7/+11
* JRA's recent strstr_m work really badly broke our string_sub code.Andrew Bartlett2004-03-091-2/+10
* Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-091-4/+74
* Missed SAFE_FREE (typo).Jeremy Allison2004-02-131-1/+2
* Added Andrew Bartlett's patch to use an allocated buffer for count_chars.Jeremy Allison2004-02-131-2/+8
* Fix final valgrind errors with #830. Catch mb conversion error that may notJeremy Allison2004-02-041-2/+16
* Fix decoding of base64. We got the length wrong when the result was notVolker Lendecke2004-01-231-0/+2
* Fix for bug #922. Fast path not called for strlower_m() and strupper_m().Jeremy Allison2004-01-071-2/+2
* Fix bug 916 - do not perform a + -> space substitution for squid URL encodedAndrew Bartlett2003-12-251-5/+0
* Ensure that items in a list of strings containing whitespaceGerald Carter2003-11-221-1/+1
* Added useful information to debug lines.Rafal Szczesniak2003-11-191-4/+4
* Useful debug message. Patch by metze.Rafal Szczesniak2003-11-181-2/+4