summaryrefslogtreecommitdiff
path: root/lib/util
AgeCommit message (Expand)AuthorFilesLines
2009-04-20Ensure we have all the definitions needed in both threaded and non-threaded v...Jeremy Allison1-9/+4
2009-04-20Attempt to fix build farm on platforms where pthread_once_t is a struct.Jeremy Allison2-3/+6
2009-04-20Fix the pthread_once initialization issue. Make talloc_stackframe useJeremy Allison4-38/+85
2009-04-15Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison1-1/+1
2009-04-14Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison4-40/+71
2009-04-14Make talloc_stack threadsafe using TLS. Volker pleaseJeremy Allison4-25/+93
2009-04-09Merge branch 'wspp-schema'Andrew Tridgell2-6/+173
2009-04-09added _const versions of some of the str_list_*() functionsAndrew Tridgell2-0/+84
2009-04-09added str_list_unique() and str_list_show()Andrew Tridgell2-36/+62
2009-04-08Add the thread functions to top level lib/util.Jeremy Allison3-0/+277
2009-04-08Rework util_strlist prototypes to use a bit more and less constAndrew Bartlett2-9/+43
2009-04-07added a str_list_append() functionAndrew Tridgell1-0/+23
2009-04-01lib/util: fallback to any id in idr_get_new_random()Stefan Metzmacher1-2/+6
2009-03-26Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2-0/+11
2009-03-24Add tevent_req_simple_recv_ntstatus()Volker Lendecke2-0/+11
2009-03-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysecJelmer Vernooij1-1/+8
2009-03-19lib/util: build tevent_unix.o and tevent_ntstatus.o as UTIL_TEVENT subsystemStefan Metzmacher1-1/+8
2009-03-15Strip /usr/include from include flags, so we don't end up includingJelmer Vernooij1-0/+2
2009-03-15Remove -L/usr/lib from a couple more make variables.Jelmer Vernooij1-0/+1
2009-03-09Fix prototype mismatch.Jelmer Vernooij1-1/+1
2009-03-08Revert accidental reintroduction of void ** bug.Jelmer Vernooij2-5/+7
2009-03-03lib/util: remove samba specific talloc_get_type_abort()Stefan Metzmacher2-22/+0
2009-03-02Import ISO-8859-1, 646 from Samba 3 iconv.Jelmer Vernooij1-0/+29
2009-03-01Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij3-38/+122
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij4-46/+77
2009-03-01Merge branch 'master' of git://git.samba.org/samba into convenienceJelmer Vernooij2-0/+115
2009-03-01Move next_token_talloc to util.c, as util_str.c is only compiled inside samba 4.Jelmer Vernooij2-100/+100
2009-03-01Move next_token_talloc() to top-level.Jelmer Vernooij2-0/+115
2009-03-01Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.Jelmer Vernooij2-2/+3
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij4-23/+31
2009-02-26Add tevent_ntstatusVolker Lendecke2-0/+83
2009-02-24Add tevent_req_is_unix_errorVolker Lendecke2-0/+73
2009-02-23Refactored sys_fork() and sys_pid() into shared util librarySteven Danneman3-3/+42
2009-02-21Fix shadowed declaration warningTim Prouty1-1/+1
2009-02-20Moved become_daemon() and close_low_fds() to shared util libSteven Danneman2-14/+17
2009-02-13Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2-17/+13
2009-02-13Fix Coverity ID 707 (RESOURCE_LEAK)Volker Lendecke1-0/+1
2009-02-09Revert "s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and...Jelmer Vernooij1-2/+0
2009-02-02Attempt to fix "make test" on host "tridge"Volker Lendecke1-1/+1
2009-02-02lib/util: s/new/pn in idtree.cStefan Metzmacher1-16/+16
2009-02-02lib/util: s/class/dclassStefan Metzmacher1-1/+1
2009-02-01Fix headers, only ldb.h is requiredSimo Sorce1-2/+0
2009-01-30s4:lib/util: fix the buildStefan Metzmacher1-1/+1
2009-01-30s4:build: kill DEFAULT_HEADERS variableStefan Metzmacher1-0/+1
2009-01-29Fix coverity CID#66. Resource leak in error path.Jeremy Allison1-0/+1
2009-01-19util_str: setup the correct talloc name for stringsStefan Metzmacher2-0/+4
2009-01-16lib: add strlen_m_term_null from s3.Günther Deschner2-0/+20
2009-01-09s4:debug: make setup_logging() a bit more compatible with samba3Stefan Metzmacher1-1/+1
2009-01-08Print the failed value in the time tests.Jelmer Vernooij1-5/+8
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-31/+0