Reset error strings
[ira/wip.git] / source / libnet /
2007-10-10 Stefan Metzmacherr21300: let the caller decide if it wants rid decrypted...
2007-10-10 Stefan Metzmacherr21295: pass down the gensec session key to the store_c...
2007-10-10 Stefan Metzmacherr21293: store the gensec session key for each drsuapi...
2007-10-10 Stefan Metzmacherr21292: add become_dc:print = yes option to dump out...
2007-10-10 Andrew Bartlettr21255: Add a debugging option to avoid rid decryption...
2007-10-10 Andrew Bartlettr21175: Fix the kerberos keytab update code to handle...
2007-10-10 Volker Lendecker21141: Attempt to fix the build
2007-10-10 Andrew Bartlettr20964: Show the domain name we figured out, rather...
2007-10-10 Stefan Metzmacherr20714: we can use talloc_asprintf_append() again,...
2007-10-10 Stefan Metzmacherr20708: fix crash bug! we can't use stack memory for...
2007-10-10 Jelmer Vernooijr20676: Add ref pointer to fix warning.
2007-10-10 Stefan Metzmacherr20570: use talloc_asprintf() instead of talloc_asprint...
2007-10-10 Stefan Metzmacherr20504: we handle the attribute values always as DATA_B...
2007-10-10 Stefan Metzmacherr20484: get rid of the special case for DN strings
2007-10-10 Stefan Metzmacherr20476: get rid of extra case for uint32 values
2007-10-10 Stefan Metzmacherr20475: remove special case for GUID values
2007-10-10 Stefan Metzmacherr20418: start to get step by step rid of the union...
2007-10-10 Andrew Bartlettr20397: Another user of the DsCrackNames call needs...
2007-10-10 Rafal Szczesniakr20328: use prereq function instead of local implementa...
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 Metzmacherr20285: pass more info to check_options hook and move...
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 Metzmacherr20251: I found out that the oid-prefix to uint32-id...
2007-10-10 Stefan Metzmacherr20225: we can't use composite_error() in a _recv(...
2007-10-10 Rafal Szczesniakr20222: return status unsuccessful when null pointers...
2007-10-10 Stefan Metzmacherr20205: remove unused var
2007-10-10 Stefan Metzmacherr20204: use symbolic constant
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 Stefan Metzmacherr20166: we have a dom_sid_add_rid() function that adds...
2007-10-10 Rafal Szczesniakr20162: Always return some error string.
2007-10-10 Rafal Szczesniakr20161: Prevent potential segfault in case account...
2007-10-10 Stefan Metzmacherr20142: only the DDNS updates are missing for the full...
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 Andrew Bartlettr20113: Update the DRSUAPI CrackNames test to explore...
2007-10-10 Stefan Metzmacherr20109: let libnet_BecomeDC() work against w2k servers
2007-10-10 Stefan Metzmacherr20105: remove useless comments
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 Andrew Bartlettr20099: Add some comments, and correct others.
2007-10-10 Stefan Metzmacherr20095: make a complete copy of the binding string
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 Metzmacherr20079: the 2nd guid is the source_dsa invocation_id...
2007-10-10 Stefan Metzmacherr20075: start pulling the schema content.
2007-10-10 Stefan Metzmacherr20073: update the computer_dn_str after ldb_rename()
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 Metzmacherr20062: send values in DsAddEntry(), but it didn't...
2007-10-10 Stefan Metzmacherr20061: use a DsBindInfo28 structure
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 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 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 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 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 Metzmacherr20009: use a composite context
2007-10-10 Stefan Metzmacherr20008: add stubs for a libnet_BecomeDC() call
2007-10-10 Rafal Szczesniakr19970: more comments and fixes
2007-10-10 Rafal Szczesniakr19956: remove unused function
2007-10-10 Stefan Metzmacherr19949: add comment that the configuration_dn needs...
2007-10-10 Rafal Szczesniakr19938: Return function status instead of rpc layer...
2007-10-10 Rafal Szczesniakr19937: fix sending monitor message (spotted by metze).
2007-10-10 Stefan Metzmacherr19934: - allow to pass a samr_UserInfo21 struct to...
2007-10-10 Stefan Metzmacherr19933: something is really wrong here...
2007-10-10 Stefan Metzmacherr19931: remove unused struct members
2007-10-10 Rafal Szczesniakr19922: Use new composite_create functions in composite...
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Andrew Bartlettr19759: Allow a join to occour against ncacn_ip_tcp...
2007-10-10 Rafal Szczesniakr19753: verify result of received request before sendin...
2007-10-10 Stefan Metzmacherr19699: - use better names for the site strings
2007-10-10 Rafal Szczesniakr19640: add some comments
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
next