summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* byteorder: do not assume PowerPC is big-endianDavid Disseldorp2014-05-061-4/+6
* dsdb: Do not permit nested event loops when in a transaction, use a nested ev...Andrew Bartlett2014-05-061-13/+80
* dsdb: Rename private_data to rootdse_private_data in rootdseAndrew Bartlett2014-05-061-8/+8
* Minor typo fix in source3/wscript.Jose A. Rivera2014-05-051-1/+1
* Fix an empty if statement.Jose A. Rivera2014-05-051-1/+1
* ctdb-daemon: Move a ZERO_STRUCT() to a better placeMartin Schwenke2014-05-051-3/+12
* ctdb-eventscripts: Add check for invalid policy routing configurationMartin Schwenke2014-05-053-0/+33
* ctdb-eventscripts: Update comment in 11.routingMartin Schwenke2014-05-051-8/+13
* ctdb-eventscripts: Don't check if $iface is emptyMartin Schwenke2014-05-051-13/+15
* poll_funcs: Fix a comment typoVolker Lendecke2014-05-041-1/+1
* ldb: make the successful ldb_transaction_start() message clearerAndrew Bartlett2014-05-031-4/+8
* s3:passdb: improve a debug message in pdb_default_sid_to_id()Michael Adam2014-05-031-1/+4
* s3:passdb: fix and improve debug message in pdb_default_sid_to_id().Michael Adam2014-05-031-1/+2
* s4:samr: allow builtin groups for samr_OpenGroup.Michael Adam2014-05-031-7/+16
* selftest: Add tests for dbcheck detection and removal of partial objectsAndrew Bartlett2014-05-0334-3/+80719
* dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX fo...Andrew Bartlett2014-05-032-10/+32
* s3: Always cache idmapping results of pdb backend.Alexander Werth2014-05-032-17/+33
* waf: fetch and use some exit codes of called processesBjörn Baumbach2014-05-031-5/+15
* samba-tool ldapcmp: fix a typoBjörn Baumbach2014-05-031-2/+2
* s3: smbd: Remove open_file_fchmod().Jeremy Allison2014-05-022-36/+0
* s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...Jeremy Allison2014-05-021-12/+92
* s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...Jeremy Allison2014-05-022-4/+15
* s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2014-05-025-2/+41
* smbd: Fix compile warning in dmapi.cChristof Schmitt2014-05-021-1/+1
* dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistencyAndrew Bartlett2014-05-021-18/+13
* s4:repl_meta_data: fix array assignment in replmd_process_linked_attribute()Stefan Metzmacher2014-05-021-2/+2
* dbchecker: verify and fix broken dn valuesStefan Metzmacher2014-05-021-0/+94
* dbchecker: make the deleted objects container detection more genericStefan Metzmacher2014-05-021-2/+8
* ldb: change version to 1.1.17Stefan Metzmacher2014-05-023-1/+265
* ldb:pyldb: add some more helper functions for LdbDnStefan Metzmacher2014-05-021-0/+112
* ldb:pyldb: fix doc string for set_extended_component()Stefan Metzmacher2014-05-021-1/+1
* ldb:pyldb: add some const to PyObject_FromLdbValue()Stefan Metzmacher2014-05-021-1/+1
* ctdb: Fix a comment typoVolker Lendecke2014-04-301-1/+1
* torture3: Add a test deleting a different reqVolker Lendecke2014-04-304-0/+106
* torture3: Add local-messaging-read1Volker Lendecke2014-04-305-0/+148
* messaging3: Fix messaging_read_send/recvVolker Lendecke2014-04-302-16/+77
* messaging3: Make "presult" optional in messaging_read_recvVolker Lendecke2014-04-301-1/+3
* torture3: Add a bit more coverage to messaging_readVolker Lendecke2014-04-301-0/+7
* messaging3: Fix formattingVolker Lendecke2014-04-301-1/+2
* s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...Jeremy Allison2014-04-301-1/+2
* winbind: Allow winbindd to be run from inside "samba"Andrew Bartlett2014-04-293-1/+104
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-2812-25/+6
* dsdb: Specify no event context to smb_krb5_init_context() in dsdbAndrew Bartlett2014-04-283-4/+6
* autorid: Add allocation from above in alloc range for well known sidsMichael Adam2014-04-251-0/+86
* autorid: use dbwrap_trans_do() in idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-22/+26
* autorid: add high_id to range config and fill it where we also fill range->lo...Michael Adam2014-04-252-0/+3
* autorid: reserve 500 IDs at the top of the ALLOC range.Michael Adam2014-04-251-1/+4
* autorid: reverse order of arguments of idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-4/+5
* autorid: introduce idmap_autorid_domsid_is_for_alloc()Michael Adam2014-04-251-2/+14
* autorid: factor idmap_autorid_sid_to_id() out of idmap_autorid_sids_to_unixids()Michael Adam2014-04-251-95/+76