summaryrefslogtreecommitdiffstats
path: root/lib/util/util.h
Commit message (Collapse)AuthorAgeFilesLines
* lib/util: remove samba specific talloc_get_type_abort()Stefan Metzmacher2009-03-031-7/+0
| | | | metze
* Move next_token_talloc() to top-level.Jelmer Vernooij2009-03-011-0/+15
|
* Refactored sys_fork() and sys_pid() into shared util librarySteven Danneman2009-02-231-0/+10
| | | | | | | | | | This fixes a bug in 116ce19b, where we didn't clear the pid cache in become_daemon() and thus the /var/run/smbd.pid didn't match the actual pid of the parent process. Currently S4 will clear the pid cache on fork but doesn't yet take advantage of the pid cache by using sys_pid() instead of the direct get_pid().
* Fix shadowed declaration warningTim Prouty2009-02-211-1/+1
|
* Moved become_daemon() and close_low_fds() to shared util libSteven Danneman2009-02-201-3/+6
|
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-131-2/+2
|
* Revert "s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 ↵Jelmer Vernooij2009-02-091-2/+0
| | | | | | | | and s4" lib/util already has discard_const_p. This reverts commit 0cb430c22e9c0af2248fbc15ce97a4d760df189d.
* s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and s4Tim Prouty2008-12-301-0/+2
|
* s3 build: Fix incomplete types warningsTim Prouty2008-11-201-3/+2
|
* Move ABS() to libutil.Jelmer Vernooij2008-11-011-0/+4
|
* Fix includes in installed version of talloc_stack.h.Jelmer Vernooij2008-11-011-1/+1
|
* Only provide valgrind_strlen prototype when it's being compiled in.Jelmer Vernooij2008-11-011-2/+2
|
* Samba3: Include util.h header file rather than having custom prototypes.Jelmer Vernooij2008-11-011-7/+23
|
* Remove include/local.h and move defines to more appropriate places.Jelmer Vernooij2008-10-241-0/+2
|
* Move charset library to top level.Jelmer Vernooij2008-10-241-1/+1
|
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-231-2/+4
|
* Import talloc_stack into util library.Jelmer Vernooij2008-10-231-0/+1
|
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+11
| | | | remove some unused functions.
* Move discard_const hack to memory.hso it can be used by Samba 3.Jelmer Vernooij2008-10-201-27/+0
|
* Add extra parameter consistent with samba3.Jelmer Vernooij2008-10-181-1/+1
|
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-1/+1
| | | | 3.
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
|
* Add extra argument free_on_fail to realloc_array() in Samba 4, as used by ↵Jelmer Vernooij2008-10-181-1/+1
| | | | Samba 3.
* Move some of the memory utility macros to a separate header (for now).Jelmer Vernooij2008-10-181-69/+1
|
* Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij2008-10-151-0/+2
|
* Use common util_file code.Jelmer Vernooij2008-10-121-4/+4
|
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-5/+4
|
* Clean up properly.Jelmer Vernooij2008-10-111-1/+0
|
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+813
Conflicts: source4/Makefile