build: fix a typo in the installlibtalloc rule.
[jra/samba/.git] / source3 /
2008-08-15 Michael Adambuild: fix a typo in the installlibtalloc rule.
2008-08-15 Jeremy AllisonFix show-stopper for 3.2. Smbd depends on group SID
2008-08-14 Jeremy AllisonMake it clear that this is a temporary context byusing...
2008-08-14 Jeremy AllisonFix bug #5692 - Core dump in full_audit.so.
2008-08-14 Michael AdamRevert "Add a gpfs_prefetch module"
2008-08-14 Karolin Seegersmbspool: Fix printing on port 139.
2008-08-14 Günther Deschnernetapi: add some remaining documentation fixes.
2008-08-14 Günther Deschnernetapi: add doxygen documentation for NetUserModalsGet...
2008-08-14 Günther Deschnernetapi: add doxygen documentation for NetLocalGroup...
2008-08-14 Günther Deschnernetapi: make libnetapi_open_ipc_connection static.
2008-08-14 Günther Deschnernetapi: make non-implemented local calls default to...
2008-08-14 Günther Deschnernetapi: add NetLocalGroupGetMembers example code.
2008-08-14 Günther Deschnernetapi: let libnetapi_samr_lookup_and_open_alias return...
2008-08-14 Michael AdamPut prototypes of modules/vfs_irixacl.c to new modules...
2008-08-14 Michael AdamPut prototypes of modules/vfs_hpuxacl.c to new modules...
2008-08-14 Michael AdamPut prototypes of modules/vfs_solarisacl.c to new modul...
2008-08-14 Michael AdamPut prototypes of modules/vfs_tru64acl.c to new modules...
2008-08-14 Michael AdamPut prototypes of modules/vfs_posixacl.c into new modul...
2008-08-14 Jeremy AllisonFix coverity CID: 594. Resource leak on error path.
2008-08-14 Jeremy AllisonFix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech...
2008-08-14 Jeremy AllisonFix for bug #5617, reported and patched by Bartosz...
2008-08-14 Jim McDonoughPrevent NT_STATUS 0xF1000000 errors from appearing...
2008-08-14 Volker LendeckeRevert "Add winbind:online check timeout parameter"
2008-08-13 Volker LendeckeRevert "If it is a forced DOS error, nt_errstr should...
2008-08-13 Volker LendeckeIf it is a forced DOS error, nt_errstr should say so
2008-08-13 Karolin SeegerVERSION: Raise version number.
2008-08-13 Günther Deschnernetapi: add c++ guard.
2008-08-13 Michael Adamsmbd: prevent smbd from panicing with "clustering ...
2008-08-13 Andrew Tridgelladded a explanatory comment on tcon check
2008-08-13 Michael Adamsmbd/conn: fix prototype change of conn_close_all(...
2008-08-13 Andrew Tridgellensure we exit with non-zero status on EOF on socket...
2008-08-13 Andrew Tridgellfixed child exit handling and IP release handling
2008-08-13 Andrew Tridgelllog unclean shutdowns
2008-08-13 Andrew Tridgellregister the ctdbd reconfigure message
2008-08-13 Andrew Tridgellallow nested ctdb transactions in the same manner that...
2008-08-13 Andrew Tridgelldrop retries to 5
2008-08-13 Andrew Tridgelluse CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the...
2008-08-13 Andrew Tridgellfixed lots of places that paniced on a failed transacti...
2008-08-13 Andrew Tridgelldon't leave a dangling transaction on retry error
2008-08-13 Andrew Tridgellcope with the control failing completely without return...
2008-08-13 Andrew Tridgellhandle two special cases
2008-08-13 Andrew Tridgellput a limit on the number of retries. I found a case...
2008-08-13 Andrew Tridgellwe need to commit, not cancel, on record destruction
2008-08-13 Andrew Tridgellremoved more unused code
2008-08-13 Andrew Tridgellall persistent databases now do all stores via automati...
2008-08-13 Andrew Tridgelluse transactions in idmap_tdb2
2008-08-13 Andrew Tridgellfixed fetch of empty records
2008-08-13 Andrew Tridgellsamba3 can't handle NOREPLY yet
2008-08-13 Andrew Tridgellcleanup debugging and fix handling of empty transaction
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-08-13 Andrew Tridgellgot rid of the redundent cache database
2008-08-13 Michael Adamidmap tdb2: fix inconsistent mappings by checking for...
2008-08-13 Michael Adamdbwrap ctdb: fix a DEBUG message.
2008-08-13 Michael Adamidmap tdb2: fix broken logic in tdb2_delete_bystring().
2008-08-13 Michael Adamidmap tdb2: fix broken logic in tdb2_store_bystring().
2008-08-13 Michael Adamdbwrap ctdb: don't retry when tdb_store failed in db_ct...
2008-08-13 Michael Adamdbwrap ctdb: add a partial mapping from tdb_error to...
2008-08-13 Michael Adamdbwrap ctdb: add db_ctdb_delete_persistent() and use...
2008-08-13 Michael Adamdbwrap ctdb: call db_ctdb_store() in db_ctdb_delete().
2008-08-13 Michael Adamdbwrap ctdb: add a retry loop to the persistent store...
2008-08-13 Michael Adamdbwrap ctdb: release the lock before calling ctdbd_pers...
2008-08-13 Michael Adamdbwrap ctdb: remove erroneously duplicated comment.
2008-08-13 Ronnie SahlbergUse transaction start/cancel for persistent writes...
2008-08-13 Volker LendeckeAdd a gpfs_prefetch module
2008-08-13 Volker LendeckeCorrectly return NULL from messaging_ctdbd_connection...
2008-08-13 Volker LendeckeExit smbstatus cleanly if messaging_init fails
2008-08-13 Andrew Tridgellkeep compatibility with v3-0-ctdb name for fileid:mappi...
2008-08-13 Volker LendeckeAdd winbind:online check timeout parameter
2008-08-13 Volker LendeckeAttempt to fix bug 5684
2008-08-12 Volker LendeckeAttempt to fix the build on Irix CC
2008-08-12 Jeremy AllisonMerge from Herb. print correct test status
2008-08-12 Jeremy AllisonFix bug 5686 - libsmbclient segfaults with more than...
2008-08-12 Herb Lewisuse variables for files used in multiple places
2008-08-12 Michael AdamMake sure to always set errno on error path in OpenDir...
2008-08-12 Michael AdamFix unix_convert() for "*" after changing map_nt_error_...
2008-08-12 Andrew TridgellI found lots of places where we assume error will be...
2008-08-12 Andrew Tridgellensure we give an error code to any routines above...
2008-08-12 Jeff Laytoncifs.upcall: negatively instantiate keys on error
2008-08-12 Volker LendeckeRemove two unused variables
2008-08-12 Volker LendeckeDo not create a new mapping if a domain with an explici...
2008-08-12 Volker LendeckeSome doxygen comments for idmap
2008-08-12 Volker LendeckeFix prototypes
2008-08-12 Volker LendeckeRemove "idmap alloc config : range" parameter
2008-08-12 Volker Lendeckeidmap rewrite
2008-08-12 Volker LendeckeRemove the multi-ID lookup code and the 3.2.0 version...
2008-08-12 Volker LendeckeDirectly call backends from idmap_[ugs]_to_[ugs]id
2008-08-12 Volker LendeckeMove the gid2sid cache to the parent winbind process
2008-08-12 Volker LendeckeMove the uid2sid cache to the parent winbind process
2008-08-11 Günther Deschnerlibnetjoin: support kerberized joining/unjoing (fix...
2008-08-11 Günther Deschnernetapi: add NetLocalGroupSetMembers example code.
2008-08-11 Günther Deschnernetapi: add NetLocalGroupDelMembers example code.
2008-08-11 Günther Deschnernetapi: add NetLocalGroupAddMembers example code.
2008-08-11 Günther Deschnernetapi: implement NetLocalGroupSetMembers_r().
2008-08-11 Günther Deschnernetapi: implement NetLocalGroupDelMembers_r().
2008-08-11 Günther Deschnernetapi: implement NetLocalGroupAddMembers_r().
2008-08-11 Günther Deschnernetapi: add NetLocalGroup*Member calls to public headers.
2008-08-11 Günther Deschnernetapi: add skeleton for NetLocalGroup*Member calls.
2008-08-11 Günther Deschnerre-run make idl.
2008-08-11 Günther Deschnernetapi: add remaining NetLocalGroup*Member calls to...
2008-08-11 Günther Deschnernetapi: add NetUserModalsGet and NetUserModalsSet tests.
next