summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-14Move 128 bytes from the data to the text segmentVolker Lendecke1-1/+1
2008-11-06Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison1-0/+16
2008-10-19Move more functions out of util_str.c into the shared util.c.Jelmer Vernooij1-229/+0
2008-10-18Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij1-1/+1
2008-10-18Use str_list_equal() rather than str_list_compare().Jelmer Vernooij1-23/+0
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-7/+3
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-107/+0
2008-08-21Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...Jeremy Allison1-2/+3
2008-07-25talloc_string_sub2: Don't return NULL if src is empty.Karolin Seeger1-1/+1
2008-07-10Fix a segfault in base64_encode_data_blobVolker Lendecke1-1/+3
2008-06-04util_str: add talloc_asprintf_strlower_m().Günther Deschner1-0/+17
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-25/+27
2008-04-07Fix bug 5375Volker Lendecke1-3/+4
2008-02-25Fix some warningsVolker Lendecke1-16/+14
2008-02-08Fix some typos.Karolin Seeger1-1/+1
2008-02-04str_list_free is not needed anymoreVolker Lendecke1-17/+1
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-10/+3
2008-02-04Simplify str_list_xxxVolker Lendecke1-111/+47
2008-01-19util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin1-3/+3
2008-01-09Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison1-5/+16
2007-12-21Remove next_token_nr_talloc and its associated globalVolker Lendecke1-77/+0
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-94/+16
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-27/+0
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison1-16/+1
2007-12-05Remove some globalsVolker Lendecke1-23/+50
2007-12-04Ok, down to just the client/*.c code now.Jeremy Allison1-5/+0
2007-12-04Remove tok pstring from util_str.cJeremy Allison1-2/+8
2007-12-03Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison1-5/+9
2007-11-30Fix restart after length count.Jeremy Allison1-1/+6
2007-11-30Add talloc versions of all the next_token() functions.Jeremy Allison1-3/+102
2007-11-19Remove more pstring. Unify talloc_sub functions to makeJeremy Allison1-89/+41
2007-11-14Remove smbldap_get_single_pstring() and all pstringsJeremy Allison1-4/+22
2007-11-12Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison1-20/+44
2007-11-09Make base64_encode_data_blob return a talloced stringVolker Lendecke1-1/+2
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