summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* we can't query the ACL on a new file till it exists!Andrew Tridgell2008-07-241-6/+6
* initialise query_maximal_access here tooAndrew Tridgell2008-07-241-0/+1
* make sure we initialise query_maximal_accessAndrew Tridgell2008-07-241-0/+1
* fixed spelling errorAndrew Tridgell2008-07-241-1/+1
* fixd a bug in the signal handling code - we could get phantom signalsAndrew Tridgell2008-07-241-5/+5
* Fix RAW-OPEN against Samba3Volker Lendecke2008-07-191-0/+1
* Make a seperate template for the refint configuration tooAndrew Bartlett2008-07-183-3/+9
* Put the memberof template into a seperate setup/ file.Andrew Bartlett2008-07-183-33/+39
* More 'must be ignored' options from the MS-SMB doc.Andrew Bartlett2008-07-183-59/+66
* Add the interface ID to the rpc_pipe_register_commands call in s3 srv codeVolker Lendecke2008-07-161-1/+1
* drsuapi: print out the number of linked attribute values we gotStefan Metzmacher2008-07-162-32/+54
* drsuapi: make use of the 'more_data' field in DsGetNCChangesCtr[1|6]Stefan Metzmacher2008-07-166-15/+14
* drsuapi: check ctr6->drs_errorStefan Metzmacher2008-07-162-0/+13
* drsuapi: get ctr6 out of xpress compressed levelStefan Metzmacher2008-07-163-0/+15
* drsuapi: total_object_count was the wrong guessStefan Metzmacher2008-07-162-26/+20
* drsuapi.idl: fix unknowns in drsuapi_DsGetNCChangesCtr*Stefan Metzmacher2008-07-161-7/+27
* libnet/become_dc: an unknown field in drsuapi.idl changed to object_flagsStefan Metzmacher2008-07-161-1/+1
* drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher2008-07-162-3/+9
* drsuapi.idl: fix unknowns in drsuapi_DsReplicaCursor[2]Stefan Metzmacher2008-07-161-6/+6
* drsuapi.idl: correctly handle xpress compressed payloadStefan Metzmacher2008-07-161-4/+4
* become_dc: we need to replicate using krb5 auth to work against w2kStefan Metzmacher2008-07-161-2/+2
* NET-API-BECOME-DC: fix crash bugs because of unintialized variablesStefan Metzmacher2008-07-161-1/+4
* Another kludge to let the OpenLDAP backend catch up.Andrew Bartlett2008-07-161-0/+2
* Fix the build - this element was renamed.Andrew Bartlett2008-07-161-1/+1
* Reorder whitespace in generated slapd.confAndrew Bartlett2008-07-161-4/+4
* Ignore and handle more NT Create & X options.Andrew Bartlett2008-07-163-4/+76
* Don't keep an extra ldb around forever.Andrew Bartlett2008-07-161-1/+5
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-07-151-1/+1
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-1518-61/+216
| |\
| * | Revert Fedrora DS backend to use extensibleObject.Andrew Bartlett2008-07-151-1/+1
* | | Simplify the contextCSN determination.Andrew Bartlett2008-07-152-145/+68
* | | Lock down the LDAP backend - only samba may read or writeAndrew Bartlett2008-07-151-1/+1
| |/ |/|
* | Kill of some bogus debugs for the world who does not use the LDAP backendAndrew Bartlett2008-07-151-3/+3
* | Fix asking for credentials for non-LDAP provisions.Andrew Bartlett2008-07-151-1/+1
* | Rework provision to handle both simple and SASL binds.Andrew Bartlett2008-07-153-12/+15
* | Connect to the LDAP backend with SASL credentials.Andrew Bartlett2008-07-159-21/+111
* | Make up a full hostname for ldapi connections.Andrew Bartlett2008-07-151-2/+7
* | Add a standard filter for finding the LDAP secrets.Andrew Bartlett2008-07-151-0/+1
* | Cleanup ldap_bind_sasl.Andrew Bartlett2008-07-151-4/+3
* | Use secrets.ldb to store credentials to contact LDAP backend.Andrew Bartlett2008-07-153-11/+35
* | Allow ldap credentials to be (optionally) stored in secrets.ldbAndrew Bartlett2008-07-151-11/+33
* | Try to make NTLMSSP less fussy for unimportant messages.Andrew Bartlett2008-07-151-2/+13
|/
* Fix 'make gdbtest-enb' and the GDB_PROVISION option.Andrew Bartlett2008-07-152-2/+2
* Remove C++ keywords from events.h header.Andrew Bartlett2008-07-141-4/+4
* rename sambaPassword -> userPassword.Andrew Bartlett2008-07-1214-68/+49
* Use common code to fill in allowedAttributes in kludge_acl.Andrew Bartlett2008-07-113-39/+41
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-101-2/+14
|\
| * (Hopefully) fix the build by re-adding security.NTACLJeremy Allison2008-07-091-0/+2
| * Add in a version2 of the NT security descriptor storeJeremy Allison2008-07-091-3/+13
* | Avoid the use of extensibleObject in ldap mapping backend.Andrew Bartlett2008-07-103-21/+143