Age | Commit message (Expand) | Author | Files | Lines |
2008-06-03 | net: Use NetGroupAdd() for adding domain groups. | Günther Deschner | 1 | -61/+30 |
2008-05-28 | Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses | Jeremy Allison | 1 | -2/+4 |
2008-05-27 | A few cleanups from Chere Zhou <chere.zhou@isilon.com>. | Jeremy Allison | 2 | -0/+7 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -1/+4 |
2008-05-20 | net: The top level help function for net cmd is always net_cmd_usage | Kai Blin | 7 | -55/+37 |
2008-05-20 | net: Move help for "net status" to net_status.c | Kai Blin | 3 | -13/+14 |
2008-05-20 | net: Move printer help to net_rpc where it's used. | Kai Blin | 3 | -34/+27 |
2008-05-20 | net: Split out "net share" | Kai Blin | 6 | -50/+85 |
2008-05-20 | net: Split out "net afs" | Kai Blin | 5 | -85/+135 |
2008-05-20 | net: Move more utility functions into net_util.c | Kai Blin | 3 | -502/+503 |
2008-05-20 | net: Split out "net file" | Kai Blin | 6 | -28/+65 |
2008-05-20 | net: Split out "net group" | Kai Blin | 7 | -38/+74 |
2008-05-20 | net: Split out "net user" | Kai Blin | 7 | -39/+76 |
2008-05-20 | net: Move "net join" handling into a separate file. | Kai Blin | 4 | -24/+60 |
2008-05-20 | net: Split out common help functions. | Kai Blin | 5 | -34/+104 |
2008-05-20 | net: more whitespace cleanup | Kai Blin | 1 | -5/+5 |
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 15 | -203/+203 |
2008-05-19 | Don't block smbcontrol online/offline if !"winbind offline logons" | Volker Lendecke | 1 | -14/+0 |
2008-05-18 | build: freeze passwd_proto.h from "make proto" | Michael Adam | 1 | -0/+32 |
2008-05-18 | net: freeze net_proto.h from "make proto" | Michael Adam | 1 | -0/+474 |
2008-05-18 | ntlm_auth: freeze ntlm_auth_proto.h from "make proto" | Michael Adam | 1 | -0/+48 |
2008-05-16 | net: use the netapi_ctx from the net_context struct. | Günther Deschner | 1 | -20/+12 |
2008-05-15 | net rpc registry: fix getvalueraw to really print raw... | Michael Adam | 1 | -1/+1 |
2008-05-15 | net rpc registry: add a getvalueraw subcommand. | Michael Adam | 1 | -3/+32 |
2008-05-15 | net rpc registry: abstract add boolean "raw" to rpc_registry_getvalue_internal() | Michael Adam | 1 | -1/+16 |
2008-05-15 | net rpc registry: fix usage message of getvalue. | Michael Adam | 1 | -1/+1 |
2008-05-15 | net registry: add a getvalueraw command to print the value in raw format. | Michael Adam | 1 | -0/+11 |
2008-05-15 | net registry: refactor core of net_registry_getvalue() out | Michael Adam | 1 | -3/+9 |
2008-05-15 | net_registry: add raw output of value to print_registry_value(). | Michael Adam | 4 | -14/+37 |
2008-05-15 | net: Fix net lookup dsgetdcname, no need to pull site ourselves. | Günther Deschner | 1 | -12/+2 |
2008-05-15 | testparm: list registry shares with testparm. | Michael Adam | 1 | -1/+1 |
2008-05-12 | net ads: Upper case he realm name when calling kinit() using machine creds. | coffeedude | 1 | -0/+1 |
2008-05-10 | Fix the build with DNS_UPDATES | Volker Lendecke | 1 | -1/+1 |
2008-05-10 | net: more whitespace cleanup | Kai Blin | 16 | -795/+795 |
2008-05-10 | net: Remove globals | Kai Blin | 29 | -1476/+1768 |
2008-05-10 | net: Some whitespace clean-up. | Kai Blin | 2 | -40/+40 |
2008-05-10 | net: Fix usage string. | Kai Blin | 1 | -1/+1 |
2008-05-09 | dsgetdcname: use existing messaging_context if possible. | Günther Deschner | 1 | -1/+1 |
2008-05-09 | cldap: let ads_cldap_netlogon() return all possible cldap replies. | Günther Deschner | 1 | -2/+2 |
2008-05-08 | Yay ! Remove a VFS entry. Removed the set_nt_acl() call, | Jeremy Allison | 1 | -2/+0 |
2008-05-05 | Fix client authentication with -P switch in client tools (Bug 5435). | Günther Deschner | 3 | -2/+33 |
2008-04-30 | Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN... | Jeremy Allison | 1 | -1/+1 |
2008-04-25 | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 1 | -3/+7 |
2008-04-23 | Correctly initialize lp_load in smbstatus in the presence of registry on tdb2 | Volker Lendecke | 1 | -4/+16 |
2008-04-23 | libsmbconf: rewrite API to use smbconf_service struct | Michael Adam | 1 | -59/+37 |
2008-04-21 | Remove the "pwd" struct from rpc_pipe_client | Volker Lendecke | 1 | -2/+7 |
2008-04-21 | net: Add libnetapi context to net's impressive list of globals. | Günther Deschner | 3 | -11/+8 |
2008-04-21 | cldap: avoid duplicate definitions so remove ads_cldap.h. | Günther Deschner | 1 | -10/+10 |
2008-04-21 | cldap: add talloc context to ads_cldap_netlogon(). | Günther Deschner | 1 | -2/+2 |
2008-04-21 | libads: Use libnbt for CLDAP reply parsing. | Günther Deschner | 1 | -24/+21 |