Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-24 | libreplace: Add getpeereid implementation. | Jelmer Vernooij | 1 | -2/+0 | |
2012-03-24 | lib/util: Move calloc_array and memalign_array to top-level libutil. | Jelmer Vernooij | 1 | -0/+4 | |
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 | 1 | -1/+0 | |
2012-03-04 | change low FDs are handled in Samba | Andrew Bartlett | 1 | -1/+1 | |
We now only close fds 0, 1, 2 when we are a forked daemon, and take care not to close a file descriptor that we might need for foreground stdin monitoring. This should fix stdout logging in the lsa and epmapper deamons (ie in make test). Andrew Bartlett | |||||
2012-02-17 | lib/util: Remove unused sys_inet_makeaddr() | Andrew Bartlett | 1 | -2/+0 | |
Found by callcatcher. Andrew Bartlett | |||||
2012-02-17 | lib/util: Remove unused sys_gethostbyname() | Andrew Bartlett | 1 | -6/+0 | |
Found by callcatcher. Andrew Bartlett | |||||
2012-02-10 | lib/util: Remove unused str_format_nbt_domain() | Andrew Bartlett | 1 | -6/+0 | |
Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett | |||||
2012-02-06 | lib/util: Add hex_encode_buf | Volker Lendecke | 1 | -0/+5 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Feb 6 09:15:33 CET 2012 on sn-devel-104 | |||||
2012-01-25 | Introduce dump_data_file | Volker Lendecke | 1 | -0/+6 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 25 11:57:18 CET 2012 on sn-devel-104 | |||||
2011-12-17 | s3: Fix the clustering build | Volker Lendecke | 1 | -1/+1 | |
ctdb_private.h already defines set_close_on_exec. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Dec 17 18:41:39 CET 2011 on sn-devel-104 | |||||
2011-12-15 | lib/util: added set_close_on_exec() | Andrew Tridgell | 1 | -0/+5 | |
this was already in tevent_util.c, but library layering prevented us from using it in some other libraries | |||||
2011-09-23 | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 1 | -0/+917 | |