Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-21 | talloc: Fix talloc-compat pc files/headers. | Jelmer Vernooij | 1 | -1/+3 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Aug 21 04:53:07 CEST 2011 on sn-devel-104 | |||||
2011-08-21 | wafsamba: Only install .pc files if libraries are public. | Jelmer Vernooij | 4 | -16/+7 | |
2011-08-21 | tdb: Install pkg-config file. | Jelmer Vernooij | 1 | -1/+3 | |
2011-08-21 | wafsamba: Require public libraries to have a pc file specified, or ↵ | Jelmer Vernooij | 1 | -1/+2 | |
explicitly specified that they don't need one. | |||||
2011-08-19 | ldb:ldb_controls.c - cosmetic indentation fix | Matthias Dieter Wallnöfer | 1 | -5/+4 | |
2011-08-19 | ldb - two cosmetic fixes | Matthias Dieter Wallnöfer | 2 | -4/+2 | |
@ldb.h: Removes an invalid comment line @pyldb.c: Fixes indentation | |||||
2011-08-18 | credentials: Rename library to samba-credentials to avoid name clashes. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104 | |||||
2011-08-16 | tdb: increment sequence number in tdb_wipe_all(). | Rusty Russell | 1 | -0/+2 | |
TDB2 testing revealed that tdb1 doesn't do this. It's minor, but fix it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Tue Aug 16 10:47:41 CEST 2011 on sn-devel-104 | |||||
2011-08-14 | util: add function to extend anonymous shared memory | Simo Sorce | 2 | -0/+65 | |
2011-08-14 | replace: Check if we have mremap() available | Simo Sorce | 2 | -0/+55 | |
2011-08-13 | ldb: Remove use after free in error case | Andrew Bartlett | 1 | -1/+0 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Aug 13 13:49:44 CEST 2011 on sn-devel-104 | |||||
2011-08-12 | socket-wrapped: added wrappers for dup() and dup2() | Andrew Tridgell | 2 | -2/+131 | |
The Samba4 standard process model uses dup() on incoming sockets as an optimisation (it makes select() a tiny bit faster when used). Adding dup() to socket wrapper allows us to use the standard process model in selftest Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-12 | tevent: don't force the nesting flag to false in the destructor | Andrew Tridgell | 1 | -3/+7 | |
the tevent destructor is called in tevent_re_initialise(), to reset the event context back to its original state for creating child processes. We need the nesting flag to stay the same Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Aug 12 05:18:25 CEST 2011 on sn-devel-104 | |||||
2011-08-11 | tevent: fix documentation for tevent_context_init_byname() | Sumit Bose | 1 | -2/+2 | |
Signed-off-by: Simo Sorce <idra@samba.org> Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Aug 11 21:56:37 CEST 2011 on sn-devel-104 | |||||
2011-08-11 | tevent: Set FD_CLOEXEC on epoll handle | Sumit Bose | 4 | -2/+52 | |
If an application using libtevent starts a new process the epoll file descriptor is leaked to the new process if the event context is not freed explicitly. By setting FD_CLOEXEC this is not needed anymore. Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2011-08-10 | Adapt tally_histogram to Samba coding conventions | Volker Lendecke | 1 | -10/+16 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Aug 10 21:12:59 CEST 2011 on sn-devel-104 | |||||
2011-08-10 | Adapt get_max_bucket to Samba coding conventions | Volker Lendecke | 1 | -2/+4 | |
2011-08-10 | Adapt tally_approx_median to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt bucket_range to Samba coding conventions | Volker Lendecke | 1 | -2/+3 | |
2011-08-10 | Adapt tally_mean to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt divls64 to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Avoid some // style comments in divls64 | Volker Lendecke | 1 | -9/+10 | |
2011-08-10 | Adapt divlu64 to Samba coding conventions | Volker Lendecke | 1 | -2/+5 | |
2011-08-10 | Avoid some // style comments in divlu64 | Volker Lendecke | 1 | -26/+26 | |
2011-08-10 | Adapt fls64 to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt tally_num to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt tally_add to Samba coding conventions | Volker Lendecke | 1 | -3/+5 | |
2011-08-10 | Adapt renormalize to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt shift_overflows to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt bucket_min to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt bucket_of to Samba coding conventions | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | Adapt tally_new to Samba coding conventions | Volker Lendecke | 1 | -2/+5 | |
2011-08-10 | Slightly simplify tally_new | Volker Lendecke | 1 | -7/+9 | |
2011-08-10 | Fix a c++ warning | Volker Lendecke | 1 | -1/+1 | |
2011-08-10 | Fix a c++ warning | Volker Lendecke | 1 | -1/+2 | |
2011-08-10 | tevent: cleanup nesting counter when doing a full reinit. | Simo Sorce | 1 | -0/+7 | |
We may be forking from within a loop, so we need to clean-up to avoid aborts when nesting is not allowed and we are in a new children. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-08-10 | lib-util: Make create_unlink_tmp argument optional | Simo Sorce | 1 | -1/+6 | |
Use tmpdir() if no dir is provided. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-08-10 | lib-util: Make useful function a common utility. | Simo Sorce | 2 | -0/+37 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-08-10 | libutil: use AI_ADDRCONFIG only when AI_NUMERIC is not defined | Simo Sorce | 1 | -5/+11 | |
This flag prevents startup w/o ip addresses assigned to any interface. If AI_NUMERIC is passed it should be safe to avoid it. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-08-10 | pytalloc: Regenerate ABI file. | Jelmer Vernooij | 1 | -0/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Aug 10 16:51:11 CEST 2011 on sn-devel-104 | |||||
2011-08-10 | pytalloc: Use consistent prefix for functions, add ABI file. | Jelmer Vernooij | 5 | -51/+57 | |
2011-08-10 | tsocket: make use of tevent_queue_add_optimize_empty() to optimize for the ↵ | Stefan Metzmacher | 1 | -37/+48 | |
empty queue case metze | |||||
2011-08-09 | tevent: change the version to 0.9.14 after the tevent_queue changes | Stefan Metzmacher | 2 | -1/+79 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Aug 9 23:02:17 CEST 2011 on sn-devel-104 | |||||
2011-08-09 | tevent: fix some comments in tevent.h | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-08-09 | tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty() | Stefan Metzmacher | 2 | -2/+131 | |
This adds more flexible handling for the add operation: - It allows the caller to remove a tevent_req from the queue by calling talloc_free() on the returned tevent_queue_entry. - It allows the caller to optimize for the empty queue case, where it the caller wants to avoid the delay caused by the immediate event. metze | |||||
2011-08-09 | tevent: splitout tevent_queue_add_internal() from tevent_queue_add() | Stefan Metzmacher | 1 | -8/+26 | |
metze | |||||
2011-08-09 | tevent: allow tevent_queue_add() to take a NULL trigger function | Stefan Metzmacher | 2 | -1/+10 | |
This way the caller can add a blocker to the queue. metze | |||||
2011-08-09 | tevent: add tevent_queue_running() function | Stefan Metzmacher | 2 | -0/+16 | |
metze | |||||
2011-08-09 | ldb: fix the canonicalisation of booleans | Andrew Tridgell | 1 | -3/+3 | |
we were canonicalising "FALSE" to "FALS" Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-09 | talloc: prepare for 2.0.6 release | Andrew Tridgell | 2 | -1/+63 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Aug 9 04:03:49 CEST 2011 on sn-devel-104 |