summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r20314: I think some hosts need this to get the right ASN1 header depsAndrew Bartlett2007-10-101-1/+2
* r20311: Check one more samba3 error path for t2mkdirVolker Lendecke2007-10-101-0/+6
* r20309: Don't treat non-supported EAs as fatal against Samba3.Volker Lendecke2007-10-101-10/+20
* r20308: ContextSimple can be zero length -- seen in a multi-step gssapi ldap ...Volker Lendecke2007-10-101-1/+1
* r20307: remove unused varsStefan Metzmacher2007-10-101-4/+0
* r20306: remove the static oid mapping tableStefan Metzmacher2007-10-103-119/+144
* r20305: as the oid mapping table is dynnamic it makes no senseStefan Metzmacher2007-10-101-119/+0
* r20303: try to fix 'make install' on solaris 8, ln -fs doesn't seem to work ifStefan Metzmacher2007-10-101-0/+5
* r20302: added support for 64 bit file offsets in NBENCHAndrew Tridgell2007-10-102-5/+10
* r20301: add an option torture:readonly which allows the NBENCH test to be runAndrew Tridgell2007-10-101-12/+15
* r20300: Trim number of shared libs significantly.Jelmer Vernooij2007-10-101-232/+77
* r20299: Disable two new tests that are apparently broken.Jelmer Vernooij2007-10-103-5/+13
* r20298: Fix pidl tests (missing symlink..).Jelmer Vernooij2007-10-104-8/+14
* r20297: Finally got to the bottom of why we were failing the RPC-CRACKNAMESAndrew Bartlett2007-10-101-11/+29
* r20295: Add a couple more tests to the CrackNames test.Andrew Bartlett2007-10-101-0/+14
* r20294: Without this we don't do the ADS join against Win2k3 SP1Andrew Bartlett2007-10-101-0/+1
* r20293: implement store chunk hook for libnet_BecomeDC()Stefan Metzmacher2007-10-103-58/+79
* r20292: set ntds_dn_str if DsAddEntry() was successfulStefan Metzmacher2007-10-101-0/+4
* r20291: implement prepare_db hook of libnet_BecomeDC()Stefan Metzmacher2007-10-103-4/+47
* r20288: fix a mem leak and remove useless codeStefan Metzmacher2007-10-101-3/+1
* r20286: handle the non oid string cases for pushing tooStefan Metzmacher2007-10-101-5/+20
* r20285: pass more info to check_options hook and move behavior versions etc.Stefan Metzmacher2007-10-103-72/+93
* r20284: Simplify OID primitive BER parsing.Simo Sorce2007-10-102-91/+100
* r20283: pass in callbacks to libnet_BecomeDC() from the callerStefan Metzmacher2007-10-103-15/+40
* r20282: prepare callback infrastructure to check if the forest/domainStefan Metzmacher2007-10-101-0/+46
* r20281: remove debug statementStefan Metzmacher2007-10-101-1/+0
* r20280: if the uint8_t array starts with 0xFF, then it's not a OIDStefan Metzmacher2007-10-101-12/+20
* r20278: make it possible to use oid strings in the drsuapi instead of uint8_t...Stefan Metzmacher2007-10-104-5/+148
* r20277: make sure the asn1 structure has a welldefined state after a asn1_free()Stefan Metzmacher2007-10-101-0/+2
* r20276: remove unneeded talloc_strdup()Stefan Metzmacher2007-10-101-3/+3
* r20275: we should check for the oid the caller gave us!Stefan Metzmacher2007-10-101-1/+1
* r20274: add missing return statement and make it more explicit that we return...Stefan Metzmacher2007-10-101-2/+3
* r20272: Fix for BASE-BENCH-READWRITE from Mathias Dietz <MDIETZ@de.ibm.com>Volker Lendecke2007-10-101-4/+3
* r20259: add function to start a fake tag so that asn1_read_OID_String()Stefan Metzmacher2007-10-101-0/+19
* r20258: add functions to read and write asn1 encoded OID strings without lead...Stefan Metzmacher2007-10-102-22/+63
* r20251: I found out that the oid-prefix to uint32-id-prefix mapping is transf...Stefan Metzmacher2007-10-104-63/+66
* r20234: metze pointed out that we are re-loading the cache records on eachAndrew Tridgell2007-10-101-0/+4
* r20233: add functions to create a dsdb_attribute and dsdb_class fromStefan Metzmacher2007-10-102-1/+264
* r20232: specify attribute name and structure element name always togetherStefan Metzmacher2007-10-101-66/+81
* r20231: - add more oid => uint32 id mappingsStefan Metzmacher2007-10-102-3/+54
* r20230: I found more mappings of OID string to uint32 idStefan Metzmacher2007-10-101-6/+4
* r20226: rename macros with a _LDB at the end, because I'll add macros with _DSStefan Metzmacher2007-10-101-52/+52
* r20225: we can't use composite_error() in a _recv() function, as that wouldStefan Metzmacher2007-10-101-1/+4
* r20224: the struct element msDs_Schema_Extensions and the attribute name "msD...Stefan Metzmacher2007-10-101-5/+5
* r20223: this function is in the torture test nowStefan Metzmacher2007-10-101-54/+0
* r20222: return status unsuccessful when null pointers are returnedRafal Szczesniak2007-10-101-1/+3
* r20221: - move the dsdb_schema, dsdb_attribute, dsdb_class structs intoStefan Metzmacher2007-10-105-160/+514
* r20219: add enough knowledge to display the content of attributeSchema objectsStefan Metzmacher2007-10-101-20/+60
* r20213: add 2 error codes related to the msDs-IntId attributeStefan Metzmacher2007-10-102-0/+4
* r20205: remove unused varStefan Metzmacher2007-10-101-2/+0