summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet.c
Commit message (Collapse)AuthorAgeFilesLines
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
| | | | | | | | Now that we don't allow the smb.conf to change the modules dir, many functions that simply load modules or initialise a subsytem that may load modules no longer need an lp_ctx. Andrew Bartlett
* s4-libnet: added server_address option in libnet contextAndrew Tridgell2010-09-251-0/+2
| | | | | | this is used by libnet_LookupDCs Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
| | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* py_net/libnet: Remove C++-style comments, add more error checking, moveJelmer Vernooij2009-12-251-0/+3
| | | | initialization of dcerpc subsystem to libnet.
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* Fix problems with event context not being the parent.Simo Sorce2008-04-141-8/+5
| | | | (This used to be commit 957c4d893acf9e6db06a3fc3a4687ab6bb238635)
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc)
* r26328: remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 40ae12c08647c47a9c504d39ee6f61c32b4e5748)
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-1/+3
| | | | (This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | 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)
* r22808: store default buffer size for samr operations in libnet context.Rafal Szczesniak2007-10-101-1/+4
| | | | | | | | | 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)
* r19931: remove unused struct membersStefan Metzmacher2007-10-101-6/+0
| | | | | metze (This used to be commit 45d5da47287a9e92b88db875d9ed447c60b57f88)
* r18587: fixed a potential memory leak in libnetAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 935f6f34cfbec0cba6df246b7ef9fdfd604aad38)
* r17670: 1) Refactor libnet context structure a bit, to have rpc connectionRafal Szczesniak2007-10-101-6/+5
| | | | | | | | | | | properties more consistently reflected. 2) Add domain open routine for lsa pipe - this is needed for ongoing name resolve function. Tests (still neglected) and comments to follow. rafal (This used to be commit fe5652c2b8121bbe3b9932c43164035355478611)
* r15667: Make sure the rpc pipe pointers are zeroed duringRafal Szczesniak2007-10-101-0/+8
| | | | | | | | initialisation of libnet_context. This fixes a valgrind warning. rafal (This used to be commit b751eb1102f3169b8eb66bae465cf79a44597bbe)
* r15625: Partial commit of my current work. It makes libnet api functionsRafal Szczesniak2007-10-101-0/+3
| | | | | | | | | | | | | | | | | a bit more smart and more aware of what libnet_context can offer. The context is a help when some of the arguments are not passed (programmer counts on using sensible defaults) and stores some of results so that similar subsequent calls don't need to reopen some of policy handles, pipes, etc. again. It also helps to hide some of details the library user don't really want to know much about. Also, change domain open function to be part of public api, as it is going to be used in ejsnet interface. Note, this is work in progress. Comments are welcome. rafal (This used to be commit 1ed80c594c2f466e364a11194d6fdc30ac4a8f27)
* r12881: Hard-coded defaults are silly. We have smb.conf for a reason.Andrew Bartlett2007-10-101-4/+1
| | | | | Andrew Bartlett (This used to be commit c9402f9227a02ff0ee77f264f79ef47207ad50ef)
* r11815: A bit more comments and spaces for better readability.Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit 1e831aead17b399289b8161e521e1afd5873c556)
* r11813: Const-ify name resolution method list and use string listRafal Szczesniak2007-10-101-10/+1
| | | | | | | utilities to set the context field. rafal (This used to be commit 5da8b457c34236b21f6e88e3a7a12338d0390a4f)
* r11794: - fixed a valgrind error in libnet, caused by using a stack variableAndrew Tridgell2007-10-101-1/+1
| | | | | | | | | | after the function has returned (the *address variable was assigned into the state). - changed libnet to use event_context_find() instead of event_context_init(), so it works as a child of existing code that uses a event context (This used to be commit 47ceb2d3558304b4c4fb00582fb25a885cea2ef5)
* r8246: Don't try and set the element after the end off the array to NULL.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 44338b2852bff36d642ea0296d480d384e88fbcb)
* r8076: Put name resolution methods into libnet_context. This allows libnet basedRafal Szczesniak2007-10-101-1/+16
| | | | | | | | | | | application use methods of their own choice and makes it less dependent on smb.conf parameters. Use libnet_context in libnet_Lookup functions which is the way to pass default name resolution methods if caller doesn't want to bother with specifying them. rafal (This used to be commit d0ea136356bcb9c6c01120d8683b71e8689d5e5b)
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | event_context for the socket_connect() call, so that when things that use dcerpc are running alongside anything else it doesn't block the whole process during a connect. Then of course I needed to change any code that created a dcerpc connection (such as the auth code) to also take an event context, and anything that called that and so on .... thus the size of the patch. There were 3 places where I punted: - abartlet wanted me to add a gensec_set_event_context() call instead of adding it to the gensec init calls. Andrew, my apologies for not doing this. I didn't do it as adding a new parameter allowed me to catch all the callers with the compiler. Now that its done, we could go back and use gensec_set_event_context() - the ejs code calls auth initialisation, which means it should pass in the event context from the web server. I punted on that. Needs fixing. - I used a NULL event context in dcom_get_pipe(). This is equivalent to what we did already, but should be fixed to use a callers event context. Jelmer, can you think of a clean way to do that? I also cleaned up a couple of things: - libnet_context_destroy() makes no sense. I removed it. - removed some unused vars in various places (This used to be commit 3a3025485bdb8f600ab528c0b4b4eef0c65e3fc9)
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
| | | | | | large commit. I thought this was worthwhile to get done for consistency. (This used to be commit ec32b22ed5ec224f6324f5e069d15e92e38e15c0)
* r3478: split out some more pieces of includes.hAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 8e9212ecfc61c509f686363d8ec412ce54bc1c8d)
* r1878: implemet libnet_context_{init,destroy}Stefan Metzmacher2007-10-101-0/+45
and implement libnet_Change_Password_generic() metze (This used to be commit d48050ae906ecf8d4f78c224042f8f9fe584ad39)