summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison1-0/+3
2010-04-11s3: Move sanitize_username to lib/util_str.cVolker Lendecke1-0/+8
2010-03-28s3: Slightly simplify logic in conv_str_sizeVolker Lendecke1-29/+33
2010-03-28s3: Fix indentation in conv_str_sizeVolker Lendecke1-2/+2
2009-09-24Revert 918b5a7e057bd91289ec06b3ef8d95da43a50ede. This codeJeremy Allison1-6/+6
2009-09-24s3:util_str "str_list_make_v3" - introduce also here the "const" resultMatthias Dieter Wallnöfer1-9/+9
2009-07-16Replace short-lived NULL talloc contexts with talloc_tos().Jeremy Allison1-17/+17
2009-07-10Fix our base64 implementation for blobs of length 4....Volker Lendecke1-1/+1
2009-05-28Make sid_binstring & friends take a talloc contextVolker Lendecke1-3/+4
2009-04-30Re-import the v3-3 version of str_list_make().Volker Lendecke1-7/+59
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-46/+46
2009-03-01Move next_token_talloc() to top-level.Jelmer Vernooij1-112/+0
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