Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-09 | added str_list_unique() and str_list_show() | Andrew Tridgell | 1 | -8/+13 | |
I also undid some of the const changes from Andrew, as they didn't in fact resolve the const warnings. | |||||
2009-04-08 | Rework util_strlist prototypes to use a bit more and less const | Andrew Bartlett | 1 | -2/+11 | |
Hopefully this produces less warnings, but it might produce more... Andrew Bartlett | |||||
2009-03-03 | lib/util: remove samba specific talloc_get_type_abort() | Stefan Metzmacher | 1 | -7/+0 | |
metze | |||||
2009-03-01 | Move next_token_talloc() to top-level. | Jelmer Vernooij | 1 | -0/+15 | |
2009-02-23 | Refactored sys_fork() and sys_pid() into shared util library | Steven Danneman | 1 | -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(). | |||||
2009-02-21 | Fix shadowed declaration warning | Tim Prouty | 1 | -1/+1 | |
2009-02-20 | Moved become_daemon() and close_low_fds() to shared util lib | Steven Danneman | 1 | -3/+6 | |
2009-02-13 | Replace get_myname() with the talloc version from v3-3-test | Volker Lendecke | 1 | -2/+2 | |
2009-02-09 | Revert "s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 ↵ | Jelmer Vernooij | 1 | -2/+0 | |
and s4" lib/util already has discard_const_p. This reverts commit 0cb430c22e9c0af2248fbc15ce97a4d760df189d. | |||||
2008-12-30 | s3/s4: Move CONST_DISCARD into lib/util so it's available from s3 and s4 | Tim Prouty | 1 | -0/+2 | |
2008-11-20 | s3 build: Fix incomplete types warnings | Tim Prouty | 1 | -3/+2 | |
2008-11-01 | Move ABS() to libutil. | Jelmer Vernooij | 1 | -0/+4 | |
2008-11-01 | Fix includes in installed version of talloc_stack.h. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-01 | Only provide valgrind_strlen prototype when it's being compiled in. | Jelmer Vernooij | 1 | -2/+2 | |
2008-11-01 | Samba3: Include util.h header file rather than having custom prototypes. | Jelmer Vernooij | 1 | -7/+23 | |
2008-10-24 | Remove include/local.h and move defines to more appropriate places. | Jelmer Vernooij | 1 | -0/+2 | |
2008-10-24 | Move charset library to top level. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-23 | Use common net utility code (address and sockaddr manipulation). | Jelmer Vernooij | 1 | -2/+4 | |
2008-10-23 | Import talloc_stack into util library. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -0/+11 | |
remove some unused functions. | |||||
2008-10-20 | Move discard_const hack to memory.hso it can be used by Samba 3. | Jelmer Vernooij | 1 | -27/+0 | |
2008-10-18 | Add extra parameter consistent with samba3. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-18 | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba | Jelmer Vernooij | 1 | -1/+1 | |
3. | |||||
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-18 | Add extra argument free_on_fail to realloc_array() in Samba 4, as used by ↵ | Jelmer Vernooij | 1 | -1/+1 | |
Samba 3. | |||||
2008-10-18 | Move some of the memory utility macros to a separate header (for now). | Jelmer Vernooij | 1 | -69/+1 | |
2008-10-15 | Share libndr.h between Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -0/+2 | |
2008-10-12 | Use common util_file code. | Jelmer Vernooij | 1 | -4/+4 | |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -5/+4 | |
2008-10-11 | Clean up properly. | Jelmer Vernooij | 1 | -1/+0 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -0/+813 | |
Conflicts: source4/Makefile |