r20143: a bit of experiments before doing serious changes in ejsnet.
[ira/wip.git] / source /
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
2007-10-10 Stefan Metzmacherr20105: remove useless comments
2007-10-10 Andrew Tridgellr20104: this is a alternative events backend, which...
2007-10-10 Rafal Szczesniakr20103: Change the returned type of prerequisite checki...
2007-10-10 Andrew Bartlettr20102: Do not reference remote_ldb before we initialis...
2007-10-10 Simo Sorcer20101: Also rename a variable now that the unused...
2007-10-10 Simo Sorcer20100: Remove completely unused parameters
2007-10-10 Andrew Bartlettr20099: Add some comments, and correct others.
2007-10-10 Stefan Metzmacherr20096: now I'm 100% sure:-)
2007-10-10 Stefan Metzmacherr20095: make a complete copy of the binding string
2007-10-10 Stefan Metzmacherr20094: this should be non-const
2007-10-10 Stefan Metzmacherr20093: some documentation updates
2007-10-10 Andrew Tridgellr20092: added a locking benchmark that should be good...
2007-10-10 Andrew Tridgellr20091: remove blank lines at the end of text lines...
2007-10-10 Stefan Metzmacherr20088: implement DsReplicaUpdateRefs() calls for all...
2007-10-10 Stefan Metzmacherr20086: pull domain partition
2007-10-10 Stefan Metzmacherr20085: add _part to structure elements
2007-10-10 Stefan Metzmacherr20084: pull the config partition
2007-10-10 Stefan Metzmacherr20083: move function together which belong to each...
2007-10-10 Stefan Metzmacherr20081: pull the whole schema partition
2007-10-10 Stefan Metzmacherr20080: add error code that maps to NT_STATUS_INVALID_N...
2007-10-10 Stefan Metzmacherr20079: the 2nd guid is the source_dsa invocation_id...
2007-10-10 Andrew Tridgellr20078: support the large samba3 reads in RAW-READ...
2007-10-10 Andrew Tridgellr20077: support large readx replies, as done by samba3...
2007-10-10 Stefan Metzmacherr20076: give the guids meanings
2007-10-10 Stefan Metzmacherr20075: start pulling the schema content.
2007-10-10 Stefan Metzmacherr20074: this values seem to be typos in
2007-10-10 Stefan Metzmacherr20073: update the computer_dn_str after ldb_rename()
2007-10-10 Stefan Metzmacherr20072: make sure WERR_ACCESS_DENIED gets mapped to...
2007-10-10 Stefan Metzmacherr20071: move common code into a function
2007-10-10 Stefan Metzmacherr20070: implement the 2nd and 3rd drsuapi connection
2007-10-10 Stefan Metzmacherr20068: handle DsAddEntry() errors
2007-10-10 Stefan Metzmacherr20067: use a global zero_sid
2007-10-10 Stefan Metzmacherr20066: use the same sid "Domain Admins" for the securi...
2007-10-10 Stefan Metzmacherr20065: make it possible to get the dns domain name...
2007-10-10 Stefan Metzmacherr20064: - fix pushing of DeReplicaObjectIdentifierX...
2007-10-10 Stefan Metzmacherr20062: send values in DsAddEntry(), but it didn't...
2007-10-10 Stefan Metzmacherr20061: use a DsBindInfo28 structure
2007-10-10 Andrew Tridgellr20059: james was asking about CAP_LARGE_READX and...
2007-10-10 Stefan Metzmacherr20056: send a DsBindInfo28 struct in the DsBind()...
2007-10-10 Stefan Metzmacherr20055: implement dummy DsAddEntry call (without attrib...
2007-10-10 Stefan Metzmacherr20053: implement the DsBind on the 1st drsuapi connection
2007-10-10 Stefan Metzmacherr20052: implement the first drsuapi connection
2007-10-10 Stefan Metzmacherr20051: handle the case where the server object exist...
2007-10-10 Stefan Metzmacherr20047: patch from Julien Kerihuel <j.kerihuel@openchan...
2007-10-10 Volker Lendecker20046: Add ldb_search_exp_fmt and port comment to 4
2007-10-10 Stefan Metzmacherr20045: implement the drsuapi_DsRemoveDSServer() call
2007-10-10 Stefan Metzmacherr20044: implement the drsuapi connect and ds_bind
2007-10-10 Stefan Metzmacherr20043: when becoming a dc:
2007-10-10 Stefan Metzmacherr20042: move the computer account to the CN=Computers...
2007-10-10 Stefan Metzmacherr20041: when unbecoming a dc:
2007-10-10 Stefan Metzmacherr20040: uncomplete implementation start for libnet_Unbe...
2007-10-10 Stefan Metzmacherr20039: things which need to be done for unbecoming...
2007-10-10 Stefan Metzmacherr20038: document first rootdse search
2007-10-10 Simo Sorcer20034: Start using ldb_search_exp_fmt()
2007-10-10 Simo Sorcer20033: Never commit before testing
2007-10-10 Simo Sorcer20032: Add ldb_search_exp_fmt()
2007-10-10 Stefan Metzmacherr20031: - implement earching for an existing server...
2007-10-10 Stefan Metzmacherr20030: - implement the computer object search
2007-10-10 Stefan Metzmacherr20029: - implement source_dsa site object search
2007-10-10 Stefan Metzmacherr20028: fix typos
2007-10-10 Stefan Metzmacherr20027: restore instanceType and systemFlags values...
2007-10-10 Stefan Metzmacherr20026: - store the infrastructure server_dn_str
2007-10-10 Stefan Metzmacherr20025: - implement the windows2003update revision...
2007-10-10 Stefan Metzmacherr20024: lookup the infrastructure fSMORoleOwner on...
2007-10-10 Stefan Metzmacherr20023: handle <SID=...> <WKGUID=...> dn's also in...
2007-10-10 Stefan Metzmacherr20022: - implement the ldap connect code
2007-10-10 Stefan Metzmacherr20021: implement a CLDAP netlogon request to get some...
2007-10-10 Stefan Metzmacherr20011: define libnet_BecomeDC_state struct and add...
2007-10-10 Stefan Metzmacherr20010: cosmetic fix
2007-10-10 Stefan Metzmacherr20009: use a composite context
2007-10-10 Stefan Metzmacherr20008: add stubs for a libnet_BecomeDC() call
2007-10-10 Stefan Metzmacherr20002: finish requests on the first LDAP connection
2007-10-10 Stefan Metzmacherr20000: 20000
2007-10-10 Stefan Metzmacherr19999: add section for adding the server object
next