winbindd: Print debug if we don't know how to route a wb_irpc_SamLogon() request
[metze/samba/wip.git] / lib /
2017-08-03 Andreas Schneiderlib: Fix integer overflowed argument issue with strtoul()
2017-08-02 Martin Schwenkeutil: Reimplement pidfile_create() using pidfile_path_c...
2017-08-02 Martin Schwenkeutil: New functions pidfile_path_create(), pidfile_fd_c...
2017-08-02 Martin Schwenkeutil: Add pidfile.* to samba-util-core
2017-08-02 Martin Schwenkeutil: Clean up includes
2017-08-02 Martin Schwenkeutil: pidfile_pid() should not unlink PID file
2017-08-01 Ian Stakenviciuswaf: disable-python - fix talloc wscript if bundling...
2017-07-31 Volker Lendeckelib: Fix 1415704 CID Integer overflowed argument
2017-07-26 Jeremy Allisonlib: ldb: Python. Take care of freeing the passed in...
2017-07-26 Jeremy Allisonlib: ldb: Use NULL to allocate modules not talloc_autof...
2017-07-25 Volker Lendeckedbwrap_tdb: Implement do_locked
2017-07-25 Volker Lendeckedbwrap: Add dbwrap_do_locked
2017-07-25 Volker Lendeckedbwrap: Factor out the core dbwrap lock order logic
2017-07-25 Volker Lendeckedbwrap: Add dbwrap_record_storev
2017-07-25 Volker Lendeckedbwrap: Convert backend store to storev
2017-07-25 Volker Lendeckedbwrap: Add dbwrap_merge_dbufs
2017-07-25 Andreas Schneideruwrap: Update to version 1.2.4
2017-07-22 Stefan Metzmacherldb: version 1.2.1 samba-upstream/tags/ldb-1.2.1
2017-07-21 Stefan Metzmachertevent: version 0.9.33 samba-upstream/tags/tevent-0.9.33
2017-07-21 Stefan Metzmachertevent: handle passing req = NULL to tevent_req_print()
2017-07-21 Stefan Metzmachertevent: avoid calling talloc_get_name(NULL) in tevent_r...
2017-07-21 Stefan Metzmachertalloc: version 2.1.10 samba-upstream/tags/talloc-2.1.10
2017-07-07 Douglas Bagnallldb/tests: more thoroughly test empty ldb_msg elements
2017-07-07 Douglas Bagnallldb: avoid searching empty lists in ldb_msg_find_common...
2017-07-07 Lukas Slebodnikldb: Fix index out of bound in ldb_msg_find_common_values
2017-07-07 Andreas Schneiderwaf: Do not install _ldb_text.py if we have system...
2017-07-04 Lukas Slebodnikldb: Use libraries from build dir for testsuite
2017-07-04 Lukas Slebodniktalloc: Fix execution of test_magic_differs from tarball
2017-07-04 Lukas Slebodniktalloc: Use libraries from build dir for testsuite
2017-07-04 Andrew Bartlettparam: Add new "disabled" value to "ntlm auth" to disab...
2017-07-04 Andrew Bartlettparam: Disable LanMan authentication unless NTLMv1...
2017-07-04 Andrew Bartlettauth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given...
2017-07-03 Ralph Boehmelib/util: add more tfork tests
2017-07-03 Ralph Boehmelib/util: adjust loglevel in tfork test with samba_runc...
2017-07-03 Ralph Boehmelib/util: make use of tfork in samba_runcmd_send()
2017-07-03 Ralph Boehmelib/util: enhanced tfork()
2017-07-02 Stefan Metzmacherldb: version 1.2.0 samba-upstream/tags/ldb-1.2.0
2017-07-02 Stefan Metzmacherldb:includes: protect ldb_modules.h from being used...
2017-07-02 Stefan Metzmacherldb:wscript: define EXPECTED_SYSTEM_LDB_VERSION_{MAJOR...
2017-07-02 Stefan Metzmacherldb:wscript: provide LDB_VERSION_{MAJOR,MINOR,RELEASE...
2017-07-02 Andrew Bartlettldb:tests: Extend api.py testsuite to show transaction_...
2017-07-02 Andrew Bartlettldb:tests: Extend api.py testsuite to show transaction...
2017-07-02 Andrew Bartlettldb:tests: Add test to show that locks are released...
2017-07-02 Andrew Bartlettldb:tests: Correct comment about version numbers
2017-07-02 Andrew Bartlettldb: Lock the whole backend database for the duration...
2017-07-02 Andrew Bartlettldb_tdb: Implement read_lock and read_unlock module...
2017-07-02 Andrew Bartlettldb: Add read_lock and read_unlock to ldb_module_ops
2017-07-02 Andrew Bartlettldb:tests: Add test encoding current locking behaviour...
2017-07-02 Andrew Bartlettldb:tests: Show that writes do not appear during an...
2017-07-02 Andrew Bartlettldb:tests: don't assert the results before doing the...
2017-07-02 Garming Samldb:tdb: Ensure we correctly decrement ltdb->read_lock_...
2017-07-02 Andrew Bartlettldb_pack: use ldb_dn_from_ldb_val() and avoid a duplica...
2017-07-02 Stefan Metzmachertdb: version 1.3.14 samba-upstream/tags/tdb-1.3.14
2017-07-02 Andrew Bartletttdb: Add new function tdb_transaction_active()
2017-07-02 Andrew Bartletttdb: Improve documentation for tdb_transaction_start()
2017-07-02 Andrew Bartletttdb: Remove locking from tdb_traverse_read()
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-06-30 Andrew Bartlettdebug: new debug class for kerberos
2017-06-27 Stefan Metzmacherparam: change the effective default for "client max...
2017-06-27 Stefan Metzmacherkrb5_wrap: add smb_krb5_salt_principal2data()
2017-06-27 Stefan Metzmacherkrb5_wrap: add smb_krb5_salt_principal()
2017-06-23 Volker Lendeckelib: Give util_paths.c its own header
2017-06-23 Björn Baumbachwaf:lib/replace: Fix building with older GCC versions
2017-06-22 Stefan Metzmachertevent: version 0.9.32 samba-upstream/tags/tevent-0.9.32
2017-06-22 Stefan Metzmachertevent: include the finish location in tevent_req_defau...
2017-06-21 Volker Lendeckedbwrap: Remove unused dbwrap_file
2017-06-21 Volker Lendeckedbwrap: Remove unused dbwrap_cache
2017-06-21 Volker Lendecketevent: Simplify create_immediate
2017-06-20 Volker Lendeckeldb: Fix CID 1412926 Unchecked return value
2017-06-16 Stefan Metzmacherkrb5_wrap: handle KRB5_ERR_HOST_REALM_UNKNOWN in smb_kr...
2017-06-16 Volker Lendecketevent_threads: Fix a rundown race introduced with...
2017-06-16 Stefan Metzmacherdocs-xml: change the default for "map untrusted to...
2017-06-15 Garming Samreplmd: check single values in replmd_add_fix_la
2017-06-15 Douglas Bagnallldb: 1.1.31 samba-upstream/tags/ldb-1.1.31
2017-06-15 Douglas Bagnallldb: relatively efficient functions for finding duplica...
2017-06-15 Douglas Bagnallldb.h whitespace
2017-06-15 Douglas Bagnallldb tests/ldb_mod_op_test: don't double include cmocka.h
2017-06-15 Douglas Bagnallldb: fix a typo
2017-06-15 Douglas Bagnallldb: fix whitespace in ldb_msg.c
2017-06-14 Andrew Bartlettldb: Rename module -> next_module for clarity
2017-06-14 Stefan Metzmachertdb: add run-fcntl-deadlock test
2017-06-14 Andrew Bartlettldb_tdb: Improve logging on unique index violation
2017-06-14 Andrew Bartlettldb_tdb: Remove the idxptr DB before we re-index
2017-06-14 Andrew Bartlettldb_tdb: Check for memory allocation failure in ltdb_in...
2017-06-13 Gary Lockyerstrerror_r: provide XSI-compliant strerror_r
2017-06-13 Guillaume Xavier... libbreplace: compatibility fix for AIX
2017-06-08 Volker Lendecketevent: Fix a race condition in tevent context rundown
2017-06-08 Volker Lendecketevent: Fix a memleak on FreeBSD
2017-06-08 Volker Lendecketevent: Add tevent_re_initialise to threaded test
2017-06-08 Volker Lendecketevent: Re-init threading in tevent_re_initialise
2017-06-08 Volker Lendecketevent: Factor out context initialization
2017-06-08 Volker Lendecketevent: Fix a typo
2017-06-06 Andreas Schneiderlib:util: Make loading of modules more secure
2017-06-06 Andreas Schneiderlib:util: Make probing of modules more secure
2017-06-06 Andreas Schneiderlib:util: Rename smb_load_modules()
2017-06-06 Andreas Schneiderlib:util: Add new function to load modules from absolut...
2017-06-06 Volker Lendeckelib: Fix illegal use of 0-length arrays
2017-06-01 Andreas Schneiderwaf: Do not trhow a format-truncation error for test...
2017-06-01 Andreas Schneiderreplace: Use the same size as d_name member of struct...
2017-06-01 Gary Lockyerpassword_hash: conditional compilation for crypt_r
next