summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_util.c
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-4/+6
* net: Don't crash on invalid command line options.Kai Blin2008-06-211-7/+0
* net: Fix crash when specifying invalid options on the command lineroot2008-06-191-0/+8
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-51/+2
* net: Add net_display_usage_from_functable()Kai Blin2008-06-101-0/+7
* net: Use functable2 to give a short help text for top-level functions.Kai Blin2008-06-101-0/+3
* net: Add net_run_function3Kai Blin2008-06-101-0/+27
* net: Move net_run_function/net_run_function2 to net_util.cKai Blin2008-06-101-0/+46
* net: Move more utility functions into net_util.cKai Blin2008-05-201-0/+466
* net: Use true/false instead of True/False.Kai Blin2008-05-201-1/+1
* net: Remove globalsKai Blin2008-05-101-1/+2
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-1/+1
* Move is_valid_policy_hnd() out of net.Günther Deschner2008-04-081-7/+0
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-1/+1
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-1/+1
* r18271: Big change:Gerald Carter2007-10-101-2/+2
* r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+89