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
/
lib
/
util
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.
Andrew Bartlett
2009-11-26
1
-0
/
+25
*
Remove the const from the str_list_XXX functions that
Jeremy Allison
2009-09-24
1
-5
/
+5
*
libcli:nbt put util_net.c protos in new header file
Andrew Bartlett
2009-09-15
1
-21
/
+0
*
libcli:nbt make the lmhosts parsing code and dependicies common
Andrew Bartlett
2009-09-15
1
-1
/
+21
*
util_strlist: Add some more "const"s
Matthias Dieter Wallnöfer
2009-09-10
1
-5
/
+8
*
lib/util: add unique string generator helper function
Steven Danneman
2009-09-08
1
-0
/
+10
*
util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.
Günther Deschner
2009-05-29
1
-0
/
+12
*
Add new functions and tests: str_list_make_empty(), str_list_make_single()
Andrew Bartlett
2009-05-14
1
-0
/
+10
*
Clean up after Tridge's util_strlist changes
Volker Lendecke
2009-05-03
1
-7
/
+9
*
added _const versions of some of the str_list_*() functions
Andrew Tridgell
2009-04-09
1
-0
/
+20
*
added str_list_unique() and str_list_show()
Andrew Tridgell
2009-04-09
1
-8
/
+13
*
Rework util_strlist prototypes to use a bit more and less const
Andrew Bartlett
2009-04-08
1
-2
/
+11
*
lib/util: remove samba specific talloc_get_type_abort()
Stefan Metzmacher
2009-03-03
1
-7
/
+0
*
Move next_token_talloc() to top-level.
Jelmer Vernooij
2009-03-01
1
-0
/
+15
*
Refactored sys_fork() and sys_pid() into shared util library
Steven Danneman
2009-02-23
1
-0
/
+10
*
Fix shadowed declaration warning
Tim Prouty
2009-02-21
1
-1
/
+1
*
Moved become_daemon() and close_low_fds() to shared util lib
Steven Danneman
2009-02-20
1
-3
/
+6
*
Replace get_myname() with the talloc version from v3-3-test
Volker Lendecke
2009-02-13
1
-2
/
+2
*
Revert "s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and...
Jelmer Vernooij
2009-02-09
1
-2
/
+0
*
s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and s4
Tim Prouty
2008-12-30
1
-0
/
+2
*
s3 build: Fix incomplete types warnings
Tim Prouty
2008-11-20
1
-3
/
+2
*
Move ABS() to libutil.
Jelmer Vernooij
2008-11-01
1
-0
/
+4
*
Fix includes in installed version of talloc_stack.h.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
*
Only provide valgrind_strlen prototype when it's being compiled in.
Jelmer Vernooij
2008-11-01
1
-2
/
+2
*
Samba3: Include util.h header file rather than having custom prototypes.
Jelmer Vernooij
2008-11-01
1
-7
/
+23
*
Remove include/local.h and move defines to more appropriate places.
Jelmer Vernooij
2008-10-24
1
-0
/
+2
*
Move charset library to top level.
Jelmer Vernooij
2008-10-24
1
-1
/
+1
*
Use common net utility code (address and sockaddr manipulation).
Jelmer Vernooij
2008-10-23
1
-2
/
+4
*
Import talloc_stack into util library.
Jelmer Vernooij
2008-10-23
1
-0
/
+1
*
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
2008-10-20
1
-0
/
+11
*
Move discard_const hack to memory.hso it can be used by Samba 3.
Jelmer Vernooij
2008-10-20
1
-27
/
+0
*
Add extra parameter consistent with samba3.
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Add extra argument free_on_fail to realloc_array() in Samba 4, as used by Sam...
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Move some of the memory utility macros to a separate header (for now).
Jelmer Vernooij
2008-10-18
1
-69
/
+1
*
Share libndr.h between Samba 3 and Samba 4.
Jelmer Vernooij
2008-10-15
1
-0
/
+2
*
Use common util_file code.
Jelmer Vernooij
2008-10-12
1
-4
/
+4
*
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
2008-10-12
1
-5
/
+4
*
Clean up properly.
Jelmer Vernooij
2008-10-11
1
-1
/
+0
*
Move lib/util from source4 to top-level libutil.
Jelmer Vernooij
2008-10-11
1
-0
/
+813