summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Add the interface ID to the rpc_pipe_register_commands call in s3 srv codeVolker Lendecke1-1/+1
2008-07-16drsuapi: print out the number of linked attribute values we gotStefan Metzmacher2-32/+54
2008-07-16drsuapi: make use of the 'more_data' field in DsGetNCChangesCtr[1|6]Stefan Metzmacher6-15/+14
2008-07-16drsuapi: check ctr6->drs_errorStefan Metzmacher2-0/+13
2008-07-16drsuapi: get ctr6 out of xpress compressed levelStefan Metzmacher3-0/+15
2008-07-16drsuapi: total_object_count was the wrong guessStefan Metzmacher2-26/+20
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsGetNCChangesCtr*Stefan Metzmacher1-7/+27
2008-07-16libnet/become_dc: an unknown field in drsuapi.idl changed to object_flagsStefan Metzmacher1-1/+1
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher2-3/+9
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsReplicaCursor[2]Stefan Metzmacher1-6/+6
2008-07-16drsuapi.idl: correctly handle xpress compressed payloadStefan Metzmacher1-4/+4
2008-07-16become_dc: we need to replicate using krb5 auth to work against w2kStefan Metzmacher1-2/+2
2008-07-16NET-API-BECOME-DC: fix crash bugs because of unintialized variablesStefan Metzmacher1-1/+4
2008-07-16Another kludge to let the OpenLDAP backend catch up.Andrew Bartlett1-0/+2
2008-07-16Fix the build - this element was renamed.Andrew Bartlett1-1/+1
2008-07-16Reorder whitespace in generated slapd.confAndrew Bartlett1-4/+4
2008-07-16Ignore and handle more NT Create & X options.Andrew Bartlett3-4/+76
2008-07-16Don't keep an extra ldb around forever.Andrew Bartlett1-1/+5
2008-07-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-1/+1
2008-07-15Simplify the contextCSN determination.Andrew Bartlett2-145/+68
2008-07-15Lock down the LDAP backend - only samba may read or writeAndrew Bartlett1-1/+1
2008-07-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett18-61/+216
2008-07-15Revert Fedrora DS backend to use extensibleObject.Andrew Bartlett1-1/+1
2008-07-15Kill of some bogus debugs for the world who does not use the LDAP backendAndrew Bartlett1-3/+3
2008-07-15Fix asking for credentials for non-LDAP provisions.Andrew Bartlett1-1/+1
2008-07-15Rework provision to handle both simple and SASL binds.Andrew Bartlett3-12/+15
2008-07-15Connect to the LDAP backend with SASL credentials.Andrew Bartlett9-21/+111
2008-07-15Make up a full hostname for ldapi connections.Andrew Bartlett1-2/+7
2008-07-15Add a standard filter for finding the LDAP secrets.Andrew Bartlett1-0/+1
2008-07-15Cleanup ldap_bind_sasl.Andrew Bartlett1-4/+3
2008-07-15Use secrets.ldb to store credentials to contact LDAP backend.Andrew Bartlett3-11/+35
2008-07-15Allow ldap credentials to be (optionally) stored in secrets.ldbAndrew Bartlett1-11/+33
2008-07-15Try to make NTLMSSP less fussy for unimportant messages.Andrew Bartlett1-2/+13
2008-07-15Fix 'make gdbtest-enb' and the GDB_PROVISION option.Andrew Bartlett2-2/+2
2008-07-14Remove C++ keywords from events.h header.Andrew Bartlett1-4/+4
2008-07-12rename sambaPassword -> userPassword.Andrew Bartlett14-68/+49
2008-07-11Use common code to fill in allowedAttributes in kludge_acl.Andrew Bartlett3-39/+41
2008-07-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-2/+14
2008-07-10Avoid the use of extensibleObject in ldap mapping backend.Andrew Bartlett3-21/+143
2008-07-10Make ad2oLschema even simpler, by moving the heavy work into dsdb.Andrew Bartlett4-368/+368
2008-07-09(Hopefully) fix the build by re-adding security.NTACLJeremy Allison1-0/+2
2008-07-09Add in a version2 of the NT security descriptor storeJeremy Allison1-3/+13
2008-07-09ldb_map: eliminate "discards qualifyer" warning (const).Michael Adam1-1/+1
2008-07-09libnet_domain: eliminate "discards qualifier" warning (const).Michael Adam1-1/+1
2008-07-09dsdb: eliminate disards qualifyer compile warning.Michael Adam1-1/+1
2008-07-09Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam1-1/+1
2008-07-08tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam1-1/+1
2008-07-07rpc_server: use the transport session_info if availableStefan Metzmacher1-8/+12
2008-07-07packet: make it possible to free the packet_context from the send_callbackStefan Metzmacher1-0/+6
2008-07-07smb_server/smb: handle incoming multi fragmented nttrans requestsStefan Metzmacher1-16/+152