summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2008-06-10net: Use functable2 to give a short help text for top-level functions.Kai Blin2-41/+44
2008-06-10net: Add net_run_function3Kai Blin3-0/+30
2008-06-10net: Move net_run_function/net_run_function2 to net_util.cKai Blin3-52/+52
2008-06-10net: Move includes to net.hKai Blin1-40/+64
2008-06-06netapi: use NetGroupSetInfo() for "net rpc group rename".Günther Deschner1-73/+18
2008-06-05net: fix debuglevel handling.Günther Deschner2-2/+3
2008-06-04net: fix popt context memleak.Günther Deschner1-0/+2
2008-06-04net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup".Günther Deschner1-2/+7
2008-06-03net: Use NetGroupAdd() for adding domain groups.Günther Deschner1-61/+30
2008-05-28Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison1-2/+4
2008-05-27A few cleanups from Chere Zhou <chere.zhou@isilon.com>.Jeremy Allison2-0/+7
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-1/+4
2008-05-20net: The top level help function for net cmd is always net_cmd_usageKai Blin7-55/+37
2008-05-20net: Move help for "net status" to net_status.cKai Blin3-13/+14
2008-05-20net: Move printer help to net_rpc where it's used.Kai Blin3-34/+27
2008-05-20net: Split out "net share"Kai Blin6-50/+85
2008-05-20net: Split out "net afs"Kai Blin5-85/+135
2008-05-20net: Move more utility functions into net_util.cKai Blin3-502/+503
2008-05-20net: Split out "net file"Kai Blin6-28/+65
2008-05-20net: Split out "net group"Kai Blin7-38/+74
2008-05-20net: Split out "net user"Kai Blin7-39/+76
2008-05-20net: Move "net join" handling into a separate file.Kai Blin4-24/+60
2008-05-20net: Split out common help functions.Kai Blin5-34/+104
2008-05-20net: more whitespace cleanupKai Blin1-5/+5
2008-05-20net: Use true/false instead of True/False.Kai Blin15-203/+203
2008-05-19Don't block smbcontrol online/offline if !"winbind offline logons"Volker Lendecke1-14/+0
2008-05-18build: freeze passwd_proto.h from "make proto"Michael Adam1-0/+32
2008-05-18net: freeze net_proto.h from "make proto"Michael Adam1-0/+474
2008-05-18ntlm_auth: freeze ntlm_auth_proto.h from "make proto"Michael Adam1-0/+48
2008-05-16net: use the netapi_ctx from the net_context struct.Günther Deschner1-20/+12
2008-05-15net rpc registry: fix getvalueraw to really print raw...Michael Adam1-1/+1
2008-05-15net rpc registry: add a getvalueraw subcommand.Michael Adam1-3/+32
2008-05-15net rpc registry: abstract add boolean "raw" to rpc_registry_getvalue_internal()Michael Adam1-1/+16
2008-05-15net rpc registry: fix usage message of getvalue.Michael Adam1-1/+1
2008-05-15net registry: add a getvalueraw command to print the value in raw format.Michael Adam1-0/+11
2008-05-15net registry: refactor core of net_registry_getvalue() outMichael Adam1-3/+9
2008-05-15net_registry: add raw output of value to print_registry_value().Michael Adam4-14/+37
2008-05-15net: Fix net lookup dsgetdcname, no need to pull site ourselves.Günther Deschner1-12/+2
2008-05-15testparm: list registry shares with testparm.Michael Adam1-1/+1
2008-05-12net ads: Upper case he realm name when calling kinit() using machine creds.coffeedude1-0/+1
2008-05-10Fix the build with DNS_UPDATESVolker Lendecke1-1/+1
2008-05-10net: more whitespace cleanupKai Blin16-795/+795
2008-05-10net: Remove globalsKai Blin29-1476/+1768
2008-05-10net: Some whitespace clean-up.Kai Blin2-40/+40
2008-05-10net: Fix usage string.Kai Blin1-1/+1
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner1-1/+1
2008-05-09cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner1-2/+2
2008-05-08Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison1-2/+0
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner3-2/+33
2008-04-30Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN...Jeremy Allison1-1/+1