summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20332: add mastered-By and msDs-mastered-By attributes to the domain objectStefan Metzmacher1-1/+6
2007-10-10r20331: the last entry in the oid mapping array which starts with 0xFFStefan Metzmacher2-4/+7
2007-10-10r20328: use prereq function instead of local implementation.Rafal Szczesniak1-42/+3
2007-10-10r20327: start to analyse the schema contentStefan Metzmacher1-24/+172
2007-10-10r20326: always set the binding->target_hostname!Stefan Metzmacher1-5/+9
2007-10-10r20325: handle NULL strings in is_ipaddress()Stefan Metzmacher1-1/+3
2007-10-10r20323: allow empty dcerpc reqeusts, this fixes the RPC-COUNTCALLS testStefan Metzmacher1-1/+1
2007-10-10r20322: I assume the options attribute of the nTDSDSA object containsStefan Metzmacher1-2/+2
2007-10-10r20321: fix the samdb_partitions_dn() and samdb_sites_dn() calls,Stefan Metzmacher1-4/+18
2007-10-10r20320: add missing prototypesStefan Metzmacher1-1/+18
2007-10-10r20319: fix compiler warningsStefan Metzmacher1-3/+3
2007-10-10r20318: do what the printf statement says:-)Stefan Metzmacher1-1/+1
2007-10-10r20317: store references to all important naming contexts.Stefan Metzmacher1-13/+45
2007-10-10r20316: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r20315: Implement the server side of DsGetDomainControllerInfo. This is aAndrew Bartlett5-53/+357
2007-10-10r20314: I think some hosts need this to get the right ASN1 header depsAndrew Bartlett1-1/+2
2007-10-10r20311: Check one more samba3 error path for t2mkdirVolker Lendecke1-0/+6
2007-10-10r20309: Don't treat non-supported EAs as fatal against Samba3.Volker Lendecke1-10/+20
2007-10-10r20308: ContextSimple can be zero length -- seen in a multi-step gssapi ldap ...Volker Lendecke1-1/+1
2007-10-10r20307: remove unused varsStefan Metzmacher1-4/+0
2007-10-10r20306: remove the static oid mapping tableStefan Metzmacher3-119/+144
2007-10-10r20305: as the oid mapping table is dynnamic it makes no senseStefan Metzmacher1-119/+0
2007-10-10r20303: try to fix 'make install' on solaris 8, ln -fs doesn't seem to work ifStefan Metzmacher1-0/+5
2007-10-10r20302: added support for 64 bit file offsets in NBENCHAndrew Tridgell2-5/+10
2007-10-10r20301: add an option torture:readonly which allows the NBENCH test to be runAndrew Tridgell1-12/+15
2007-10-10r20300: Trim number of shared libs significantly.Jelmer Vernooij1-232/+77
2007-10-10r20299: Disable two new tests that are apparently broken.Jelmer Vernooij3-5/+13
2007-10-10r20298: Fix pidl tests (missing symlink..).Jelmer Vernooij4-8/+14
2007-10-10r20297: Finally got to the bottom of why we were failing the RPC-CRACKNAMESAndrew Bartlett1-11/+29
2007-10-10r20295: Add a couple more tests to the CrackNames test.Andrew Bartlett1-0/+14
2007-10-10r20294: Without this we don't do the ADS join against Win2k3 SP1Andrew Bartlett1-0/+1
2007-10-10r20293: implement store chunk hook for libnet_BecomeDC()Stefan Metzmacher3-58/+79
2007-10-10r20292: set ntds_dn_str if DsAddEntry() was successfulStefan Metzmacher1-0/+4
2007-10-10r20291: implement prepare_db hook of libnet_BecomeDC()Stefan Metzmacher3-4/+47
2007-10-10r20288: fix a mem leak and remove useless codeStefan Metzmacher1-3/+1
2007-10-10r20286: handle the non oid string cases for pushing tooStefan Metzmacher1-5/+20
2007-10-10r20285: pass more info to check_options hook and move behavior versions etc.Stefan Metzmacher3-72/+93
2007-10-10r20284: Simplify OID primitive BER parsing.Simo Sorce2-91/+100
2007-10-10r20283: pass in callbacks to libnet_BecomeDC() from the callerStefan Metzmacher3-15/+40
2007-10-10r20282: prepare callback infrastructure to check if the forest/domainStefan Metzmacher1-0/+46
2007-10-10r20281: remove debug statementStefan Metzmacher1-1/+0
2007-10-10r20280: if the uint8_t array starts with 0xFF, then it's not a OIDStefan Metzmacher1-12/+20
2007-10-10r20278: make it possible to use oid strings in the drsuapi instead of uint8_t...Stefan Metzmacher4-5/+148
2007-10-10r20277: make sure the asn1 structure has a welldefined state after a asn1_free()Stefan Metzmacher1-0/+2
2007-10-10r20276: remove unneeded talloc_strdup()Stefan Metzmacher1-3/+3
2007-10-10r20275: we should check for the oid the caller gave us!Stefan Metzmacher1-1/+1
2007-10-10r20274: add missing return statement and make it more explicit that we return...Stefan Metzmacher1-2/+3
2007-10-10r20272: Fix for BASE-BENCH-READWRITE from Mathias Dietz <MDIETZ@de.ibm.com>Volker Lendecke1-4/+3
2007-10-10r20259: add function to start a fake tag so that asn1_read_OID_String()Stefan Metzmacher1-0/+19
2007-10-10r20258: add functions to read and write asn1 encoded OID strings without lead...Stefan Metzmacher2-22/+63