Age | Commit message (Expand) | Author | Files | Lines |
2011-03-23 | fault: fixed smb_panic() prototypes | Andrew Tridgell | 1 | -2/+0 |
2011-03-23 | fault: get fault.c ready for use by s4 | Andrew Tridgell | 1 | -6/+7 |
2011-03-15 | lib: fixed header paths | Andrew Tridgell | 1 | -8/+8 |
2011-02-22 | s3:auth: change num_groups to from size_t to uint32_t | Stefan Metzmacher | 1 | -2/+2 |
2011-02-18 | lib/util Remove #if _SAMBA_BUILD_ == 4 that isn't required any more | Andrew Bartlett | 1 | -2/+0 |
2011-02-18 | s4-util: removed the valgrind_strlen() routine | Andrew Tridgell | 1 | -7/+0 |
2011-01-20 | lib/util: add anonymous_shared_free() | Stefan Metzmacher | 1 | -0/+1 |
2011-01-20 | lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/ | Stefan Metzmacher | 1 | -1/+1 |
2010-12-21 | s4-dns: disable segfault handling in dlz_bind9 | Andrew Tridgell | 1 | -0/+1 |
2010-10-26 | lib/util: remove useless ../lib/util/mutex.* | Stefan Metzmacher | 1 | -10/+0 |
2010-10-24 | Add dump_data_cb() | Volker Lendecke | 1 | -0/+8 |
2010-10-24 | Add print_asc_cb() | Volker Lendecke | 1 | -0/+3 |
2010-09-16 | s3/s4: merge msleep and smb_msleep | Björn Jacke | 1 | -1/+1 |
2010-09-04 | util: added samba_start_debugger() | Andrew Tridgell | 1 | -0/+4 |
2010-03-26 | s3-smbd: Don't close stdout if we want to log to stdout. | Andreas Schneider | 1 | -1/+1 |
2010-03-26 | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 1 | -27/+0 |
2010-03-22 | lib/util: add allocate_anonymous_shared() | Stefan Metzmacher | 1 | -0/+5 |
2010-03-09 | lib/util: change samba_runcmd() to use tevent_req _send/_recv | Stefan Metzmacher | 1 | -7/+8 |
2010-02-26 | lib/util: add generate_random_password() | Stefan Metzmacher | 1 | -0/+5 |
2010-02-26 | s4-dns: use a loadparm list for samba_runcmd() commands | Andrew Tridgell | 1 | -1/+1 |
2010-02-22 | Spelling fixes for libutil | Brad Hards | 1 | -4/+4 |
2010-02-17 | util: added samba_runcmd() | Andrew Tridgell | 1 | -0/+17 |
2010-02-11 | util: added file_compare() utility function | Andrew Tridgell | 1 | -0/+5 |
2009-12-01 | util/util_strlist - add a call "const_str_list" for making "unconst" lists "c... | Matthias Dieter Wallnöfer | 1 | -0/+5 |
2009-11-20 | util/strlist: Fix up "const" warnings in the string list and test code | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2009-11-02 | lib/util Use rfc1738.c from Squid for all our URL encode/decode needs. | Andrew Bartlett | 1 | -0/+25 |
2009-09-24 | Remove the const from the str_list_XXX functions that | Jeremy Allison | 1 | -5/+5 |
2009-09-15 | libcli:nbt put util_net.c protos in new header file | Andrew Bartlett | 1 | -21/+0 |
2009-09-15 | libcli:nbt make the lmhosts parsing code and dependicies common | Andrew Bartlett | 1 | -1/+21 |
2009-09-10 | util_strlist: Add some more "const"s | Matthias Dieter Wallnöfer | 1 | -5/+8 |
2009-09-08 | lib/util: add unique string generator helper function | Steven Danneman | 1 | -0/+10 |
2009-05-29 | util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique. | Günther Deschner | 1 | -0/+12 |
2009-05-14 | Add new functions and tests: str_list_make_empty(), str_list_make_single() | Andrew Bartlett | 1 | -0/+10 |
2009-05-03 | Clean up after Tridge's util_strlist changes | Volker Lendecke | 1 | -7/+9 |
2009-04-09 | added _const versions of some of the str_list_*() functions | Andrew Tridgell | 1 | -0/+20 |
2009-04-09 | added str_list_unique() and str_list_show() | Andrew Tridgell | 1 | -8/+13 |
2009-04-08 | Rework util_strlist prototypes to use a bit more and less const | Andrew Bartlett | 1 | -2/+11 |
2009-03-03 | lib/util: remove samba specific talloc_get_type_abort() | Stefan Metzmacher | 1 | -7/+0 |
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 |
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 and... | Jelmer Vernooij | 1 | -2/+0 |
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 |