| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: add sys_write_v - void variant of sys_write | Michael Adam | 2016-05-13 | 2 | -0/+18 |
* | lib: add sys_read_v - void variant of sys_read | Michael Adam | 2016-05-13 | 2 | -0/+17 |
* | debug: fix -O3 warning - unused return code of write() | Michael Adam | 2016-05-13 | 1 | -2/+9 |
* | tdb:torture: fix -O3 error unused result of write | Michael Adam | 2016-05-13 | 1 | -1/+5 |
* | tdb:torture: fix -O3 error unused result code of read | Michael Adam | 2016-05-13 | 1 | -2/+6 |
* | tevent:testsuite: fix O3 errors unused result of write | Michael Adam | 2016-05-13 | 1 | -7/+17 |
* | tevent:testsuite: fix O3 errors unused result for read | Michael Adam | 2016-05-13 | 1 | -2/+11 |
* | tevent:signal: fix -O3 error unused result of read | Michael Adam | 2016-05-13 | 1 | -1/+5 |
* | tevent:signal: fix -O3 error unused result of write | Michael Adam | 2016-05-13 | 1 | -1/+5 |
* | tevent:threads: fix -O3 error unused result of write | Michael Adam | 2016-05-13 | 1 | -1/+4 |
* | ldb-samba: Add "secret" as a value to hide in LDIF files | Andrew Bartlett | 2016-05-11 | 1 | -1/+1 |
* | pytalloc: avoid double 0x0x in repr strings | Douglas Bagnall | 2016-05-10 | 1 | -1/+1 |
* | ldb: Fix error string when renaming to an DN that already exists | Andrew Bartlett | 2016-05-10 | 1 | -1/+1 |
* | typo: mplementation => implementation | Garming Sam | 2016-05-06 | 1 | -1/+1 |
* | talloc: version 2.1.7talloc-2.1.7 | Stefan Metzmacher | 2016-05-05 | 4 | -1/+91 |
* | lib:talloc. Fix memory leak when destructors reparent children. | Saji VR | 2016-05-05 | 1 | -1/+1 |
* | lib: Avoid includes.h in base64.c | Volker Lendecke | 2016-05-04 | 1 | -1/+1 |
* | lib: Give base64.c its own .h | Volker Lendecke | 2016-05-04 | 4 | -21/+54 |
* | lib: Remove SMB_ASSERT from base64_encode_data_blob | Volker Lendecke | 2016-05-04 | 1 | -1/+3 |
* | lib: =0 and |= is equivalent to = | Volker Lendecke | 2016-05-04 | 1 | -2/+1 |
* | lib: The base64 chars are by definition single-byte :-) | Volker Lendecke | 2016-05-04 | 1 | -1/+1 |
* | ldb-samba: Use ndr_pull_struct_blob_all_noalloc | Andrew Bartlett | 2016-05-03 | 1 | -10/+4 |
* | lib:krb5_wrap:krb5_samba: increase debug level for smb_krb5_get_default_realm... | Günther Deschner | 2016-04-28 | 1 | -2/+2 |
* | ldb-samba/ldb_matching_rules: Fix CID 1349424 - Uninitialized pointer read | Robin Hack | 2016-04-27 | 1 | -1/+1 |
* | talloc/testsuite: Fix CID 1291641 - Logically dead code | Robin Hack | 2016-04-26 | 1 | -5/+5 |
* | LDB: Redudant test on NULL context remove | Petr Cech | 2016-04-26 | 1 | -1/+1 |
* | Refactor the dns_open_connection code so that duplicate code is removed and e... | Richard Sharpe | 2016-04-26 | 1 | -55/+39 |
* | Fix CHECK_CODE usage in atomics builtin detection | Jérémie Courrèges-Anglas | 2016-04-26 | 1 | -12/+4 |
* | krb5_wrap: fix keep_old_entries logic in smb_krb5_kt_seek_and_delete_old_entr... | Ralph Boehme | 2016-04-25 | 1 | -0/+12 |
* | krb5_wrap: add enctype arg to smb_krb5_kt_seek_and_delete_old_entries() | Ralph Boehme | 2016-04-25 | 2 | -0/+3 |
* | lib: dns: Clean up allocated structure on error exit. | Jeremy Allison | 2016-04-22 | 1 | -4/+6 |
* | util: Add memcmp_const_time() | Andreas Schneider | 2016-04-19 | 2 | -0/+25 |
* | CVE-2016-2118: docs-xml: default "allow dcerpc auth level connect" to "no" | Stefan Metzmacher | 2016-04-12 | 1 | -1/+1 |
* | CVE-2016-2118: docs-xml: add "allow dcerpc auth level connect" defaulting to ... | Stefan Metzmacher | 2016-04-12 | 1 | -0/+2 |
* | CVE-2016-2115: docs-xml: always default "client ipc signing" to "mandatory" | Stefan Metzmacher | 2016-04-12 | 1 | -5/+1 |
* | CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULT | Ralph Boehme | 2016-04-12 | 1 | -1/+4 |
* | CVE-2016-2115: docs-xml: add "client ipc signing" option | Stefan Metzmacher | 2016-04-12 | 1 | -0/+14 |
* | CVE-2016-2115: docs-xml: add "client ipc min protocol" and "client ipc max pr... | Stefan Metzmacher | 2016-04-12 | 1 | -0/+26 |
* | CVE-2016-2113: docs-xml: let "tls verify peer" default to "as_strict_as_possi... | Stefan Metzmacher | 2016-04-12 | 1 | -1/+1 |
* | CVE-2016-2113: docs-xml: add "tls verify peer" option defaulting to "no_check" | Stefan Metzmacher | 2016-04-12 | 2 | -0/+16 |
* | CVE-2016-2112: docs-xml: change the default of "ldap server require strong au... | Stefan Metzmacher | 2016-04-12 | 1 | -1/+1 |
* | CVE-2016-2112: docs-xml: add "ldap server require strong auth" option | Stefan Metzmacher | 2016-04-12 | 3 | -0/+20 |
* | CVE-2016-2111: docs-xml/smbdotconf: default "raw NTLMv2 auth" to "no" | Stefan Metzmacher | 2016-04-12 | 1 | -1/+1 |
* | CVE-2016-2111: docs-xml: add "raw NTLMv2 auth" defaulting to "yes" | Stefan Metzmacher | 2016-04-12 | 1 | -0/+1 |
* | tdb mutex check: Fix CID 1358473 Uninitialized scalar variable | Volker Lendecke | 2016-04-12 | 1 | -0/+2 |
* | tdb: version 1.3.9tdb-1.3.9 | Stefan Metzmacher | 2016-04-11 | 2 | -1/+70 |
* | tdb: rework cleanup logic in tdb_runtime_check_for_robust_mutexes() | Uri Simchoni | 2016-04-11 | 1 | -37/+45 |
* | nwrap: Fix the build on Solaris | Volker Lendecke | 2016-04-05 | 1 | -1/+1 |
* | lib:replace: Missing semicolon on function definition. | Jeremy Allison | 2016-04-02 | 1 | -1/+1 |
* | gpfswrap: Add wrapper for gpfs_set_winattrs | Christof Schmitt | 2016-04-01 | 2 | -0/+14 |