samba.git
2007-10-10 Stefan Metzmacherr20306: remove the static oid mapping table
2007-10-10 Stefan Metzmacherr20305: as the oid mapping table is dynnamic it makes...
2007-10-10 Stefan Metzmacherr20303: try to fix 'make install' on solaris 8, ln...
2007-10-10 Andrew Tridgellr20302: added support for 64 bit file offsets in NBENCH
2007-10-10 Andrew Tridgellr20301: add an option torture:readonly which allows...
2007-10-10 Jelmer Vernooijr20300: Trim number of shared libs significantly.
2007-10-10 Jelmer Vernooijr20299: Disable two new tests that are apparently broken.
2007-10-10 Jelmer Vernooijr20298: Fix pidl tests (missing symlink..).
2007-10-10 Andrew Bartlettr20297: Finally got to the bottom of why we were failin...
2007-10-10 Andrew Bartlettr20295: Add a couple more tests to the CrackNames test.
2007-10-10 Andrew Bartlettr20294: Without this we don't do the ADS join against...
2007-10-10 Stefan Metzmacherr20293: implement store chunk hook for libnet_BecomeDC()
2007-10-10 Stefan Metzmacherr20292: set ntds_dn_str if DsAddEntry() was successful
2007-10-10 Stefan Metzmacherr20291: implement prepare_db hook of libnet_BecomeDC()
2007-10-10 Stefan Metzmacherr20288: fix a mem leak and remove useless code
2007-10-10 Stefan Metzmacherr20286: handle the non oid string cases for pushing too
2007-10-10 Stefan Metzmacherr20285: pass more info to check_options hook and move...
2007-10-10 Simo Sorcer20284: Simplify OID primitive BER parsing.
2007-10-10 Stefan Metzmacherr20283: pass in callbacks to libnet_BecomeDC() from...
2007-10-10 Stefan Metzmacherr20282: prepare callback infrastructure to check if...
2007-10-10 Stefan Metzmacherr20281: remove debug statement
2007-10-10 Stefan Metzmacherr20280: if the uint8_t array starts with 0xFF, then...
2007-10-10 Stefan Metzmacherr20278: make it possible to use oid strings in the...
2007-10-10 Stefan Metzmacherr20277: make sure the asn1 structure has a welldefined...
2007-10-10 Stefan Metzmacherr20276: remove unneeded talloc_strdup()
2007-10-10 Stefan Metzmacherr20275: we should check for the oid the caller gave us!
2007-10-10 Stefan Metzmacherr20274: add missing return statement and make it more...
2007-10-10 Volker Lendecker20272: Fix for BASE-BENCH-READWRITE from Mathias Dietz...
2007-10-10 Stefan Metzmacherr20259: add function to start a fake tag so that asn1_r...
2007-10-10 Stefan Metzmacherr20258: add functions to read and write asn1 encoded...
2007-10-10 Stefan Metzmacherr20251: I found out that the oid-prefix to uint32-id...
2007-10-10 Andrew Tridgellr20234: metze pointed out that we are re-loading the...
2007-10-10 Stefan Metzmacherr20233: add functions to create a dsdb_attribute and...
2007-10-10 Stefan Metzmacherr20232: specify attribute name and structure element...
2007-10-10 Stefan Metzmacherr20231: - add more oid => uint32 id mappings
2007-10-10 Stefan Metzmacherr20230: I found more mappings of OID string to uint32 id
2007-10-10 Stefan Metzmacherr20226: rename macros with a _LDB at the end, because...
2007-10-10 Stefan Metzmacherr20225: we can't use composite_error() in a _recv(...
2007-10-10 Stefan Metzmacherr20224: the struct element msDs_Schema_Extensions and...
2007-10-10 Stefan Metzmacherr20223: this function is in the torture test now
2007-10-10 Rafal Szczesniakr20222: return status unsuccessful when null pointers...
2007-10-10 Stefan Metzmacherr20221: - move the dsdb_schema, dsdb_attribute, dsdb_cl...
2007-10-10 Derrell Lipmanr20220: Apply patch from Brad Henry with some additiona...
2007-10-10 Stefan Metzmacherr20219: add enough knowledge to display the content...
2007-10-10 Stefan Metzmacherr20213: add 2 error codes related to the msDs-IntId...
2007-10-10 Stefan Metzmacherr20205: remove unused var
2007-10-10 Stefan Metzmacherr20204: use symbolic constant
2007-10-10 Stefan Metzmacherr20198: let the IBM checker ignore the warning about...
2007-10-10 Stefan Metzmacherr20195: fix typo
2007-10-10 Stefan Metzmacherr20194: inline all static talloc functions
2007-10-10 Stefan Metzmacherr20193: - let talloc_parent_chunk() handle a NULL pointer
2007-10-10 Stefan Metzmacherr20192: I assume a 'break' is the correct thing to...
2007-10-10 Stefan Metzmacherr20191: fix bug found by the IBM checker
2007-10-10 Stefan Metzmacherr20190: fix the ldb_ldap backend
2007-10-10 Stefan Metzmacherr20189: remove unused struct element
2007-10-10 Stefan Metzmacherr20188: move back to an default attribute handler and...
2007-10-10 Stefan Metzmacherr20187: fix the build on systems without sqlite3
2007-10-10 Stefan Metzmacherr20185: - SMB_ENABLE() needs upper case YES/NO
2007-10-10 Stefan Metzmacherr20184: change ldb_attrib_handler into ldb_schema_attri...
2007-10-10 Stefan Metzmacherr20182: make the composite api usage more consistant...
2007-10-10 Rafal Szczesniakr20177: return the actual function status code.
2007-10-10 Rafal Szczesniakr20176: Info method returns null object if the user...
2007-10-10 Rafal Szczesniakr20175: use libnet context instead mem_ctx as the latte...
2007-10-10 Stefan Metzmacherr20168: start separating attributes and syntaxes
2007-10-10 Stefan Metzmacherr20167: reenable the ejsnet tests
2007-10-10 Stefan Metzmacherr20166: we have a dom_sid_add_rid() function that adds...
2007-10-10 Rafal Szczesniakr20164: Disable the test till tomorrow when I find...
2007-10-10 Rafal Szczesniakr20163: Return null object if no user is found.
2007-10-10 Rafal Szczesniakr20162: Always return some error string.
2007-10-10 Rafal Szczesniakr20161: Prevent potential segfault in case account...
2007-10-10 Andrew Bartlettr20152: Commit missing files from last night's commit...
2007-10-10 Andrew Bartlettr20149: Remove the smb.conf distinction between PDC...
2007-10-10 Stefan Metzmacherr20145: fix whitespaces
2007-10-10 Stefan Metzmacherr20144: add NET-API-BECOME-DC test that tests libnet_Be...
2007-10-10 Rafal Szczesniakr20143: a bit of experiments before doing serious chang...
2007-10-10 Stefan Metzmacherr20142: only the DDNS updates are missing for the full...
2007-10-10 Stefan Metzmacherr20141: use the gensec_features of the cli_credentials...
2007-10-10 Stefan Metzmacherr20139: only add GSS_C_CONF_FLAG and GSS_C_INTEG_FLAG...
2007-10-10 Rafal Szczesniakr20138: return the proper status for the other function...
2007-10-10 Rafal Szczesniakr20137: return the proper status.
2007-10-10 Stefan Metzmacherr20135: attach default gensec features to the cli_crede...
2007-10-10 Andrew Bartlettr20134: The IBM Checker correctly notes that *p cannot...
2007-10-10 Stefan Metzmacherr20130: remove one more talloc_get_type()
2007-10-10 Stefan Metzmacherr20129: remove unused structure elements
2007-10-10 Stefan Metzmacherr20128: get rid of more talloc_get_type() calls
2007-10-10 Stefan Metzmacherr20127: - allocate ldb_handle under ldb_request! fix...
2007-10-10 Stefan Metzmacherr20126: fix talloc hierachy and make lldb a child of...
2007-10-10 Stefan Metzmacherr20125: fix some ugly mem leaks in the ldb_ildb backend
2007-10-10 Stefan Metzmacherr20123: - avoid some more talloc_get_type() calls
2007-10-10 Stefan Metzmacherr20122: pass ildb to ildb_request_noop()
2007-10-10 Stefan Metzmacherr20121: pass down the ldb_request struct to ildb_reques...
2007-10-10 Stefan Metzmacherr20120: fix the talloc hierachy and make ildb a child...
2007-10-10 Stefan Metzmacherr20115: from Julien Kerihuel <j.kerihuel@openchange...
2007-10-10 Stefan Metzmacherr20114: from Julien Kerihuel <j.kerihuel@openchange...
2007-10-10 Andrew Bartlettr20113: Update the DRSUAPI CrackNames test to explore...
2007-10-10 Stefan Metzmacherr20111: this is the total object count of the current...
2007-10-10 Stefan Metzmacherr20109: let libnet_BecomeDC() work against w2k servers
2007-10-10 Stefan Metzmacherr20108: match w2k3 and send 1.2.840.48018.1.2.2 before...
2007-10-10 Stefan Metzmacherr20107: don't segfault when the server didn't send...
2007-10-10 Simo Sorcer20106: Optional ONE Level indexing for ldb_tdb
next