summaryrefslogtreecommitdiff
path: root/source3/lib/util_str.c
Commit message (Expand)AuthorAgeFilesLines
* Second part of fix for bug #7781 - Samba transforms ShareName to lowercase (s...Jeremy Allison2012-12-141-0/+4
* Fix bug #7781 (Samba transforms "ShareName" to lowercase when adding new shar...Jeremy Allison2012-12-141-0/+4
* Revert "Fix bug #7781 (Samba transforms "ShareName" to lowercase when adding ...Karolin Seeger2012-11-011-4/+0
* Fix bug #7781 (Samba transforms "ShareName" to lowercase when adding new shar...Jeremy Allison2012-11-011-0/+4
* alpha_strcpy() is a utility function which reportedly: Strips out all but 'a-...David Disseldorp2011-06-141-3/+9
* s3:lib/util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting...Michael Adam2011-03-051-0/+8
* s3:lib/util_str: add strlen_m_ext() that takes the dest charset as a parameter.Michael Adam2011-03-051-12/+52
* Revert 918b5a7e057bd91289ec06b3ef8d95da43a50ede. This codeJeremy Allison2009-09-241-6/+6
* s3:util_str "str_list_make_v3" - introduce also here the "const" resultMatthias Dieter Wallnöfer2009-09-241-9/+9
* Replace short-lived NULL talloc contexts with talloc_tos().Jeremy Allison2009-07-161-17/+17
* Fix our base64 implementation for blobs of length 4....Volker Lendecke2009-07-101-1/+1
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-281-3/+4
* Re-import the v3-3 version of str_list_make().Volker Lendecke2009-04-301-7/+59
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-46/+46
* Move next_token_talloc() to top-level.Jelmer Vernooij2009-03-011-112/+0
* Move 128 bytes from the data to the text segmentVolker Lendecke2008-12-141-1/+1
* Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2008-11-061-0/+16
* Move more functions out of util_str.c into the shared util.c.Jelmer Vernooij2008-10-191-229/+0
* Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij2008-10-181-1/+1
* Use str_list_equal() rather than str_list_compare().Jelmer Vernooij2008-10-181-23/+0
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-7/+3
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-107/+0
* Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...Jeremy Allison2008-08-211-2/+3
* talloc_string_sub2: Don't return NULL if src is empty.Karolin Seeger2008-07-251-1/+1
* Fix a segfault in base64_encode_data_blobVolker Lendecke2008-07-101-1/+3
* util_str: add talloc_asprintf_strlower_m().Günther Deschner2008-06-041-0/+17
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-25/+27
* Fix bug 5375Volker Lendecke2008-04-071-3/+4
* Fix some warningsVolker Lendecke2008-02-251-16/+14
* Fix some typos.Karolin Seeger2008-02-081-1/+1
* str_list_free is not needed anymoreVolker Lendecke2008-02-041-17/+1
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-10/+3
* Simplify str_list_xxxVolker Lendecke2008-02-041-111/+47
* util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin2008-01-191-3/+3
* Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison2008-01-091-5/+16
* Remove next_token_nr_talloc and its associated globalVolker Lendecke2007-12-211-77/+0
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-94/+16
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-27/+0
* Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2007-12-071-16/+1
* Remove some globalsVolker Lendecke2007-12-051-23/+50
* Ok, down to just the client/*.c code now.Jeremy Allison2007-12-041-5/+0
* Remove tok pstring from util_str.cJeremy Allison2007-12-041-2/+8
* Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison2007-12-031-5/+9
* Fix restart after length count.Jeremy Allison2007-11-301-1/+6
* Add talloc versions of all the next_token() functions.Jeremy Allison2007-11-301-3/+102
* Remove more pstring. Unify talloc_sub functions to makeJeremy Allison2007-11-191-89/+41
* Remove smbldap_get_single_pstring() and all pstringsJeremy Allison2007-11-141-4/+22
* Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison2007-11-121-20/+44
* Make base64_encode_data_blob return a talloced stringVolker Lendecke2007-11-091-1/+2
* Remove unnecessary codeVolker Lendecke2007-11-051-6/+1