summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Remove unnecessary codeVolker Lendecke1-6/+1
2007-10-25Fix bug in writing names into gencacheJeremy Allison1-3/+4
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-23/+60
2007-10-17Reformatting fix for new coding guidelines. BOOL ->bool.Jeremy Allison1-264/+320
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+0
2007-10-10r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke1-1/+1
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-3/+8
2007-10-10r25121: Remove pstring limits from much of our string handling function.Jeremy Allison1-54/+174
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23518: Remove the silly assumption that string_replace requires a pstring.Volker Lendecke1-19/+44
2007-10-10r23356: We missed to add the 'c' character to the list of valid ones forSimo Sorce1-1/+1
2007-10-10r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter1-0/+163
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-15/+11
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison1-4/+32
2007-10-10r20208: Change sprintf_append() never to use malloc,Jeremy Allison1-15/+3
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison1-1/+3
2007-10-10r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys aga...Volker Lendecke1-0/+18
2007-10-10r18787: Fix the strlen_m and strlen_m_term code by mergingJeremy Allison1-0/+52
2007-10-10r18652: libreplace has replacements for strndup and strnlenStefan Metzmacher1-43/+0
2007-10-10r17866: Fix possible null deref - found by Stanford checker.Jeremy Allison1-1/+1
2007-10-10r17862: Fix possible NULL deref (like rev 17861) found by theJeremy Allison1-1/+3
2007-10-10r17316: More C++ warnings -- 456 leftVolker Lendecke1-7/+8
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-2/+120
2007-10-10r16595: Klocwork #2067. Fix possible memleak on error exit.Jeremy Allison1-0/+3
2007-10-10r16554: Sorry, just had to change this. Don't use int whenJeremy Allison1-3/+5
2007-10-10r16552: Fix bug 3849.Derrell Lipman1-7/+35
2007-10-10r16375: Klocwork #1670.Jeremy Allison1-2/+8
2007-10-10r15305: Let winbind search by sid directly (or in windows terms: "bind to aGünther Deschner1-1/+17
2007-10-10r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter1-9/+3
2007-10-10r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistentJeremy Allison1-1/+2
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-15/+19
2007-10-10r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner1-3/+8
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-5/+5
2007-10-10r13393: Do not initialize the lp_svcctl_list() value since it is handledGerald Carter1-0/+3
2007-10-10r13316: Let the carnage begin....Gerald Carter1-12/+87
2007-10-10r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison1-8/+8
2007-10-10r12313: Introduce yet another copy of the string_sub function:Volker Lendecke1-1/+73
2007-10-10r9282: Whitespace.Jeremy Allison1-10/+10
2007-10-10r9271: Fix problems with german umlauts - strcmp_w was broken (needs to alway...Jeremy Allison1-5/+5
2007-10-10r9201: Ouch.... :-(Volker Lendecke1-1/+1
2007-10-10r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.Volker Lendecke1-5/+11
2007-10-10r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,Günther Deschner1-3/+12
2007-10-10r8506: BUG 2853: don't strip out characters like '$' from printer namesGerald Carter1-3/+12
2007-10-10r8189: commit vampire ldif patch, mostly from Don Watson (dwatson@us.ibm.com)...Jim McDonough1-0/+27
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-0/+66
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-11/+11
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-11/+11
2007-10-10r6014: rather large change set....Gerald Carter1-0/+14
2007-10-10r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter1-1/+1