Age | Commit message (Expand) | Author | Files | Lines |
2012-10-04 | tdb: add tdb_rescue() | Rusty Russell | 7 | -4/+622 |
2012-10-02 | tdb: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-10-02 | s3-krb5: use and request AES keys in kerberos operations. | Günther Deschner | 1 | -0/+6 |
2012-09-29 | lib/replace: Add test for what flag we need for -Werror behaviour | Andrew Bartlett | 1 | -0/+9 |
2012-09-26 | lib/util/charset: We do not use fucntions from wchar.h any more | Andrew Bartlett | 1 | -7/+1 |
2012-09-26 | lib/util/charset: Try to find iconv on HP-UX | Andrew Bartlett | 1 | -0/+3 |
2012-09-25 | pyntdb: Fix init function for ntdb python module. | Pierre Lejeune | 1 | -2/+2 |
2012-09-25 | lib: Make async_sock includable on its own | Volker Lendecke | 1 | -0/+1 |
2012-09-25 | replace: Avoid returning value in void setproctitle() replacement. | Jelmer Vernooij | 1 | -1/+0 |
2012-09-24 | replace: Support setproctitle(). | Jelmer Vernooij | 4 | -0/+19 |
2012-09-24 | lib/replace: Look for special flags needed for c99 | Andrew Bartlett | 1 | -0/+10 |
2012-09-24 | lib/replace: Improve mkstemp test in autoconf and waf | Andrew Bartlett | 2 | -4/+34 |
2012-09-23 | lib/replace: Remove unused nap and therefore the SCO define | Andrew Bartlett | 1 | -10/+0 |
2012-09-23 | lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAM | Andrew Bartlett | 1 | -283/+0 |
2012-09-23 | lib/replace: Try to fix build on HP-UX for os2_delete test | Andrew Bartlett | 4 | -17/+6 |
2012-09-23 | ntdb: Try to fix the build on Solaris which does not have err | Andrew Bartlett | 3 | -2/+15 |
2012-09-22 | lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184) | Stefan Metzmacher | 1 | -4/+1 |
2012-09-21 | libtorture: factor out simple ui backend | Gregor Beck | 3 | -1/+87 |
2012-09-21 | s3:dbwrap: remove unused args from db_open_file() | Gregor Beck | 2 | -6/+2 |
2012-09-21 | s3:dbwrap: let dbwrap_fetch_uint32 distinguish between "not found" and "wrong... | Gregor Beck | 1 | -2/+5 |
2012-09-18 | replace: fix 520c9b0b0ae33 | Björn Jacke | 1 | -1/+1 |
2012-09-18 | panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act... | Matthieu Patou | 1 | -1/+1 |
2012-09-17 | libreplace: Bug 8107, Fix poll replacement to become a msleep replacement | Joachim Schmitz | 1 | -1/+1 |
2012-09-17 | ldb: bump version to 1.1.13 so the 4.0 release can get the isprint fix | Andrew Bartlett | 3 | -1/+263 |
2012-09-16 | replace: add some includes for poll.h | Björn Jacke | 1 | -0/+6 |
2012-09-12 | dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo... | Andrew Bartlett | 3 | -10/+0 |
2012-09-12 | lib/param: change the default for 'allow dns updates' to 'secure only' | Stefan Metzmacher | 1 | -1/+1 |
2012-09-12 | lib/param: add some more alias for 'allow dns updates' options. | Stefan Metzmacher | 1 | -0/+12 |
2012-09-12 | loadparm: dns is now a default server service | Kai Blin | 1 | -1/+1 |
2012-09-12 | lib/krb5_wrap: when deleting default realm, pass char*, not char** | Alexander Bokovoy | 1 | -1/+1 |
2012-09-11 | At Michael's suggestion, factor common code into a function. My bad :-). | Jeremy Allison | 1 | -4/+9 |
2012-09-11 | lib/replace: remove duplicate check for inotify | Michael Adam | 1 | -1/+1 |
2012-09-10 | Fix bug #9147 - winbind can't fetch user or group info from AD via LDAP | Jeremy Allison | 1 | -2/+4 |
2012-09-10 | osX define uint64_t as long long int | Matthieu Patou | 1 | -1/+1 |
2012-09-08 | s3: introduce a new share config option "durable handles" defaulting to "yes" | Michael Adam | 2 | -0/+10 |
2012-09-08 | s3: add an option "kernel share modes" to be able to switch off using kernel ... | Michael Adam | 2 | -0/+10 |
2012-09-08 | loadparm: remove remnants of removed option "share modes" | Michael Adam | 1 | -1/+0 |
2012-09-07 | build: define _BSD_TYPES on IRIX to have types like u_short | Björn Jacke | 2 | -0/+2 |
2012-09-07 | waf: add check for BSD_STYLE_STATVFS | Björn Jacke | 1 | -0/+12 |
2012-09-07 | param: remove unused define FN_LOCAL_PARM_CHAR() | Michael Adam | 1 | -2/+0 |
2012-09-06 | s3-printing: Restrict printing=cups to systems with cups development headers ... | Andrew Bartlett | 1 | -0/+4 |
2012-08-29 | lib/krb4_wrap: Add const to kt_copy_one_principal | Andrew Bartlett | 2 | -2/+2 |
2012-08-29 | libkrb5: Fix build with MIT Kerberos. | Andreas Schneider | 1 | -6/+6 |
2012-08-29 | s4-dsdb: Avoid printing secret attributes in ldb trace logs | Andrew Bartlett | 1 | -0/+8 |
2012-08-29 | lib/ldb: Avoid printing secret attributes in ldb trace logs | Andrew Bartlett | 8 | -14/+352 |
2012-08-28 | lib/ldb: Bump ldb version to 1.1.11 | Andrew Bartlett | 3 | -1/+262 |
2012-08-28 | lib/krb5_wrap: Move enctype conversion functions into a simple helper file | Andrew Bartlett | 4 | -36/+109 |
2012-08-28 | lib/krb5_wrap: Move kerberos_enctype_to_bitmap() into krb5_wrap | Andrew Bartlett | 2 | -0/+23 |
2012-08-28 | lib/krb5_wrap: Bring list of all enc types into krb5_wrap | Andrew Bartlett | 2 | -0/+16 |
2012-08-24 | lib/util: don't SMB_ASSERT() in process_exists_by_pid() | Stefan Metzmacher | 1 | -1/+3 |