Age | Commit message (Expand) | Author | Files | Lines |
2008-08-14 | netapi: add some remaining documentation fixes. | Günther Deschner | 1 | -3/+3 |
2008-08-14 | netapi: add doxygen documentation for NetUserModalsGet and NetUserModalsSet. | Günther Deschner | 1 | -0/+30 |
2008-08-14 | netapi: add doxygen documentation for NetLocalGroup{Add,Del,Set,Get}Members. | Günther Deschner | 1 | -0/+75 |
2008-08-14 | netapi: make libnetapi_open_ipc_connection static. | Günther Deschner | 8 | -196/+114 |
2008-08-14 | netapi: make non-implemented local calls default to remote "localhost" calls. | Günther Deschner | 6 | -38/+35 |
2008-08-14 | netapi: add NetLocalGroupGetMembers example code. | Günther Deschner | 2 | -0/+171 |
2008-08-14 | netapi: let libnetapi_samr_lookup_and_open_alias return NTSTATUS. | Günther Deschner | 1 | -85/+77 |
2008-08-14 | Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h. | Michael Adam | 2 | -0/+49 |
2008-08-14 | Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h. | Michael Adam | 2 | -0/+62 |
2008-08-14 | Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h. | Michael Adam | 2 | -0/+49 |
2008-08-14 | Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h. | Michael Adam | 2 | -0/+49 |
2008-08-14 | Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h. | Michael Adam | 3 | -18/+50 |
2008-08-14 | Fix coverity CID: 594. Resource leak on error path. | Jeremy Allison | 1 | -2/+4 |
2008-08-14 | Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is... | Jeremy Allison | 1 | -1/+2 |
2008-08-14 | Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com. | Jeremy Allison | 1 | -0/+2 |
2008-08-14 | Prevent NT_STATUS 0xF1000000 errors from appearing when | Jim McDonough | 1 | -0/+6 |
2008-08-14 | Revert "Add winbind:online check timeout parameter" | Volker Lendecke | 1 | -16/+0 |
2008-08-13 | Revert "If it is a forced DOS error, nt_errstr should say so" | Volker Lendecke | 1 | -5/+0 |
2008-08-13 | If it is a forced DOS error, nt_errstr should say so | Volker Lendecke | 1 | -0/+5 |
2008-08-13 | WHATSNEW: Start WHATSNEW for 3.4.0pre1. | Karolin Seeger | 1 | -5/+5 |
2008-08-13 | VERSION: Raise version number. | Karolin Seeger | 1 | -3/+3 |
2008-08-13 | netapi: add c++ guard. | Günther Deschner | 1 | -1/+8 |
2008-08-13 | packaging(RHEL-CTDB): check for success of x86_64 build before building i386 | Michael Adam | 1 | -2/+2 |
2008-08-13 | packaging(RHEL-CTDB): fix installation of libsmbsharemodes for the 3.3.0 build. | Michael Adam | 1 | -3/+3 |
2008-08-13 | packaging(RHEL-CTDB): fix installation of libsmclient for 3.3.0 build. | Michael Adam | 1 | -3/+3 |
2008-08-13 | packaging(RHEL-CTDB): install the right libraries for 3.3.0. | Michael Adam | 1 | -4/+4 |
2008-08-13 | packaging(RHEL-CTDB): don't call make proto for the 3.3.0 build. | Michael Adam | 1 | -2/+0 |
2008-08-13 | packaging(RHEL-CTDB): move to version 3.3.0 for the rpm build. | Michael Adam | 2 | -3/+3 |
2008-08-13 | packaging(RHEL-CTDB): Bump release number to ctdb.47 for the next RPM. | Michael Adam | 1 | -1/+1 |
2008-08-13 | smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su... | Michael Adam | 1 | -1/+3 |
2008-08-13 | up release to 46 | Andrew Tridgell | 1 | -1/+1 |
2008-08-13 | up to release 45 now | Andrew Tridgell | 1 | -1/+1 |
2008-08-13 | disable the DNS update code, as it breaks clustering | Andrew Tridgell | 2 | -2/+2 |
2008-08-13 | up to release 44 | Andrew Tridgell | 1 | -1/+1 |
2008-08-13 | added a explanatory comment on tcon check | Andrew Tridgell | 1 | -0/+4 |
2008-08-13 | smbd/conn: fix prototype change of conn_close_all() in proto.h. | Michael Adam | 1 | -1/+1 |
2008-08-13 | ensure we exit with non-zero status on EOF on socket, so the parent | Andrew Tridgell | 2 | -5/+13 |
2008-08-13 | fixed child exit handling and IP release handling | Andrew Tridgell | 2 | -1/+5 |
2008-08-13 | log unclean shutdowns | Andrew Tridgell | 1 | -0/+1 |
2008-08-13 | register the ctdbd reconfigure message | Andrew Tridgell | 2 | -0/+12 |
2008-08-13 | update configure.rpm | Andrew Tridgell | 1 | -16/+15 |
2008-08-13 | increase version to 43 | Andrew Tridgell | 1 | -1/+1 |
2008-08-13 | allow nested ctdb transactions in the same manner that they are | Andrew Tridgell | 1 | -2/+21 |
2008-08-13 | update to ctdb.42 release | Andrew Tridgell | 1 | -1/+1 |
2008-08-13 | update to transactions4 release | Andrew Tridgell | 1 | -1/+1 |
2008-08-13 | drop retries to 5 | Andrew Tridgell | 1 | -1/+1 |
2008-08-13 | use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter getting | Andrew Tridgell | 1 | -2/+3 |
2008-08-13 | up release to transactions3 | Andrew Tridgell | 1 | -1/+1 |
2008-08-13 | fixed lots of places that paniced on a failed transaction_commit, | Andrew Tridgell | 5 | -16/+21 |
2008-08-13 | don't leave a dangling transaction on retry error | Andrew Tridgell | 1 | -2/+4 |