summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Make ad2oLschema even simpler, by moving the heavy work into dsdb.Andrew Bartlett2008-07-104-368/+368
|/
* ldb_map: eliminate "discards qualifyer" warning (const).Michael Adam2008-07-091-1/+1
* libnet_domain: eliminate "discards qualifier" warning (const).Michael Adam2008-07-091-1/+1
* dsdb: eliminate disards qualifyer compile warning.Michael Adam2008-07-091-1/+1
* Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam2008-07-091-1/+1
* tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam2008-07-081-1/+1
* rpc_server: use the transport session_info if availableStefan Metzmacher2008-07-071-8/+12
* packet: make it possible to free the packet_context from the send_callbackStefan Metzmacher2008-07-071-0/+6
* smb_server/smb: handle incoming multi fragmented nttrans requestsStefan Metzmacher2008-07-071-16/+152
* smb_server/smb: prepare multi fragmented nttrans requestsStefan Metzmacher2008-07-072-4/+7
* libcli/raw: remove unused smb_raw_max_trans_data() functionStefan Metzmacher2008-07-071-12/+0
* torture: .in.max_data should not depend on the smb max sizeStefan Metzmacher2008-07-072-9/+9
* rap: trans->in.max_data should not depend on the smb max sizeStefan Metzmacher2008-07-071-1/+1
* dcerpc_smb: trans->in.max_data should not depend on the smb max sizeStefan Metzmacher2008-07-071-1/+8
* libcli/raw: make multi fragmented nttrans requests possibleStefan Metzmacher2008-07-071-17/+178