summaryrefslogtreecommitdiffstats
path: root/source4/libnet
Commit message (Collapse)AuthorAgeFilesLines
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Never install generated prototype files. It's easier to break the API when using them and they're not easily readable for 3rd party users. Conflicts: source/auth/config.mk source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/config_mk.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/lib/charset/config.mk source/lib/tdr/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/torture/config.mk (This used to be commit 6c659689ed4081f1d7a6253c538c7f01784197ba)
* Remove use of global_loadparm.Jelmer Vernooij2008-02-281-1/+2
| | | | (This used to be commit 3cf3922c806d0e33439073d204b44bf0af3102d5)
* Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij2008-02-283-3/+5
|\ | | | | | | (This used to be commit 6cbb241c05539cc62526a366094c9c472e6422a5)
| * Remove more global_loadparm instance.sJelmer Vernooij2008-02-213-3/+5
| | | | | | | | (This used to be commit a1280252ce924df69d911e597b7f65d8038abef9)
* | Ensure we don't try and set the acct_flags if they are 0 (meaningAndrew Bartlett2008-02-282-1/+9
|/ | | | | | | | | | unchanged in this interface). We seem to have two very similar interfaces here, and this is the poorer interface, for this reason. Andrew Bartlett (This used to be commit 582073eff1f21f81abb3e5f1ce2eca4ebef56a00)
* Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij2008-02-111-1/+1
| | | | | | This code is no longer used, and equivalent code already exists in Python (scripting/python/samba/samba3.py) (This used to be commit c16212e8bf5343496ea4b3afc30a8b4d3a0afe2d)
* Remove the forced 'krb5' from the NET-API-BECOME-DC test.Andrew Bartlett2008-02-091-2/+2
| | | | | | | | If we want to try this authenication mechanism, we can always manually specify the binding string. Andrew Bartlett (This used to be commit 191d56d41e5af34e78e1ad711fb1c63c189f0b48)
* Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett2008-01-231-12/+13
| | | | | | | | | | (I presume this has resulted from the global variable elimination) Perhaps the iconv handle argument to ndr_push_struct needs to be marked as 'not NULL' or similar? Andrew Bartlett (This used to be commit e8081333b8d43d96974c9e06a26aaa25dd34da56)
* python: Avoid duplicate copies of some objects in different packages.Jelmer Vernooij2008-01-221-1/+1
| | | | (This used to be commit bd293cde1b1deadcfb0f74c82aae6ba4de39925b)
* build: Demote a bunch of libraries to subsystems. This makes packaging ↵Jelmer Vernooij2008-01-211-4/+1
| | | | | | | easier and should also make it easier to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
* libnet: Rename a variable so it does not shadow a global.Kai Blin2008-01-111-4/+5
| | | | (This used to be commit a5b9d2f33279e0f96a36acbf3da7c018aadf08c9)
* r26693: Add (untested) libnet_rpc_groupdel function.Rafal Szczesniak2008-01-082-10/+194
| | | | | rafal (This used to be commit e940b1020a3c2e7ee43198dc40c47cbdbef0d950)
* r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-052-4/+4
| | | | (This used to be commit 50c46160d997e0448f51ae09e0f3c79e8519fa41)
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵Jelmer Vernooij2008-01-011-1/+1
| | | | | | library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce)
* r26638: libndr: Require explicitly specifying iconv_convenience for ↵Jelmer Vernooij2008-01-012-13/+14
| | | | | | ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3)
* r26633: A couple of fixes in comments.Rafal Szczesniak2007-12-301-7/+9
| | | | (This used to be commit 9ff6568f9563bf72d11bf437fb6718e6fafe1824)
* r26632: Add libnet_CreateGroup function.Rafal Szczesniak2007-12-302-16/+226
| | | | (This used to be commit b8e115a920cfbbb0eb0d98d880734912242b851c)
* r26624: libnet/python: Use standard function for constructing context, allow ↵Jelmer Vernooij2007-12-283-61/+178
| | | | | | overriding credentials. (This used to be commit a5fb3caedefaf5387e3a384d060272f11a3b4b99)
* r26619: Add Python bindings for libnet. No tests yet and no way to set the ↵Jelmer Vernooij2007-12-284-0/+4774
| | | | | | parameters... (This used to be commit 9de0a153e99764583b33fc5d58118296db820653)
* r26573: Fix warnings.Jelmer Vernooij2007-12-241-2/+2
| | | | (This used to be commit 874f0ac0561e38a8c0ceda983f6c88c75ee29e9c)
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-212-19/+19
| | | | (This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173)
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-212-19/+19
| | | | (This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2)
* r26532: Fix mistake in assignment.Rafal Szczesniak2007-12-211-1/+1
| | | | (This used to be commit 4d0ff8e375d5378c68c505f42246e62cfdd648a2)
* r26519: Add libnet_GroupList function. Totally untested (yet), butRafal Szczesniak2007-12-212-0/+270
| | | | | it builds for start. (This used to be commit 4e1054dc62d1d761eadce289d1a76a4e14a11d91)
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-2/+1
| | | | (This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb)
* r26442: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 2962a6143c8acb59b64b214bb0146ffa809d5cfe)
* r26441: Remove global_loadparm uses.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit 32007c6277efa46341da7741b749a98633d71640)
* r26435: Remove global_loadparm instance.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 66fd8d480bdfeb1c95da8843da3d18abe3f997e1)
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-212-4/+6
| | | | (This used to be commit 1b947fe0e6e16318e5a8127bb4932d6b5d20bcf6)
* r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit bf072c6fb37b3e6a71c0c747b9fbeaa01480229e)
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-212-3/+4
| | | | (This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f)
* r26408: Remove use of global_loadparm.Jelmer Vernooij2007-12-212-1/+3
| | | | (This used to be commit f933b4362124bfdd25544b4e27992d9ca4405848)
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-215-10/+11
| | | | (This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc)
* r26333: No more global_loadparm in finddcs.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit 0c91026e587ca74692bc9223a6b5493e35943aee)
* r26328: remove more uses of global_loadparm.Jelmer Vernooij2007-12-218-17/+17
| | | | (This used to be commit 40ae12c08647c47a9c504d39ee6f61c32b4e5748)
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-217-8/+16
| | | | (This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07)
* r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 95a6ef7fc8757ccfd90dbf0d6c9b5098f10b10b6)
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482)
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit 38fa08310ce573e9b46e76c840ddda6f18863573)
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-213-0/+3
| | | | (This used to be commit e9875fcd56de0748ed78d7e3c9cdb4919cd96d3c)
* r26264: pass name resolve order explicitly, use torture context for settings ↵Jelmer Vernooij2007-12-211-2/+3
| | | | | | in dssync tests. (This used to be commit c7eae1c7842f9ff8b70cce9e5d6f3ebbbe78e83b)
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 4b46888bd0195ab12190f76868719fc018baafd6)
* r26205: Pass loadparm_context to secrets_db_connect() rather than using ↵Jelmer Vernooij2007-12-211-1/+1
| | | | | | global context. (This used to be commit 5718b6cfee86ddfc9cf405c98c68ba848df4d9d7)
* r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were justAndrew Bartlett2007-12-212-9/+9
| | | | | | | | wrappers to ldb_add() etc. samdb_replace() remains, as it sets flags on all entries as 'replace'. Andrew Bartlett (This used to be commit 09c0faa5b7e1a560bf13b99a2584012a47377bb6)
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-214-4/+6
| | | | (This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-213-42/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/messaging/ lib/registry/ lib/ldb-samba/ librpc/rpc/ auth/auth_winbind.c auth/gensec/ auth/kerberos/ dsdb/repl/ dsdb/samdb/ dsdb/schema/ torture/ cluster/ctdb/ kdc/ ntvfs/ipc/ torture/rap/ ntvfs/ utils/getntacl.c ntptr/ smb_server/ libcli/wrepl/ wrepl_server/ libcli/cldap/ libcli/dgram/ libcli/ldap/ libcli/raw/ libcli/nbt/ libnet/ winbind/ rpc_server/ metze (This used to be commit 6223c7fddc972687eb577e04fc1c8e0604c35435)
* r25823: remove unneeded nesting by using error and out logicStefan Metzmacher2007-12-211-21/+21
| | | | | metze (This used to be commit 86db839382a6cf92e659abb9e8e51ef828e1e422)
* r25803: Make our security descriptor acl manipulation methods more generic ↵Günther Deschner2007-12-211-1/+1
| | | | | | | | | so that we can add and delete ACEs for SACLs as well as for DACLs. Guenther (This used to be commit 947fff994181f0ae50ac76d09621ddd684873112)
* r25607: Allow to set security descriptor type flags at creation time withGünther Deschner2007-12-211-0/+1
| | | | | | | security_descriptor_create(). Guenther (This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16)
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-108-31/+31
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)