summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the maxfids test so that it does not fork lots of processes and so that i...Richard Sharpe2013-02-152-19/+5
* tevent: Remove the previous "standard" tevent backend implementation.Jeremy Allison2013-02-141-556/+1
* tevent: Add in the new implementation of "standard" tevent backend.Jeremy Allison2013-02-141-6/+180
* tevent: Add a private function tevent_poll_event_add_fd_internal().Jeremy Allison2013-02-142-0/+19
* tevent: make use of tevent_find_ops_byname() in tevent_context_init_byname()Stefan Metzmacher2013-02-141-14/+5
* tevent: make sure tevent_backend_init() only runs onceStefan Metzmacher2013-02-141-0/+8
* tevent: Add a utility function tevent_find_ops_byname().Jeremy Allison2013-02-142-0/+23
* tevent: Add in the same tevent_re_initialise() fix Metze put in the tevent_po...Jeremy Allison2013-02-143-0/+18
* tevent: Add in some test code to allow the panic fallback path to be tested.Jeremy Allison2013-02-141-0/+18
* tevent: Plumb in the panic fallback code into the epoll_panic() runtime call.Jeremy Allison2013-02-141-3/+20
* tevent: Add an internal function tevent_epoll_set_panic_fallback().Jeremy Allison2013-02-142-0/+27
* tevent: pass 'bool replay' to epoll_panic()Stefan Metzmacher2013-02-141-5/+6
* tevent: Ensure we return after every call to epoll_panic().Jeremy Allison2013-02-141-0/+2
* tevent: Preparing to fix "standard" backend fallback. Initialize standard aft...Jeremy Allison2013-02-141-1/+1
* docs: fix typo in serverrole.xmlSamba-JP oota2013-02-141-1/+1
* waf: Make sure we link against samba-util.Andreas Schneider2013-02-141-0/+1
* s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...Michael Adam2013-02-131-1/+1
* Add a herald with version string to smbtortureRichard Sharpe2013-02-131-0/+2
* Fix bug 9519 - Samba returns unexpected error on SMB posix open.Jeremy Allison2013-02-121-2/+9
* Fix some cut-and-paste and spelling in debug messagesGuenter Kukkukk2013-02-121-8/+8
* Fix bug #9642 - vfs_afsacl.c won't build.Jeremy Allison2013-02-111-1/+2
* Improve the configure tests for aio_suspend to get rid of warnings. Timur pro...Richard Sharpe2013-02-092-2/+2
* s3: Make SMB2_GETINFO multi-volume aware.Ira Cooper2013-02-083-9/+20
* winbind: Fix an incompatible pointer type warningVolker Lendecke2013-02-081-1/+1
* dbwrap: Prevent transactions on non-persistent dbsVolker Lendecke2013-02-081-0/+5
* torture: We use transactions for CLEAR_IF_FIRST dbVolker Lendecke2013-02-081-1/+1
* ldb: Add more data test data for one level test casesMatthieu Patou2013-02-081-0/+14
* ldb: Add tests for the python apiMatthieu Patou2013-02-081-0/+8
* dsdb-operational: rework the loop for attribute removalMatthieu Patou2013-02-081-41/+92
* ldb: Add more tests related to onelevel searchMatthieu Patou2013-02-082-0/+14
* ldb: use strncmp instead of strcmp when comparing the val partMatthieu Patou2013-02-081-2/+2
* ldb: make test output more readableMatthieu Patou2013-02-081-4/+2
* ldb-tdb: Document ltdb_index_add1 for more clarityMatthieu Patou2013-02-081-3/+20
* ldb-tdb: Fix a wrong parameter in ltdb_storeMatthieu Patou2013-02-081-1/+2
* ldb_tdb: raise level of full index scan message so that it starts to be reall...Matthieu Patou2013-02-081-1/+1
* dsdb-repl: make message more clearerMatthieu Patou2013-02-081-2/+2
* replmetadata: raise msg level for conflict resolution so that we don't polute...Matthieu Patou2013-02-081-2/+2
* dsdb-repl: do not ask to add ref when doing getncchange for an exopMatthieu Patou2013-02-081-0/+7
* dsdb-cracknames: Fix potential double free and memory leaksMatthieu Patou2013-02-081-2/+4
* BUG 9633: Recursive mget should continue on EPERM.David Disseldorp2013-02-071-2/+11
* s3-rpc_server: Fix password encoding in _netr_ServerGetTrustInfo().Sumit Bose2013-02-071-14/+8
* s3-rpc_server: Dont wipe out ref pointers in _netr_ServerGetTrustInfo().Günther Deschner2013-02-071-13/+4
* autoconf: rename pdb_ldap module to pdb_ldapsamAlexander Bokovoy2013-02-061-2/+7
* source3/wscript: support 'pdb_ldap' module in configureAlexander Bokovoy2013-02-061-0/+13
* Rename pdb_ldap to pdb_ldapsamAndreas Schneider2013-02-066-13/+17
* PIDL: fix parsing linemarkers in preprocessor outputAlexander Bokovoy2013-02-062-2/+6
* docs: Add missing ")".Samba-JP oota2013-02-061-1/+1
* s3:auth small optimization in create_token_from_sidChristian Ambach2013-02-051-3/+5
* s3:net: reduce indentation in net idmap delete for symmetry and consistencyMichael Adam2013-02-051-5/+7
* s3:net: introduce a talloc stackframe for net idmap deleteMichael Adam2013-02-051-3/+2