summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke2007-10-101-1/+1
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-3/+8
* r25121: Remove pstring limits from much of our string handling function.Jeremy Allison2007-10-101-54/+174
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23518: Remove the silly assumption that string_replace requires a pstring.Volker Lendecke2007-10-101-19/+44
* r23356: We missed to add the 'c' character to the list of valid ones forSimo Sorce2007-10-101-1/+1
* r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter2007-10-101-0/+163
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-15/+11
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-4/+32
* r20208: Change sprintf_append() never to use malloc,Jeremy Allison2007-10-101-15/+3
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-101-1/+3
* r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys aga...Volker Lendecke2007-10-101-0/+18
* r18787: Fix the strlen_m and strlen_m_term code by mergingJeremy Allison2007-10-101-0/+52
* r18652: libreplace has replacements for strndup and strnlenStefan Metzmacher2007-10-101-43/+0
* r17866: Fix possible null deref - found by Stanford checker.Jeremy Allison2007-10-101-1/+1
* r17862: Fix possible NULL deref (like rev 17861) found by theJeremy Allison2007-10-101-1/+3
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-7/+8
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-2/+120
* r16595: Klocwork #2067. Fix possible memleak on error exit.Jeremy Allison2007-10-101-0/+3
* r16554: Sorry, just had to change this. Don't use int whenJeremy Allison2007-10-101-3/+5
* r16552: Fix bug 3849.Derrell Lipman2007-10-101-7/+35
* r16375: Klocwork #1670.Jeremy Allison2007-10-101-2/+8
* r15305: Let winbind search by sid directly (or in windows terms: "bind to aGünther Deschner2007-10-101-1/+17
* r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter2007-10-101-9/+3
* r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistentJeremy Allison2007-10-101-1/+2
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-15/+19
* 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