Age | Commit message (Expand) | Author | Files | Lines |
2011-10-04 | s3:lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10) | Stefan Metzmacher | 1 | -0/+11 |
2011-09-30 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+2 |
2011-09-30 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+2 |
2011-09-28 | s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec... | Michael Adam | 1 | -2/+1 |
2011-09-28 | s3-messaging Do not ever send a kill to -1 | Andrew Bartlett | 1 | -0/+3 |
2011-09-27 | s3-messaging Ensure that the message is of the correct legnth | Andrew Bartlett | 1 | -1/+1 |
2011-09-23 | build: Fix waf build on MacOS X | Andrew Bartlett | 1 | -1/+2 |
2011-09-23 | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 1 | -1/+1 |
2011-09-23 | s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH | Andrew Tridgell | 2 | -1/+58 |
2011-09-23 | lib/util: move some timespec helpers from source3 to the toplevel | Stefan Metzmacher | 1 | -146/+0 |
2011-09-21 | s3-netapi: allow to use default krb5 credential cache for libnetapi users. | Günther Deschner | 2 | -8/+23 |
2011-09-20 | s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from (persistent... | Michael Adam | 1 | -0/+26 |
2011-09-20 | s3:g_lock: add a missing \n to a debug message in g_lock_init | Michael Adam | 1 | -1/+1 |
2011-09-14 | util_tdb: return -1/0 from lock_with_timeout functions. | Rusty Russell | 1 | -2/+2 |
2011-09-14 | dbwrap_tdb: handle tdb2 return values properly. | Rusty Russell | 1 | -4/+4 |
2011-09-14 | tdb_compat: adapt to tdb2 API change. | Rusty Russell | 1 | -3/+4 |
2011-09-07 | s3:dbwrap_ctdb: improve error message in transaction destructor | Gregor Beck | 1 | -1/+2 |
2011-09-07 | s3: let g_lock_unlock() return more specific status codes on failure | Gregor Beck | 1 | -2/+2 |
2011-08-31 | s3:lib S-1-5-9 is "Enterprise Domain Controllers" | Christian Ambach | 1 | -1/+1 |
2011-08-31 | s3:lib remove duplicate entry for "Anonymous Logon" | Christian Ambach | 1 | -1/+0 |
2011-08-31 | s3:lib add S-1-5-17 to well-known SID list | Christian Ambach | 1 | -0/+1 |
2011-08-31 | s3:lib add some more well-known sids | Christian Ambach | 1 | -0/+3 |
2011-08-31 | s3:lib add new well-known SIDs for BUILTIN | Christian Ambach | 1 | -0/+8 |
2011-08-30 | s3: Silence some warnings | Volker Lendecke | 3 | -0/+56 |
2011-08-29 | s3-lib: If we create a pipe socket, don't start to listen. | Andreas Schneider | 1 | -6/+0 |
2011-08-25 | s3:dbwrap_tdb: correctly catch the error from the return code of tdb_parse in... | Michael Adam | 1 | -1/+6 |
2011-08-25 | s3: Remove a bogus comment | Volker Lendecke | 1 | -4/+0 |
2011-08-25 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 |
2011-08-22 | s3: Slightly simplify serverid_exists | Volker Lendecke | 1 | -1/+1 |
2011-08-21 | s3-passdb: Keep caches coherent | Andreas Schneider | 2 | -1/+16 |
2011-08-21 | s3-id_cache: Use better names for id cache management ops | Andreas Schneider | 2 | -14/+14 |
2011-08-21 | s3-id_cache: Move id caches mgmt out of smbd | Andreas Schneider | 2 | -0/+222 |
2011-08-21 | s3-prefork: Listening fds must be in non-blocking mode | Simo Sorce | 2 | -0/+5 |
2011-08-21 | s3-prefork: Fix code to retire children | Simo Sorce | 3 | -11/+16 |
2011-08-21 | s3-prefork: Add parent->client messaging | Simo Sorce | 3 | -0/+39 |
2011-08-21 | s3-prefork: Improve error detection when handling new connections | Simo Sorce | 1 | -11/+23 |
2011-08-21 | s3-prefork: Improve heuristics | Simo Sorce | 3 | -30/+52 |
2011-08-21 | s3-prefork: add a few more utility functions | Simo Sorce | 2 | -0/+26 |
2011-08-21 | s3-prefrok: Handle only valid children | Simo Sorce | 1 | -4/+19 |
2011-08-21 | s3-prefork: Fix worker flags handling. | Simo Sorce | 2 | -7/+20 |
2011-08-21 | s3-prefork: do not use a lock_fd, just race on accept() | Simo Sorce | 2 | -375/+21 |
2011-08-21 | s3-prefork: Add common utilities for daemons | Simo Sorce | 2 | -0/+166 |
2011-08-21 | s3-prefork: Allow better management of allowed_clients | Simo Sorce | 2 | -5/+54 |
2011-08-21 | s3-prefork: Fix cast warning. | Andreas Schneider | 1 | -2/+2 |
2011-08-20 | Ensure we never wait past absolute entime to do a get_cached_ldap_connect(). | Jeremy Allison | 1 | -8/+15 |
2011-08-19 | Remove the tortured logic in another_ldap_try() and turn it into | Jeremy Allison | 1 | -58/+70 |
2011-08-19 | Factor out the ldap_get_option calls into a function. | Jeremy Allison | 1 | -20/+14 |
2011-08-19 | Simplify the logic on the another_ldap_try() loops by breaking | Jeremy Allison | 1 | -95/+105 |
2011-08-19 | Move the alarm setup/teardown out of another_ldap_try() and into separate | Jeremy Allison | 1 | -48/+43 |
2011-08-19 | Allow the timeout pointer to ldap_search_ext_s() to be NULL if lp_ldap_timeou... | Jeremy Allison | 1 | -4/+8 |