Age | Commit message (Expand) | Author | Files | Lines |
2012-03-29 | Start to add truncate checks on all uses of strlcpy(). Reading lwn | Jeremy Allison | 2 | -22/+29 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 4 | -43/+2 |
2012-03-24 | lib/util: Allow calloc use in util.c, too. | Jelmer Vernooij | 1 | -0/+1 |
2012-03-24 | libreplace: Add getpeereid implementation. | Jelmer Vernooij | 2 | -31/+0 |
2012-03-24 | lib/util: Remove dummy wrapper for getgrgid(). | Jelmer Vernooij | 2 | -10/+0 |
2012-03-24 | lib/util: Remove dummy wrapper for getgrnam(). | Jelmer Vernooij | 2 | -7/+1 |
2012-03-24 | lib/util: Remove dummy wrapper for getpwuid(). | Jelmer Vernooij | 2 | -8/+2 |
2012-03-24 | lib/util: Remove dummy wrapper for getpwnam(). | Jelmer Vernooij | 2 | -8/+2 |
2012-03-24 | lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent. | Jelmer Vernooij | 2 | -22/+0 |
2012-03-24 | lib/util: Move calloc_array and memalign_array to top-level libutil. | Jelmer Vernooij | 2 | -0/+32 |
2012-03-24 | lib/util: Remove prototype for removed sys_memalign. | Jelmer Vernooij | 1 | -4/+0 |
2012-03-24 | lib/util: Remove trivial wrapper sys_connect() around connect(). | Jelmer Vernooij | 2 | -20/+0 |
2012-03-24 | replace: Move memalign() from lib/util/system.c to libreplace. | Jelmer Vernooij | 1 | -35/+0 |
2012-03-15 | util: Add --disable-fault-handling. | Ira Cooper | 3 | -0/+8 |
2012-03-14 | lib/util: only change umask during mkdir() | Stefan Metzmacher | 1 | -7/+4 |
2012-03-14 | lib/util: cope with races between lstat and mkdir in directory_create_or_exist() | Stefan Metzmacher | 1 | -2/+8 |
2012-03-14 | lib/util: use a helper variable in directory_create_or_exist() | Stefan Metzmacher | 1 | -2/+5 |
2012-03-14 | lib/util: do an early return on error directory_create_or_exist() | Stefan Metzmacher | 1 | -10/+10 |
2012-03-14 | lib/util: remove unneeded else branch in directory_create_or_exist() | Stefan Metzmacher | 1 | -21/+24 |
2012-03-14 | lib/util: don't start DEBUG output with 'error ' | Stefan Metzmacher | 1 | -1/+1 |
2012-03-10 | tdb_wrap: Move to specific directory. | Jelmer Vernooij | 3 | -264/+0 |
2012-03-08 | lib/util: Add a callback facility for debug messages | Andrew Bartlett | 2 | -14/+52 |
2012-03-04 | change low FDs are handled in Samba | Andrew Bartlett | 3 | -12/+23 |
2012-03-01 | build: look for backtrace_symbols in libexec | Andrew Bartlett | 1 | -1/+1 |
2012-02-17 | lib/util: Remove unused sys_inet_makeaddr() | Andrew Bartlett | 2 | -11/+0 |
2012-02-17 | lib/util: Remove unused sys_gethostbyname() | Andrew Bartlett | 2 | -48/+0 |
2012-02-16 | lib/util: Remove sys_poll as it is no longer needed | Andrew Bartlett | 2 | -91/+0 |
2012-02-16 | lib/util: Remove unused sys_select_signal() | Andrew Bartlett | 2 | -19/+0 |
2012-02-10 | lib/util: Remove unused str_format_nbt_domain() | Andrew Bartlett | 2 | -41/+0 |
2012-02-10 | charset: Remove unused strcmp_w() | Andrew Bartlett | 2 | -15/+0 |
2012-02-10 | charset: Remove unused iconv_talloc() | Andrew Bartlett | 3 | -120/+1 |
2012-02-07 | charset/tests: Add prototypes for test functions. | Jelmer Vernooij | 2 | -0/+7 |
2012-02-06 | lib/util: Add hex_encode_buf | Volker Lendecke | 2 | -9/+21 |
2012-02-03 | loadparm: fix a load of uninitialized memory errors found by valgrind. | Michael Adam | 1 | -1/+1 |
2012-01-25 | Introduce dump_data_file | Volker Lendecke | 2 | -0/+17 |
2011-12-25 | lib/charset: Remove an unused variable | Volker Lendecke | 1 | -0/+2 |
2011-12-25 | s3: Fix fn signatures in charset_macosx.c | Volker Lendecke | 2 | -6/+6 |
2011-12-22 | runcmd: use set_close_on_exec() | Andrew Tridgell | 1 | -0/+8 |
2011-12-22 | runcmd: use a pipe for stdin to child processes | Andrew Tridgell | 1 | -7/+46 |
2011-12-17 | s3: Fix the clustering build | Volker Lendecke | 3 | -5/+5 |
2011-12-16 | Add support for TCP_DEFER_ACCEPT | Volker Lendecke | 1 | -0/+3 |
2011-12-15 | genrand: use set_close_on_exec() | Andrew Tridgell | 1 | -0/+9 |
2011-12-15 | lib/util: added set_close_on_exec() | Andrew Tridgell | 2 | -0/+23 |
2011-12-06 | lib/util/util_tdb: adhere to coding style for tdb_data_is_empty() | Michael Adam | 1 | -1/+2 |
2011-12-03 | Revert making public of the samba-module library. | Jelmer Vernooij | 7 | -144/+64 |
2011-12-03 | lib/util: factor out tdb_data_is_empty | Gregor Beck | 2 | -0/+5 |
2011-11-21 | Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s... | Jeremy Allison | 1 | -2/+1 |
2011-11-16 | lib/util/debug: with log level = 10 we should be more verbose | Stefan Metzmacher | 1 | -3/+9 |
2011-11-15 | s3: allow to set TCP_NODELAYACK socket option on AIX | Björn Jacke | 1 | -0/+3 |
2011-11-03 | util/time: Make some functions explicitly public. | Jelmer Vernooij | 1 | -3/+3 |