summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.Michael Adam2008-08-142-0/+62
* Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.Michael Adam2008-08-142-0/+49
* Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.Michael Adam2008-08-142-0/+49
* Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam2008-08-143-18/+50
* Fix coverity CID: 594. Resource leak on error path.Jeremy Allison2008-08-141-2/+4
* Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison2008-08-141-1/+2
* Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.Jeremy Allison2008-08-141-0/+2
* Prevent NT_STATUS 0xF1000000 errors from appearing whenJim McDonough2008-08-141-0/+6
* Revert "Add winbind:online check timeout parameter"Volker Lendecke2008-08-141-16/+0
* Revert "If it is a forced DOS error, nt_errstr should say so"Volker Lendecke2008-08-131-5/+0
* If it is a forced DOS error, nt_errstr should say soVolker Lendecke2008-08-131-0/+5
* WHATSNEW: Start WHATSNEW for 3.4.0pre1.Karolin Seeger2008-08-131-5/+5
* VERSION: Raise version number.Karolin Seeger2008-08-131-3/+3
* netapi: add c++ guard.Günther Deschner2008-08-131-1/+8
* packaging(RHEL-CTDB): check for success of x86_64 build before building i386Michael Adam2008-08-131-2/+2
* packaging(RHEL-CTDB): fix installation of libsmbsharemodes for the 3.3.0 build.Michael Adam2008-08-131-3/+3
* packaging(RHEL-CTDB): fix installation of libsmclient for 3.3.0 build.Michael Adam2008-08-131-3/+3
* packaging(RHEL-CTDB): install the right libraries for 3.3.0.Michael Adam2008-08-131-4/+4
* packaging(RHEL-CTDB): don't call make proto for the 3.3.0 build.Michael Adam2008-08-131-2/+0
* packaging(RHEL-CTDB): move to version 3.3.0 for the rpm build.Michael Adam2008-08-132-3/+3
* packaging(RHEL-CTDB): Bump release number to ctdb.47 for the next RPM.Michael Adam2008-08-131-1/+1
* smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...Michael Adam2008-08-131-1/+3
* up release to 46Andrew Tridgell2008-08-131-1/+1
* up to release 45 nowAndrew Tridgell2008-08-131-1/+1
* disable the DNS update code, as it breaks clusteringAndrew Tridgell2008-08-132-2/+2
* up to release 44Andrew Tridgell2008-08-131-1/+1
* added a explanatory comment on tcon checkAndrew Tridgell2008-08-131-0/+4
* smbd/conn: fix prototype change of conn_close_all() in proto.h.Michael Adam2008-08-131-1/+1
* ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2008-08-132-5/+13
* fixed child exit handling and IP release handlingAndrew Tridgell2008-08-132-1/+5
* log unclean shutdownsAndrew Tridgell2008-08-131-0/+1
* register the ctdbd reconfigure messageAndrew Tridgell2008-08-132-0/+12
* update configure.rpmAndrew Tridgell2008-08-131-16/+15
* increase version to 43Andrew Tridgell2008-08-131-1/+1
* allow nested ctdb transactions in the same manner that they areAndrew Tridgell2008-08-131-2/+21
* update to ctdb.42 releaseAndrew Tridgell2008-08-131-1/+1
* update to transactions4 releaseAndrew Tridgell2008-08-131-1/+1
* drop retries to 5Andrew Tridgell2008-08-131-1/+1
* use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter gettingAndrew Tridgell2008-08-131-2/+3
* up release to transactions3Andrew Tridgell2008-08-131-1/+1
* fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell2008-08-135-16/+21
* don't leave a dangling transaction on retry errorAndrew Tridgell2008-08-131-2/+4
* cope with the control failing completely without returning a statusAndrew Tridgell2008-08-131-12/+18
* up release numberAndrew Tridgell2008-08-131-1/+1
* handle two special casesAndrew Tridgell2008-08-131-16/+42
* mark this release as a transactions test releaseAndrew Tridgell2008-08-131-1/+1
* put a limit on the number of retries. I found a case where a recoveryAndrew Tridgell2008-08-131-0/+12
* we need to commit, not cancel, on record destructionAndrew Tridgell2008-08-131-1/+4
* removed more unused codeAndrew Tridgell2008-08-131-72/+0
* all persistent databases now do all stores via automatic transactionsAndrew Tridgell2008-08-131-150/+46