summaryrefslogtreecommitdiffstats
path: root/source4/libnet
Commit message (Expand)AuthorAgeFilesLines
* r23292: check for errors returned in a call result.Rafal Szczesniak2007-10-101-0/+5
* r22944: fix bug #4618:Stefan Metzmacher2007-10-108-42/+42
* r22811: two more memory allocation checks.Rafal Szczesniak2007-10-102-1/+4
* r22809: use buffer size specified in libnet context.Rafal Szczesniak2007-10-102-5/+1
* r22808: store default buffer size for samr operations in libnet context.Rafal Szczesniak2007-10-102-1/+5
* r22804: convert libnet_rpc_userinfo function to use "continue" functionsRafal Szczesniak2007-10-101-127/+124
* r22764: - replace talloc_zero with composite_createRafal Szczesniak2007-10-101-16/+5
* r22763: replace talloc_zero calls with composite_create and add moreRafal Szczesniak2007-10-102-17/+16
* r22735: correct some commentsRafal Szczesniak2007-10-101-1/+2
* r22734: - use samr pipe if it is already openedRafal Szczesniak2007-10-101-16/+79
* r22672: use composite_create calls instead of talloc_zero.Rafal Szczesniak2007-10-101-12/+6
* r22669: fix uninitialized element which was causing a crash with 'net passwor...Stefan Metzmacher2007-10-101-0/+1
* r22565: add libnet_DomainList function.Rafal Szczesniak2007-10-102-0/+265
* r22536: resolve name before passing to cldapStefan Metzmacher2007-10-101-2/+13
* r22519: convert libnet_DomainOpenSamr function from state-handling routineRafal Szczesniak2007-10-101-122/+84
* r22437: fix dependenciesStefan Metzmacher2007-10-101-1/+2
* r21839: add my email addressStefan Metzmacher2007-10-104-4/+4
* r21827: move comments to the place where the functionality is implementedStefan Metzmacher2007-10-101-0/+156
* r21826: reorder functionsStefan Metzmacher2007-10-101-23/+25
* r21821: move comment about the becoming a dc to the code which implements itStefan Metzmacher2007-10-101-0/+643
* r21820: move function, so that all are in top-down order as they get calledStefan Metzmacher2007-10-101-23/+25
* r21541: Export mgmt, samr and atsvc for use in samba-gtk.Jelmer Vernooij2007-10-101-1/+1
* r21538: this looks better...Stefan Metzmacher2007-10-101-1/+1
* r21516: - use the same assoc_group_id, for all 3 drsuapi connectionStefan Metzmacher2007-10-101-4/+21
* r21362: rename:Stefan Metzmacher2007-10-101-4/+4
* r21300: let the caller decide if it wants rid decrypted hashes or notStefan Metzmacher2007-10-105-3/+12
* r21295: pass down the gensec session key to the store_chunk hookStefan Metzmacher2007-10-102-3/+11
* r21293: store the gensec session key for each drsuapi connectionStefan Metzmacher2007-10-101-0/+14
* r21292: add become_dc:print = yes option to dump out the drsuapi trafficStefan Metzmacher2007-10-101-3/+74
* r21255: Add a debugging option to avoid rid decryption in the samsync output.Andrew Bartlett2007-10-101-12/+22
* r21175: Fix the kerberos keytab update code to handle deletes.Andrew Bartlett2007-10-101-28/+0
* r21141: Attempt to fix the buildVolker Lendecke2007-10-101-1/+1
* r20964: Show the domain name we figured out, rather than a null pointer (inAndrew Bartlett2007-10-101-1/+1
* r20714: we can use talloc_asprintf_append() again, because strupper_talloc()Stefan Metzmacher2007-10-101-6/+5
* r20708: fix crash bug! we can't use stack memory for async requests...Stefan Metzmacher2007-10-101-4/+7
* r20676: Add ref pointer to fix warning.Jelmer Vernooij2007-10-101-6/+8
* r20570: use talloc_asprintf() instead of talloc_asprintf_append()Stefan Metzmacher2007-10-101-3/+4
* r20504: we handle the attribute values always as DATA_BLOB's andStefan Metzmacher2007-10-101-70/+70
* r20484: get rid of the special case for DN stringsStefan Metzmacher2007-10-101-53/+100
* r20476: get rid of extra case for uint32 valuesStefan Metzmacher2007-10-101-27/+36
* r20475: remove special case for GUID valuesStefan Metzmacher2007-10-101-10/+15
* r20418: start to get step by step rid of the union for the attributeStefan Metzmacher2007-10-101-7/+15
* r20397: Another user of the DsCrackNames call needs a rename following IDL cl...Andrew Bartlett2007-10-101-2/+2
* r20328: use prereq function instead of local implementation.Rafal Szczesniak2007-10-101-42/+3
* 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-102-58/+67
* 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-102-3/+17
* r20285: pass more info to check_options hook and move behavior versions etc.Stefan Metzmacher2007-10-102-64/+76
* r20283: pass in callbacks to libnet_BecomeDC() from the callerStefan Metzmacher2007-10-102-15/+24