summaryrefslogtreecommitdiff
path: root/source3/utils/net_proto.h
AgeCommit message (Collapse)AuthorFilesLines
2008-12-17net luaVolker Lendecke1-0/+5
This adds a lua command line interpreter with some sample code how to build your own data types based on our internal data types. Not meant as the final word, but as a playground for experiments for people. Might be removed later when we find this turns out to be too awkward.
2008-11-18s3-net: add "net rpc vampire passdb" that allows to take arguments.Günther Deschner1-0/+1
Guenther
2008-11-18s3-net: add net_scan_dc function.Günther Deschner1-0/+4
Guenther
2008-09-26net: Make share type lookup a function.Kai Blin1-0/+2
2008-07-21Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-1/+2
(This used to be commit 0f77746f36b98acc5171727fa3fc236af9fd2000)
2008-07-21Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-1/+1
(This used to be commit 850166ec0d17eb85a0c921dc3b966fac0677af4a)
2008-06-24net_vampire: add code to vampire a SAM database to a keytab file.Günther Deschner1-0/+9
Guenther (This used to be commit ee6e422c0e035aa4779fa718bb6f142827cc2de0)
2008-06-13net_vampire: split out rpc_vampire_ldif().Günther Deschner1-0/+9
Guenther (This used to be commit bcc6d3a0ebdcb904b5a2a4de63d9ed7415e9bb33)
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-8/+2
(This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07)
2008-06-10net: Make "net rpc" use functable3Kai Blin1-2/+0
(This used to be commit 428b56863c3963ecd041b8398d5683c92fa64307)
2008-06-10net: Make "net rap" use functable3Kai Blin1-2/+0
(This used to be commit 7a2364518c4200befb419f2bcbf3afd425fd7a6f)
2008-06-10net: Make "net ads" use functable3Kai Blin1-2/+0
(This used to be commit 64e3dc63966ecf216b354263e4bd5dfd1491abcc)
2008-06-10net: Add net_display_usage_from_functable()Kai Blin1-0/+1
(This used to be commit de0e15b35ea46cfcdd82f45eb3329c44d7aacb90)
2008-06-10net: Add net_run_function3Kai Blin1-0/+2
(This used to be commit ba1108f06ae5860c8f418dc383b027068780abf9)
2008-06-10net: Move net_run_function/net_run_function2 to net_util.cKai Blin1-6/+6
(This used to be commit 73fb5f392dbc1966ec34217e39d565200e071aaf)
2008-05-20net: The top level help function for net cmd is always net_cmd_usageKai Blin1-16/+5
(This used to be commit f7d0903a58b0b0fc248a613937a101f15baa5311)
2008-05-20net: Move help for "net status" to net_status.cKai Blin1-1/+1
(This used to be commit d26681b169a533f838f74d48af072b57afc9f8df)
2008-05-20net: Move printer help to net_rpc where it's used.Kai Blin1-1/+0
(This used to be commit 2ee3d1aefab8dada5bd05a92b72776554617b7f9)
2008-05-20net: Split out "net share"Kai Blin1-1/+5
(This used to be commit 25d4c6f692cf50d675a1de7c6eaeed271f349289)
2008-05-20net: Split out "net afs"Kai Blin1-1/+0
(This used to be commit 3f10527f79dddff703d31588cad3e9f37176565b)
2008-05-20net: Move more utility functions into net_util.cKai Blin1-37/+37
(This used to be commit 0f5ebdf0bc5610bf93a4db67c9f9513683306c66)
2008-05-20net: Split out "net file"Kai Blin1-1/+5
(This used to be commit 84a116be9c849900678e6e0a4b012e819e697c78)
2008-05-20net: Split out "net group"Kai Blin1-1/+5
(This used to be commit 3ddd9c09e3b51df01ac34a9a1537e8954d2b1167)
2008-05-20net: Split out "net user"Kai Blin1-1/+5
(This used to be commit 4ca08a5acc90c77d56f8f3e38443f23f43f034e8)
2008-05-20net: Move "net join" handling into a separate file.Kai Blin1-1/+5
(This used to be commit d0237a736858a48494583ce7f960ea980768aa6c)
2008-05-20net: Split out common help functions.Kai Blin1-2/+0
(This used to be commit efc863e3758501a4c62dc9762eb0aded2dad01ff)
2008-05-18net: freeze net_proto.h from "make proto"Michael Adam1-0/+474
Michael (This used to be commit 673b24052a6864579683e9adb56522a12447abca)