Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20294: Without this we don't do the ADS join against Win2k3 SP1 | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r20293: implement store chunk hook for libnet_BecomeDC() | Stefan Metzmacher | 3 | -58/+79 |
2007-10-10 | r20292: set ntds_dn_str if DsAddEntry() was successful | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r20291: implement prepare_db hook of libnet_BecomeDC() | Stefan Metzmacher | 3 | -4/+47 |
2007-10-10 | r20288: fix a mem leak and remove useless code | Stefan Metzmacher | 1 | -3/+1 |
2007-10-10 | r20286: handle the non oid string cases for pushing too | Stefan Metzmacher | 1 | -5/+20 |
2007-10-10 | r20285: pass more info to check_options hook and move behavior versions etc. | Stefan Metzmacher | 3 | -72/+93 |
2007-10-10 | r20284: Simplify OID primitive BER parsing. | Simo Sorce | 2 | -91/+100 |
2007-10-10 | r20283: pass in callbacks to libnet_BecomeDC() from the caller | Stefan Metzmacher | 3 | -15/+40 |
2007-10-10 | r20282: prepare callback infrastructure to check if the forest/domain | Stefan Metzmacher | 1 | -0/+46 |
2007-10-10 | r20281: remove debug statement | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r20280: if the uint8_t array starts with 0xFF, then it's not a OID | Stefan Metzmacher | 1 | -12/+20 |
2007-10-10 | r20278: make it possible to use oid strings in the drsuapi instead of uint8_t... | Stefan Metzmacher | 4 | -5/+148 |
2007-10-10 | r20277: make sure the asn1 structure has a welldefined state after a asn1_free() | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r20276: remove unneeded talloc_strdup() | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r20275: we should check for the oid the caller gave us! | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20274: add missing return statement and make it more explicit that we return... | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r20272: Fix for BASE-BENCH-READWRITE from Mathias Dietz <MDIETZ@de.ibm.com> | Volker Lendecke | 1 | -4/+3 |
2007-10-10 | r20259: add function to start a fake tag so that asn1_read_OID_String() | Stefan Metzmacher | 1 | -0/+19 |
2007-10-10 | r20258: add functions to read and write asn1 encoded OID strings without lead... | Stefan Metzmacher | 2 | -22/+63 |
2007-10-10 | r20251: I found out that the oid-prefix to uint32-id-prefix mapping is transf... | Stefan Metzmacher | 4 | -63/+66 |
2007-10-10 | r20234: metze pointed out that we are re-loading the cache records on each | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r20233: add functions to create a dsdb_attribute and dsdb_class from | Stefan Metzmacher | 2 | -1/+264 |
2007-10-10 | r20232: specify attribute name and structure element name always together | Stefan Metzmacher | 1 | -66/+81 |
2007-10-10 | r20231: - add more oid => uint32 id mappings | Stefan Metzmacher | 2 | -3/+54 |
2007-10-10 | r20230: I found more mappings of OID string to uint32 id | Stefan Metzmacher | 1 | -6/+4 |
2007-10-10 | r20226: rename macros with a _LDB at the end, because I'll add macros with _DS | Stefan Metzmacher | 1 | -52/+52 |
2007-10-10 | r20225: we can't use composite_error() in a _recv() function, as that would | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r20224: the struct element msDs_Schema_Extensions and the attribute name "msD... | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r20223: this function is in the torture test now | Stefan Metzmacher | 1 | -54/+0 |
2007-10-10 | r20222: return status unsuccessful when null pointers are returned | Rafal Szczesniak | 1 | -1/+3 |
2007-10-10 | r20221: - move the dsdb_schema, dsdb_attribute, dsdb_class structs into | Stefan Metzmacher | 5 | -160/+514 |
2007-10-10 | r20220: Apply patch from Brad Henry with some additional qooxdoo/json-rpc SWAT | Derrell Lipman | 5 | -0/+414 |
2007-10-10 | r20219: add enough knowledge to display the content of attributeSchema objects | Stefan Metzmacher | 1 | -20/+60 |
2007-10-10 | r20213: add 2 error codes related to the msDs-IntId attribute | Stefan Metzmacher | 2 | -0/+4 |
2007-10-10 | r20205: remove unused var | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r20204: use symbolic constant | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20198: let the IBM checker ignore the warning about a missing break | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r20195: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20194: inline all static talloc functions | Stefan Metzmacher | 1 | -4/+6 |
2007-10-10 | r20193: - let talloc_parent_chunk() handle a NULL pointer | Stefan Metzmacher | 2 | -15/+12 |
2007-10-10 | r20192: I assume a 'break' is the correct thing to do here, | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20191: fix bug found by the IBM checker | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20190: fix the ldb_ldap backend | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r20189: remove unused struct element | Stefan Metzmacher | 4 | -6/+0 |
2007-10-10 | r20188: move back to an default attribute handler and not use the '*' attribute | Stefan Metzmacher | 1 | -2/+15 |
2007-10-10 | r20187: fix the build on systems without sqlite3 | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r20185: - SMB_ENABLE() needs upper case YES/NO | Stefan Metzmacher | 2 | -27/+29 |
2007-10-10 | r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointer | Stefan Metzmacher | 16 | -391/+254 |
2007-10-10 | r20182: make the composite api usage more consistant (only cosmetic change) | Stefan Metzmacher | 1 | -0/+1 |