summaryrefslogtreecommitdiff
path: root/lib/util/util.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-22lib/util: add allocate_anonymous_shared()Stefan Metzmacher1-0/+28
2010-02-22Spelling fixes for libutilBrad Hards1-1/+1
2010-02-05s4:UID wrapper - Fix includesMatthias Dieter Wallnöfer1-0/+9
2009-11-02lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett1-40/+0
2009-10-01util: strhex_to_str() fixed to handle '0x' correctlyKamen Mazdrashki1-6/+6
2009-10-01util: fixed compile time "discards qualifiers" warningKamen Mazdrashki1-3/+3
2009-08-05make the UID_WRAPPER skip checks at runtimeAndrew Tridgell1-4/+7
2009-08-05added a uid_wrapper libraryAndrew Tridgell1-0/+2
2009-07-25No explicit initialization necessary for a zero blobVolker Lendecke1-3/+1
2009-06-10lib-util: move set_blocking() call into own file.Günther Deschner1-31/+0
2009-03-03lib/util: remove samba specific talloc_get_type_abort()Stefan Metzmacher1-15/+0
2009-03-01Move next_token_talloc to util.c, as util_str.c is only compiled inside samba 4.Jelmer Vernooij1-0/+100
2009-02-13Replace get_myname() with the talloc version from v3-3-testVolker Lendecke1-15/+11
2009-02-13Fix Coverity ID 707 (RESOURCE_LEAK)Volker Lendecke1-0/+1
2008-11-16lib/util: hex_encode_talloc(): fix error path and set talloc nameStefan Metzmacher1-0/+4
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-1/+0
2008-10-19Move more functions out of util_str.c into the shared util.c.Jelmer Vernooij1-0/+278
2008-10-18Use shared util.c.Jelmer Vernooij1-107/+58
2008-10-18Add extra argument free_on_fail to realloc_array() in Samba 4, as used by Sam...Jelmer Vernooij1-2/+4
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+608