Age | Commit message (Expand) | Author | Files | Lines |
2008-06-10 | net: Make "net rpc audit" use functable3 | Kai Blin | 1 | -11/+78 |
2008-06-10 | net: Make "net rpc" use functable3 | Kai Blin | 4 | -315/+917 |
2008-06-10 | net: Make "net rap" use functable3 | Kai Blin | 2 | -210/+470 |
2008-06-10 | net: Make "net ads gpo" use functable3 | Kai Blin | 1 | -47/+124 |
2008-06-10 | net: Make "net ads" use functable3 | Kai Blin | 2 | -216/+512 |
2008-06-10 | net: Make "net usershare" use functable3 | Kai Blin | 1 | -29/+49 |
2008-06-10 | net: Fix comment for net_time_zone() | Kai Blin | 1 | -1/+1 |
2008-06-10 | net: Make "net time" use functable3 | Kai Blin | 1 | -13/+57 |
2008-06-10 | net: Make "net idmap" use functable3 | Kai Blin | 1 | -18/+80 |
2008-06-10 | net: Make "net groupmap" use functable3 | Kai Blin | 1 | -51/+138 |
2008-06-10 | net: Make "net dom" use functable3 | Kai Blin | 1 | -10/+25 |
2008-06-10 | net: Make "net cache" use functable3 | Kai Blin | 1 | -33/+75 |
2008-06-10 | net: Make "net afs" use functable3 | Kai Blin | 1 | -6/+19 |
2008-06-10 | net: Make "net status" use functable3 | Kai Blin | 1 | -6/+39 |
2008-06-10 | net: Don't try to look up a server if net time is called with a command. | Kai Blin | 1 | -5/+5 |
2008-06-10 | net: Add net_display_usage_from_functable() | Kai Blin | 2 | -0/+8 |
2008-06-10 | net: Autogenerate "net help" output from net's functable. | Kai Blin | 3 | -63/+30 |
2008-06-10 | net: Use functable3 | Kai Blin | 2 | -44/+285 |
2008-06-10 | net: Use functable2 to give a short help text for top-level functions. | Kai Blin | 2 | -41/+44 |
2008-06-10 | net: Add net_run_function3 | Kai Blin | 3 | -0/+30 |
2008-06-10 | net: Move net_run_function/net_run_function2 to net_util.c | Kai Blin | 3 | -52/+52 |
2008-06-10 | net: Move includes to net.h | Kai Blin | 1 | -40/+64 |
2008-06-06 | netapi: use NetGroupSetInfo() for "net rpc group rename". | Günther Deschner | 1 | -73/+18 |
2008-06-05 | net: fix debuglevel handling. | Günther Deschner | 2 | -2/+3 |
2008-06-04 | net: fix popt context memleak. | Günther Deschner | 1 | -0/+2 |
2008-06-04 | net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup". | Günther Deschner | 1 | -2/+7 |
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 |