Be sure to pass iconv handle down to compression subcontexts (fixes
[samba.git] / source4 / libnet /
2008-01-11 Kai Blinlibnet: Rename a variable so it does not shadow a global.
2008-01-08 Rafal Szczesniakr26693: Add (untested) libnet_rpc_groupdel function.
2008-01-05 Jelmer Vernooijr26669: Janitorial: Remove uses of global_loadparm.
2008-01-01 Jelmer Vernooijr26639: librpc: Pass iconv convenience on from RPC...
2008-01-01 Jelmer Vernooijr26638: libndr: Require explicitly specifying iconv_con...
2007-12-30 Rafal Szczesniakr26633: A couple of fixes in comments.
2007-12-30 Rafal Szczesniakr26632: Add libnet_CreateGroup function.
2007-12-28 Jelmer Vernooijr26624: libnet/python: Use standard function for constr...
2007-12-28 Jelmer Vernooijr26619: Add Python bindings for libnet. No tests yet...
2007-12-24 Jelmer Vernooijr26573: Fix warnings.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26540: Revert my previous commit after concerns raised...
2007-12-21 Jelmer Vernooijr26539: Remove unnecessary statics.
2007-12-21 Rafal Szczesniakr26532: Fix mistake in assignment.
2007-12-21 Rafal Szczesniakr26519: Add libnet_GroupList function. Totally untested...
2007-12-21 Jelmer Vernooijr26483: Merge ldb module dependency fixes, fix auth...
2007-12-21 Jelmer Vernooijr26442: Remove use of global_loadparm.
2007-12-21 Jelmer Vernooijr26441: Remove global_loadparm uses.
2007-12-21 Jelmer Vernooijr26435: Remove global_loadparm instance.
2007-12-21 Jelmer Vernooijr26430: require explicit specification of loadparm...
2007-12-21 Jelmer Vernooijr26427: Avoid global_smb_iconv_convenience.
2007-12-21 Jelmer Vernooijr26409: Pass smb ports along.
2007-12-21 Jelmer Vernooijr26408: Remove use of global_loadparm.
2007-12-21 Jelmer Vernooijr26376: Add context for libcli_resolve.
2007-12-21 Jelmer Vernooijr26333: No more global_loadparm in finddcs.
2007-12-21 Jelmer Vernooijr26328: remove more uses of global_loadparm.
2007-12-21 Jelmer Vernooijr26327: Explicit loadparm_context for RPC client functions.
2007-12-21 Jelmer Vernooijr26319: Split encoding functions out of libcli_ldap.
2007-12-21 Jelmer Vernooijr26316: Use contexts for conversion functions.
2007-12-21 Jelmer Vernooijr26277: Move loadparm context higher up the stack.
2007-12-21 Jelmer Vernooijr26271: Remove some more uses of global_loadparm.
2007-12-21 Jelmer Vernooijr26264: pass name resolve order explicitly, use torture...
2007-12-21 Jelmer Vernooijr26231: Spell check: credentails -> credentials.
2007-12-21 Jelmer Vernooijr26205: Pass loadparm_context to secrets_db_connect...
2007-12-21 Andrew Bartlettr26135: Remove samdb_add(), samdb_delete() and samdb_mo...
2007-12-21 Jelmer Vernooijr26003: Split up DB_WRAP, as first step in an attempt...
2007-12-21 Stefan Metzmacherr25920: ndr: change NTSTAUS into enum ndr_err_code...
2007-12-21 Stefan Metzmacherr25823: remove unneeded nesting by using error and...
2007-12-21 Günther Deschnerr25803: Make our security descriptor acl manipulation...
2007-12-21 Günther Deschnerr25607: Allow to set security descriptor type flags...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Rafal Szczesniakr25367: Add initial implementation of internal group...
2007-10-10 Rafal Szczesniakr25356: Conversion from the old-style composite functio...
2007-10-10 Rafal Szczesniakr25315: Revert my last change until I find out what...
2007-10-10 Rafal Szczesniakr25312: Replace the old-style composite calls.
2007-10-10 Jelmer Vernooijr25301: Merge my includes.h cleanups.
2007-10-10 Rafal Szczesniakr25256: Fix missing field set in libnet_ModifyUser...
2007-10-10 Jeremy Allisonr25175: Change to talloc_asprintf_append_buffer().
2007-10-10 Andrew Bartlettr25048: From the archives (patch found in one of my...
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr25001: Fix more C++ and other warnings, fix some of...
2007-10-10 Rafal Szczesniakr24732: Add comments and fix memory leak.
2007-10-10 Jelmer Vernooijr24712: No longer expose the 'BOOL' data type in any...
2007-10-10 Rafal Szczesniakr24680: fix a couple of stupid typos from previous...
2007-10-10 Rafal Szczesniakr24679: Add (raw and untested) implementation of libnet...
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Rafal Szczesniakr24554: Add internal implementation (before api functio...
2007-10-10 Stefan Metzmacherr24551: rename dcerpc_interface_table -> ndr_interface_...
2007-10-10 Andrew Bartlettr24127: Set the Domain SID into the libnet context...
2007-10-10 Rafal Szczesniakr24051: more monitor function calls and monitor msg...
2007-10-10 Andrew Bartlettr24011: Keep the connect handle around in libnet, in...
2007-10-10 Rafal Szczesniakr23959: add more monitor messages support that's been...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Rafal Szczesniakr23292: check for errors returned in a call result.
2007-10-10 Stefan Metzmacherr22944: fix bug #4618:
2007-10-10 Rafal Szczesniakr22811: two more memory allocation checks.
2007-10-10 Rafal Szczesniakr22809: use buffer size specified in libnet context.
2007-10-10 Rafal Szczesniakr22808: store default buffer size for samr operations...
2007-10-10 Rafal Szczesniakr22804: convert libnet_rpc_userinfo function to use...
2007-10-10 Rafal Szczesniakr22764: - replace talloc_zero with composite_create
2007-10-10 Rafal Szczesniakr22763: replace talloc_zero calls with composite_create...
2007-10-10 Rafal Szczesniakr22735: correct some comments
2007-10-10 Rafal Szczesniakr22734: - use samr pipe if it is already opened
2007-10-10 Rafal Szczesniakr22672: use composite_create calls instead of talloc_zero.
2007-10-10 Stefan Metzmacherr22669: fix uninitialized element which was causing...
2007-10-10 Rafal Szczesniakr22565: add libnet_DomainList function.
2007-10-10 Stefan Metzmacherr22536: resolve name before passing to cldap
2007-10-10 Rafal Szczesniakr22519: convert libnet_DomainOpenSamr function from...
2007-10-10 Stefan Metzmacherr22437: fix dependencies
2007-10-10 Stefan Metzmacherr21839: add my email address
2007-10-10 Stefan Metzmacherr21827: move comments to the place where the functional...
2007-10-10 Stefan Metzmacherr21826: reorder functions
2007-10-10 Stefan Metzmacherr21821: move comment about the becoming a dc to the...
2007-10-10 Stefan Metzmacherr21820: move function, so that all are in top-down...
2007-10-10 Jelmer Vernooijr21541: Export mgmt, samr and atsvc for use in samba...
2007-10-10 Stefan Metzmacherr21538: this looks better...
2007-10-10 Stefan Metzmacherr21516: - use the same assoc_group_id, for all 3 drsuap...
2007-10-10 Stefan Metzmacherr21362: rename:
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
next