1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
Kai Blin
20e0bb4800 net: Don't crash on invalid command line options.
This backs out the workaround Jerry added in
4c3bfea9f8.
Thanks for the catch.
2008-06-21 00:07:21 +02:00
root
4c3bfea9f8 net: Fix crash when specifying invalid options on the command line 2008-06-19 13:41:47 -05:00
Kai Blin
bb7c5fc4ec net: Rename functable3 to functable, get rid of old functables 2008-06-10 09:48:21 +02:00
Kai Blin
de0e15b35e net: Add net_display_usage_from_functable() 2008-06-10 09:45:55 +02:00
Kai Blin
e9be24a2cb net: Use functable2 to give a short help text for top-level functions. 2008-06-10 09:45:28 +02:00
Kai Blin
ba1108f06a net: Add net_run_function3 2008-06-10 09:45:19 +02:00
Kai Blin
73fb5f392d net: Move net_run_function/net_run_function2 to net_util.c 2008-06-10 09:45:14 +02:00
Kai Blin
0f5ebdf0bc net: Move more utility functions into net_util.c 2008-05-20 14:27:53 +02:00
Kai Blin
a8b567aac3 net: Use true/false instead of True/False. 2008-05-20 14:27:08 +02:00
Kai Blin
1e9319cf88 net: Remove globals 2008-05-10 09:22:27 +02:00
Volker Lendecke
99fc3283c4 Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct 2008-04-20 14:08:16 +02:00
Günther Deschner
aae4d91e72 Move is_valid_policy_hnd() out of net.
Guenther
2008-04-08 19:54:57 +02:00
Jeremy Allison
f35a266b3c RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
2007-10-18 17:40:25 -07:00
Andrew Tridgell
87c91e4362 r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Günther Deschner
e9a7512a9f r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().
Guenther
2007-10-10 12:23:38 -05:00
Gerald Carter
50d74ce048 r18747: replace rpccli_lsa_close() with rpccli_lsa_Close() 2007-10-10 12:00:54 -05:00
Gerald Carter
3da9f80c28 r18271: Big change:
* autogenerate lsa ndr code
* rename 'enum SID_NAME_USE' to 'enum lsa_SidType'
* merge a log more security descriptor functions from
  gen_ndr/ndr_security.c in SAMBA_4_0

The most embarassing thing is the "#define strlen_m strlen"
We need a real implementation in SAMBA_3_0 which I'll work on
after this code is in.
2007-10-10 11:51:18 -05:00
Jeremy Allison
ee2b2d96b6 r16644: Fix bug #3887 reported by jason@ncac.gwu.edu
by converting the lookup_XX functions to correctly
return SID_NAME_TYPE enums.
Jeremy.
2007-10-10 11:19:05 -05:00
Gerald Carter
17e63ac4ed r13316: Let the carnage begin....
Sync with trunk as off r13315
2007-10-10 11:06:23 -05:00