Make sure that domain joins work correctly when the DC disallows NTLM auth.
[samba.git] / lib /
2013-02-22 Andreas Schneiderlib-util: Don't leak file descriptor on error.
2013-02-22 Björn Jackebuild: use -fstack-protector if available
2013-02-22 Björn JackeRevert "wafbuild: use -Wstack-protector if available"
2013-02-22 Andrew Bartlettldb: Add missing dependency on replace for ldb
2013-02-22 Andrew Bartlettbuild: Remove unused includes.h reference to avoid...
2013-02-20 Rusty Russellntdb: switch between secrets.tdb and secrets.ntdb depen...
2013-02-20 Rusty Russellparam: 'use ntdb' flag (off by default).
2013-02-20 Rusty Russelltdb_wrap: prevent tdbs called ".ntdb" or without extens...
2013-02-20 Rusty Russelldbwrap_local_open: never open the .tdb if there is...
2013-02-20 Rusty Russelldbwrap_local_open: open NTDB if extension is .ntdb
2013-02-20 Rusty Russelldbwrap: dbwrap_ntdb.c
2013-02-20 Rusty Russellntdb: fix database corruption when transaction doesn...
2013-02-19 Stefan Metzmacherlib/util: add samba_tevent_context_init()
2013-02-19 Volker Lendecketdb: Slightly simplify transaction_write
2013-02-19 Volker Lendecketdb: Make tdb_release_transaction_locks use tdb_allreco...
2013-02-19 Volker Lendecketdb: Don't segfault if tdb_open_ex for check failed
2013-02-19 Volker Lendecketdb: Factor out the retry loop from tdb_allrecord_upgrade
2013-02-19 Volker Lendecketdb: Simplify fcntl_lock() a bit
2013-02-19 Volker Lendecketdb: Use tdb_null in freelistcheck
2013-02-19 Volker Lendecketdb: Enhance lock tracking a bit
2013-02-19 Michael Adamlib/util/time: strip a potential trailing newline in...
2013-02-19 Gregor Becklib/util_tdb: factor out tdb_data_talloc_copy()
2013-02-18 Karolin Seegerfault.c: Fix typo in comment.
2013-02-16 Volker Lendecketdb: Fix a typo
2013-02-14 Jeremy Allisontevent: Remove the previous "standard" tevent backend...
2013-02-14 Jeremy Allisontevent: Add in the new implementation of "standard...
2013-02-14 Jeremy Allisontevent: Add a private function tevent_poll_event_add_fd...
2013-02-14 Stefan Metzmachertevent: make use of tevent_find_ops_byname() in tevent_...
2013-02-14 Stefan Metzmachertevent: make sure tevent_backend_init() only runs once
2013-02-14 Jeremy Allisontevent: Add a utility function tevent_find_ops_byname().
2013-02-14 Jeremy Allisontevent: Add in the same tevent_re_initialise() fix...
2013-02-14 Jeremy Allisontevent: Add in some test code to allow the panic fallba...
2013-02-14 Jeremy Allisontevent: Plumb in the panic fallback code into the epoll...
2013-02-14 Jeremy Allisontevent: Add an internal function tevent_epoll_set_panic...
2013-02-14 Stefan Metzmachertevent: pass 'bool replay' to epoll_panic()
2013-02-14 Jeremy Allisontevent: Ensure we return after every call to epoll_panic().
2013-02-14 Jeremy Allisontevent: Preparing to fix "standard" backend fallback...
2013-02-08 Volker Lendeckedbwrap: Prevent transactions on non-persistent dbs
2013-02-08 Matthieu Patouldb: Add more data test data for one level test cases
2013-02-08 Matthieu Patouldb: Add tests for the python api
2013-02-08 Matthieu Patouldb: Add more tests related to onelevel search
2013-02-08 Matthieu Patouldb: use strncmp instead of strcmp when comparing the...
2013-02-08 Matthieu Patouldb: make test output more readable
2013-02-08 Matthieu Patouldb-tdb: Document ltdb_index_add1 for more clarity
2013-02-08 Matthieu Patouldb-tdb: Fix a wrong parameter in ltdb_store
2013-02-08 Matthieu Patouldb_tdb: raise level of full index scan message so...
2013-02-05 Michael Adams3:param: remove unused function lp_idmap_backend()
2013-02-05 Volker Lendecketdb: Remove "header" from tdb_context
2013-02-05 Volker Lendecketdb: Pass argument "header" to check_header_hash
2013-02-05 Volker Lendecketdb: Pass argument "header" to tdb_new_database
2013-02-04 Stefan Metzmacherlib/dbwrap: talloc_strdup() name in db_open_file()
2013-02-04 Stefan Metzmacherlib/util: improve check_password_quality() to handle...
2013-02-03 Stefan Metzmachertevent_poll: add poll_event_loop_wait()
2013-02-03 Stefan Metzmachertevent_poll: fix the usage of tevent_re_initialise()
2013-02-03 Stefan Metzmachertevent_poll: call tevent_common_fd_destructor() from...
2013-02-03 Volker Lendecketevent_poll: Avoid a crash in poll_event_set_fd_flags
2013-02-03 Volker Lendecketevent_poll: Avoid a crash in poll_fresh_fde_destructor
2013-02-03 Volker Lendecketevent_poll: NULL out fde->event_ctx for "fresh" poll...
2013-02-03 Volker Lendecketevent_poll: Use the poll_event_context_destructor...
2013-02-03 Volker Lendecketevent_poll: Re-order routines
2013-02-03 Volker Lendecketevent_poll: Fix a crash in the poll backend
2013-01-31 Volker Lendecketevent: Fix a comment typo
2013-01-26 Andrew Bartlettldb: Ensure to decrement the transaction_active wheneve... ldb-1.1.15
2013-01-26 Stefan Metzmacherldb: fix a warning by converting from TDB_DATA to struc...
2013-01-24 Karolin Seegerdocs: ldbsearch.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbrename.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbmodify.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbedit.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbdel.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldbadd.1.xml: Correct meta data.
2013-01-24 Karolin Seegerdocs: ldb.3.xml: Correct meta data.
2013-01-19 Jeremy AllisonRemove some unused variables.
2013-01-19 Andrew Bartlettheimdal_build: Try again to sort out the strerror_r...
2013-01-17 Volker Lendecketevent: Fix a comment
2013-01-15 Michael Adamdbwrap: add dbwrap_is_persistent()
2013-01-15 Björn Baumbachbuild(waf)-libreplace: remove redundant check for flist...
2013-01-15 Jeremy Allisontevent: Fix bug 9550 - sigprocmask does not work on...
2013-01-15 Jeremy Allisonlib/replace: Include sys/ucontext.h if available.
2013-01-15 Jeremy Allisonlib/replace: Add ucontext configure autoconf checks.
2013-01-15 Jeremy Allisonlib/replace: Add ucontext configure waf checks.
2013-01-15 Jeremy Allisonlib/replace: Add missing check for sys/wait.h
2013-01-14 Volker LendeckeFix bug 9548: Correctly detect O_DIRECT
2013-01-14 Stephen Gallagherldb: Move doxygen comments for ldb_connect to the right...
2013-01-09 Andreas Schneiderutil: Add a strict directory_create_or_exist function.
2013-01-09 Jesper Larsenreplace: Fix compilation of rep_mkstemp
2013-01-07 Volker Lendecketdb: Fix undefined prototype warnings
2013-01-07 Volker Lendecketdb: Fix \n in error messages
2012-12-27 Jelmer Vernooijsubunit: Update to latest upstream version.
2012-12-27 Jelmer Vernooijtesttools: Update to latest upstream version.
2012-12-27 Stefan Metzmacherlib/param: use the correct path names again
2012-12-21 Andreas Schneiderkrb5_wrap: Remove dead code in smb_krb5_renew_ticket().
2012-12-21 Andreas Schneiderparam: Correctly create directory and create common...
2012-12-21 Volker Lendecketdb: Add a comment explaining the "check"
2012-12-21 Volker Lendecketdb: Make tdb_new_database() follow a more conventional...
2012-12-21 Volker Lendecketdb: Fix a typo
2012-12-21 Volker Lendecketdb: Fix a typo
2012-12-21 Volker Lendecketdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlock
2012-12-21 Volker Lendecketdb: Factor out tdb_lock_covered_by_allrecord_lock...
2012-12-21 Volker Lendecketdb: Simplify logic in tdb_lock_list slightly
2012-12-21 Volker Lendecketdb: Slightly simplify tdb_lock_list
next