summaryrefslogtreecommitdiff
path: root/source4/libnet
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-105-6/+15
| | | | | | | | 2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-102-2/+2
| | | | (This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-105-7/+9
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25367: Add initial implementation of internal group add function.Rafal Szczesniak2007-10-104-0/+175
| | | | | rafal (This used to be commit 05624840c79982a6125fb037dc771a3c42f3c7ac)
* r25356: Conversion from the old-style composite functions take 2.Rafal Szczesniak2007-10-101-340/+239
| | | | | | | | Let's find out if NET-USERMOD test passes this time on the build farm... rafal (This used to be commit 6ab46e91accfff856b741691de87d2452db9b295)
* r25315: Revert my last change until I find out what's causing theRafal Szczesniak2007-10-101-233/+334
| | | | | | | problem spotted by the builfarm. rafal (This used to be commit 39359391af25e65547ffa91195984581ae38791b)
* r25312: Replace the old-style composite calls.Rafal Szczesniak2007-10-101-334/+233
| | | | | rafal (This used to be commit 0a8531404fe3a97289aec35fe029e8c5abd0b085)
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-102-0/+4
| | | | (This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
* r25256: Fix missing field set in libnet_ModifyUser routine.Rafal Szczesniak2007-10-102-1/+10
| | | | | | | Submitted by Matthias Dieter Wallnoefer <mwallnoefer@yahoo.de> rafal (This used to be commit 4fe47e4f976f125537b6a9fc7b13b25efe3d73a6)
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-102-2/+2
| | | | | Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4)
* r25048: From the archives (patch found in one of my old working trees):Andrew Bartlett2007-10-101-5/+12
| | | | | | | Try two different DNs, when performing a samsync from an AD server. Andrew Bartlett (This used to be commit 8204e261b5c554866a8433362477b532d1123e5d)
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-102-3/+3
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-104-0/+4
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r25001: Fix more C++ and other warnings, fix some of the indentation with ↵Jelmer Vernooij2007-10-102-2/+4
| | | | | | ts=4 lines that I accidently added earlier. (This used to be commit 0bcb21ed740fcec0f48ad36bbc2deee2948e8fc7)
* r24732: Add comments and fix memory leak.Rafal Szczesniak2007-10-101-8/+61
| | | | | rafal (This used to be commit 07b52b360676692abf00b64e6eada0f7850357bd)
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
* r24680: fix a couple of stupid typos from previous commit.Rafal Szczesniak2007-10-101-6/+6
| | | | | rafal (This used to be commit b21b322e4ce593dafb5331dc4d65fa2d69b61cb8)
* r24679: Add (raw and untested) implementation of libnet_GroupInfo function.Rafal Szczesniak2007-10-104-0/+215
| | | | | rafal (This used to be commit 80479eee256ab549b28cbd086a1343ce2a3c4948)
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-109-23/+23
| | | | | metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5)
* r24554: Add internal implementation (before api function) of groupRafal Szczesniak2007-10-105-0/+418
| | | | | | | info call. rafal (This used to be commit 75f81f862ef06e86f9dcfcf4709221ed9c4e22ed)
* r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2007-10-101-1/+1
| | | | | | | | | rename dcerpc_interface_list -> ndr_interface_list and move them to libndr.h metze (This used to be commit 4adbebef5df2f833d2d4bfcdda72a34179d52f5c)
* r24127: Set the Domain SID into the libnet context, and have libnet_UserInfoAndrew Bartlett2007-10-104-2/+12
| | | | | | | | | return full SIDs for the user SID and primary group sid. This should help kai with his getpwnam work in winbind. Andrew Bartlett (This used to be commit 078671d5015c63e4bcd96815e150dae918763b83)
* r24051: more monitor function calls and monitor msg namesRafal Szczesniak2007-10-105-40/+99
| | | | | | | convention change. rafal (This used to be commit 6ab10b2ed256fa3c55d1af8ddcc9dfdaf4598a1e)
* r24011: Keep the connect handle around in libnet, in case we want it.Andrew Bartlett2007-10-102-0/+2
| | | | | Andrew Bartlett (This used to be commit e6ccdb6cea267b992d1b586757f0b84afbc5e45f)
* r23959: add more monitor messages support that's been sitting around on myRafal Szczesniak2007-10-106-55/+216
| | | | | | | laptop for a while. rafal (This used to be commit c257363adbc2e8ab577bb86a5b4dbef3caf802ef)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1035-105/+70
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r23292: check for errors returned in a call result.Rafal Szczesniak2007-10-101-0/+5
| | | | | rafal (This used to be commit 18c5341fad967d5115b9ea5257e499ded5861a65)
* r22944: fix bug #4618:Stefan Metzmacher2007-10-108-42/+42
| | | | | | | rename private -> private_data metze (This used to be commit 58551f2f28fce8f1fcd04736c47ecd7458f32ea2)
* r22811: two more memory allocation checks.Rafal Szczesniak2007-10-102-1/+4
| | | | | rafal (This used to be commit d66b13f6facdba407604f33211574f43163b186c)
* r22809: use buffer size specified in libnet context.Rafal Szczesniak2007-10-102-5/+1
| | | | | rafal (This used to be commit c78dfd356777f133427fb8d9013f38f19d43ecbd)
* r22808: store default buffer size for samr operations in libnet context.Rafal Szczesniak2007-10-102-1/+5
| | | | | | | | | This allows not requiring it as an argument in some function calls and still enables specifying any size if it's necessary via libnet context. rafal (This used to be commit 3e4b0c5b3b6d6bd155c8ce11b2342f4af08342f6)
* r22804: convert libnet_rpc_userinfo function to use "continue" functionsRafal Szczesniak2007-10-101-127/+124
| | | | | | | instead of a single handler. rafal (This used to be commit c27c0523ac695ef71df9b3176a69c6fb25b02ac0)