Age | Commit message (Expand) | Author | Files | Lines |
2008-07-31 | net: add "-k" switch for kerberos authentication (in preparation for #5416). | Günther Deschner | 1 | -0/+1 |
2008-06-21 | net: Don't crash on invalid command line options. | Kai Blin | 1 | -1/+1 |
2008-06-10 | net: Rename functable3 to functable, get rid of old functables | Kai Blin | 1 | -2/+2 |
2008-06-10 | net: Autogenerate "net help" output from net's functable. | Kai Blin | 1 | -0/+1 |
2008-06-10 | net: Use functable3 | Kai Blin | 1 | -43/+284 |
2008-06-10 | net: Use functable2 to give a short help text for top-level functions. | Kai Blin | 1 | -41/+41 |
2008-06-10 | net: Move net_run_function/net_run_function2 to net_util.c | Kai Blin | 1 | -46/+0 |
2008-06-05 | net: fix debuglevel handling. | Günther Deschner | 1 | -1/+3 |
2008-06-04 | net: fix popt context memleak. | Günther Deschner | 1 | -0/+2 |
2008-05-20 | net: Split out "net share" | Kai Blin | 1 | -7/+0 |
2008-05-20 | net: Split out "net afs" | Kai Blin | 1 | -83/+4 |
2008-05-20 | net: Move more utility functions into net_util.c | Kai Blin | 1 | -465/+0 |
2008-05-20 | net: Split out "net file" | Kai Blin | 1 | -7/+0 |
2008-05-20 | net: Split out "net group" | Kai Blin | 1 | -11/+0 |
2008-05-20 | net: Split out "net user" | Kai Blin | 1 | -12/+0 |
2008-05-20 | net: Move "net join" handling into a separate file. | Kai Blin | 1 | -11/+0 |
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 1 | -8/+8 |
2008-05-10 | net: Remove globals | Kai Blin | 1 | -209/+195 |
2008-05-10 | net: Some whitespace clean-up. | Kai Blin | 1 | -30/+30 |
2008-04-21 | net: Add libnetapi context to net's impressive list of globals. | Günther Deschner | 1 | -5/+2 |
2008-04-16 | net/libnetapi: Include netapi headers early and free on exit. | Günther Deschner | 1 | -0/+7 |
2008-03-28 | net: add a "net registry" subcommand to locally access the registry. | Michael Adam | 1 | -0/+1 |
2008-03-23 | Fix Coverity ID 479 | Volker Lendecke | 1 | -1/+1 |
2008-01-05 | Fix args to cli_force_encryption. | Jeremy Allison | 1 | -2/+1 |
2008-01-05 | Add general '-e' option to enable smb encryption | Jeremy Allison | 1 | -8/+55 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 1 | -3/+3 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -1/+1 |
2007-12-06 | Make output of net getdomainsid more meaningful. Unify spelling of SID. Displ... | Karolin Seeger | 1 | -3/+8 |
2007-12-03 | Reformatting | Volker Lendecke | 1 | -2/+4 |
2007-11-30 | Add "net dom" command suite to "net". | Günther Deschner | 1 | -0/+1 |
2007-11-29 | Allow calling "net rpc join" and "net rpc trustdom" without specifying server... | Michael Adam | 1 | -1/+1 |
2007-10-27 | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 1 | -1/+1 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -86/+110 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 1 | -5/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -10/+10 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -6/+5 |
2007-10-10 | r25481: Fix some typos, don't panic as non-root on net getdomainsid | Volker Lendecke | 1 | -2/+11 |
2007-10-10 | r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() to | Michael Adam | 1 | -9/+15 |
2007-10-10 | r24853: Rename function as Jerry asked. | Rafal Szczesniak | 1 | -3/+3 |
2007-10-10 | r24824: Create an initial talloc stackframe for the net binary. | Michael Adam | 1 | -0/+3 |
2007-10-10 | r24789: Add implementation of machine-authenticated connection to netlogon | Rafal Szczesniak | 1 | -4/+24 |
2007-10-10 | r23968: Harmonize net's password prompts. | Günther Deschner | 1 | -11/+33 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23379: Whitespace cosmetics, to reduce irritating diffs... | Michael Adam | 1 | -1/+1 |
2007-10-10 | r22135: Check in most of Michael Adam's net conf utility. A good share of thi... | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r21831: Back out r21823 for a while, this is going into a bzr tree first. | Volker Lendecke | 1 | -3/+1 |
2007-10-10 | r21823: Let secrets_store_machine_password() also store the account name. Not... | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r20116: Start merging in the work done to create the new idmap subsystem. | Simo Sorce | 1 | -1/+1 |