index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_str.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 918b5a7e057bd91289ec06b3ef8d95da43a50ede. This code
Jeremy Allison
2009-09-24
1
-6
/
+6
*
s3:util_str "str_list_make_v3" - introduce also here the "const" result
Matthias Dieter Wallnöfer
2009-09-24
1
-9
/
+9
*
Replace short-lived NULL talloc contexts with talloc_tos().
Jeremy Allison
2009-07-16
1
-17
/
+17
*
Fix our base64 implementation for blobs of length 4....
Volker Lendecke
2009-07-10
1
-1
/
+1
*
Make sid_binstring & friends take a talloc context
Volker Lendecke
2009-05-28
1
-3
/
+4
*
Re-import the v3-3 version of str_list_make().
Volker Lendecke
2009-04-30
1
-7
/
+59
*
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
2009-04-14
1
-46
/
+46
*
Move next_token_talloc() to top-level.
Jelmer Vernooij
2009-03-01
1
-112
/
+0
*
Move 128 bytes from the data to the text segment
Volker Lendecke
2008-12-14
1
-1
/
+1
*
Add wrapper str_list_make_v3() to replace the old S3 behavior of
Jeremy Allison
2008-11-06
1
-0
/
+16
*
Move more functions out of util_str.c into the shared util.c.
Jelmer Vernooij
2008-10-19
1
-229
/
+0
*
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Use str_list_equal() rather than str_list_compare().
Jelmer Vernooij
2008-10-18
1
-23
/
+0
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-7
/
+3
*
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
2008-10-12
1
-107
/
+0
*
Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...
Jeremy Allison
2008-08-21
1
-2
/
+3
*
talloc_string_sub2: Don't return NULL if src is empty.
Karolin Seeger
2008-07-25
1
-1
/
+1
*
Fix a segfault in base64_encode_data_blob
Volker Lendecke
2008-07-10
1
-1
/
+3
*
util_str: add talloc_asprintf_strlower_m().
Günther Deschner
2008-06-04
1
-0
/
+17
*
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
2008-05-20
1
-25
/
+27
*
Fix bug 5375
Volker Lendecke
2008-04-07
1
-3
/
+4
*
Fix some warnings
Volker Lendecke
2008-02-25
1
-16
/
+14
*
Fix some typos.
Karolin Seeger
2008-02-08
1
-1
/
+1
*
str_list_free is not needed anymore
Volker Lendecke
2008-02-04
1
-17
/
+1
*
Always pass a TALLOC_CTX to str_list_make and str_list_copy
Volker Lendecke
2008-02-04
1
-10
/
+3
*
Simplify str_list_xxx
Volker Lendecke
2008-02-04
1
-111
/
+47
*
util_str: Don't return memory from talloc_tos(), use mem_ctx instead.
Kai Blin
2008-01-19
1
-3
/
+3
*
Fixup hot paths - add macro for toupper (c < 0x80).
Jeremy Allison
2008-01-09
1
-5
/
+16
*
Remove next_token_nr_talloc and its associated global
Volker Lendecke
2007-12-21
1
-77
/
+0
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-94
/
+16
*
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
2007-12-07
1
-27
/
+0
*
Remove pstrings completely except for smbctool (what does this do ?).
Jeremy Allison
2007-12-07
1
-16
/
+1
*
Remove some globals
Volker Lendecke
2007-12-05
1
-23
/
+50
*
Ok, down to just the client/*.c code now.
Jeremy Allison
2007-12-04
1
-5
/
+0
*
Remove tok pstring from util_str.c
Jeremy Allison
2007-12-04
1
-2
/
+8
*
Make strhex_to_str clear on string limits. Remove pstring from web/*.c
Jeremy Allison
2007-12-03
1
-5
/
+9
*
Fix restart after length count.
Jeremy Allison
2007-11-30
1
-1
/
+6
*
Add talloc versions of all the next_token() functions.
Jeremy Allison
2007-11-30
1
-3
/
+102
*
Remove more pstring. Unify talloc_sub functions to make
Jeremy Allison
2007-11-19
1
-89
/
+41
*
Remove smbldap_get_single_pstring() and all pstrings
Jeremy Allison
2007-11-14
1
-4
/
+22
*
Remove all pstrings from smbd/chgpasswd.c.
Jeremy Allison
2007-11-12
1
-20
/
+44
*
Make base64_encode_data_blob return a talloced string
Volker Lendecke
2007-11-09
1
-1
/
+2
*
Remove unnecessary code
Volker Lendecke
2007-11-05
1
-6
/
+1
*
Fix bug in writing names into gencache
Jeremy Allison
2007-10-25
1
-3
/
+4
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-23
/
+60
*
Reformatting fix for new coding guidelines. BOOL ->bool.
Jeremy Allison
2007-10-17
1
-264
/
+320
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-1
/
+0
*
r25184: Fix some C++ warnings and an uninitialized variable
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
2007-10-10
1
-3
/
+8
*
r25121: Remove pstring limits from much of our string handling function.
Jeremy Allison
2007-10-10
1
-54
/
+174
[next]