summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup".Günther Deschner2008-06-041-2/+7
* net: Use NetGroupAdd() for adding domain groups.Günther Deschner2008-06-031-61/+30
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-2/+4
* A few cleanups from Chere Zhou <chere.zhou@isilon.com>.Jeremy Allison2008-05-272-0/+7
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-1/+4
* net: The top level help function for net cmd is always net_cmd_usageKai Blin2008-05-207-55/+37
* net: Move help for "net status" to net_status.cKai Blin2008-05-203-13/+14
* net: Move printer help to net_rpc where it's used.Kai Blin2008-05-203-34/+27
* net: Split out "net share"Kai Blin2008-05-206-50/+85
* net: Split out "net afs"Kai Blin2008-05-205-85/+135
* net: Move more utility functions into net_util.cKai Blin2008-05-203-502/+503
* net: Split out "net file"Kai Blin2008-05-206-28/+65
* net: Split out "net group"Kai Blin2008-05-207-38/+74
* net: Split out "net user"Kai Blin2008-05-207-39/+76
* net: Move "net join" handling into a separate file.Kai Blin2008-05-204-24/+60
* net: Split out common help functions.Kai Blin2008-05-205-34/+104
* net: more whitespace cleanupKai Blin2008-05-201-5/+5
* net: Use true/false instead of True/False.Kai Blin2008-05-2015-203/+203
* Don't block smbcontrol online/offline if !"winbind offline logons"Volker Lendecke2008-05-191-14/+0
* build: freeze passwd_proto.h from "make proto"Michael Adam2008-05-181-0/+32
* net: freeze net_proto.h from "make proto"Michael Adam2008-05-181-0/+474
* ntlm_auth: freeze ntlm_auth_proto.h from "make proto"Michael Adam2008-05-181-0/+48
* net: use the netapi_ctx from the net_context struct.Günther Deschner2008-05-161-20/+12
* net rpc registry: fix getvalueraw to really print raw...Michael Adam2008-05-151-1/+1
* net rpc registry: add a getvalueraw subcommand.Michael Adam2008-05-151-3/+32
* net rpc registry: abstract add boolean "raw" to rpc_registry_getvalue_internal()Michael Adam2008-05-151-1/+16
* net rpc registry: fix usage message of getvalue.Michael Adam2008-05-151-1/+1
* net registry: add a getvalueraw command to print the value in raw format.Michael Adam2008-05-151-0/+11
* net registry: refactor core of net_registry_getvalue() outMichael Adam2008-05-151-3/+9
* net_registry: add raw output of value to print_registry_value().Michael Adam2008-05-154-14/+37
* net: Fix net lookup dsgetdcname, no need to pull site ourselves.Günther Deschner2008-05-151-12/+2
* testparm: list registry shares with testparm.Michael Adam2008-05-151-1/+1
* net ads: Upper case he realm name when calling kinit() using machine creds.coffeedude2008-05-121-0/+1
* Fix the build with DNS_UPDATESVolker Lendecke2008-05-101-1/+1
* net: more whitespace cleanupKai Blin2008-05-1016-795/+795
* net: Remove globalsKai Blin2008-05-1029-1476/+1768
* net: Some whitespace clean-up.Kai Blin2008-05-102-40/+40
* net: Fix usage string.Kai Blin2008-05-101-1/+1
* dsgetdcname: use existing messaging_context if possible.Günther Deschner2008-05-091-1/+1
* cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner2008-05-091-2/+2
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-2/+0
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-053-2/+33
* Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN...Jeremy Allison2008-04-301-1/+1
* Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2008-04-251-3/+7
* Correctly initialize lp_load in smbstatus in the presence of registry on tdb2Volker Lendecke2008-04-231-4/+16
* libsmbconf: rewrite API to use smbconf_service structMichael Adam2008-04-231-59/+37
* Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke2008-04-211-2/+7
* net: Add libnetapi context to net's impressive list of globals.Günther Deschner2008-04-213-11/+8
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-10/+10
* cldap: add talloc context to ads_cldap_netlogon().Günther Deschner2008-04-211-2/+2