Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vampire keytab: add command line switch --clean-old-entries . | Michael Adam | 2008-08-01 | 1 | -0/+1 |
| | | | | | | | | | This allows to control cleaning the keytab. It will only clean old occurences of keys that are replicated in this run. So if you want to ensure things are cleaned up, combine this switch with --force-full-repl or --single-obj-repl (+dn list). Michael | ||||
* | vampire keytab: introduce switch --single-obj-repl. | Michael Adam | 2008-08-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | This controls whether single object replication is to be used. This only has an effect when at least one object dn is given on the commandline. NOTE: Now the default is to use normal replication with uptodateness vectors and use object dns given on the command line as a positive write filter. Single object replication is only performed when this new switch is specified. Michael | ||||
* | net rpc vampire: rename --repl-nodiff to --force-full-repl. | Michael Adam | 2008-08-01 | 1 | -1/+1 |
| | | | | | | This more clear. Michael | ||||
* | vampire keytab: add switch --repl-nodiff to trigger full replication. | Michael Adam | 2008-08-01 | 1 | -0/+2 |
| | | | | | | I.e. replication without keeping track of the up to date vector. Michael | ||||
* | net: add "-k" switch for kerberos authentication (in preparation for #5416). | Günther Deschner | 2008-07-31 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | net: Don't crash on invalid command line options. | Kai Blin | 2008-06-21 | 1 | -1/+1 |
| | | | | | | This backs out the workaround Jerry added in 4c3bfea9f8d238f9100eaa264b9b2941dff5a6dd. Thanks for the catch. | ||||
* | net: Rename functable3 to functable, get rid of old functables | Kai Blin | 2008-06-10 | 1 | -2/+2 |
| | |||||
* | net: Autogenerate "net help" output from net's functable. | Kai Blin | 2008-06-10 | 1 | -0/+1 |
| | |||||
* | net: Use functable3 | Kai Blin | 2008-06-10 | 1 | -43/+284 |
| | |||||
* | net: Use functable2 to give a short help text for top-level functions. | Kai Blin | 2008-06-10 | 1 | -41/+41 |
| | |||||
* | net: Move net_run_function/net_run_function2 to net_util.c | Kai Blin | 2008-06-10 | 1 | -46/+0 |
| | |||||
* | net: fix debuglevel handling. | Günther Deschner | 2008-06-05 | 1 | -1/+3 |
| | | | | | | | Kai, that one actually needs to stay a global external variable in order to support debuglevel definition only on the commandline for net. Guenther | ||||
* | net: fix popt context memleak. | Günther Deschner | 2008-06-04 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | net: Split out "net share" | Kai Blin | 2008-05-20 | 1 | -7/+0 |
| | |||||
* | net: Split out "net afs" | Kai Blin | 2008-05-20 | 1 | -83/+4 |
| | |||||
* | net: Move more utility functions into net_util.c | Kai Blin | 2008-05-20 | 1 | -465/+0 |
| | |||||
* | net: Split out "net file" | Kai Blin | 2008-05-20 | 1 | -7/+0 |
| | |||||
* | net: Split out "net group" | Kai Blin | 2008-05-20 | 1 | -11/+0 |
| | |||||
* | net: Split out "net user" | Kai Blin | 2008-05-20 | 1 | -12/+0 |
| | |||||
* | net: Move "net join" handling into a separate file. | Kai Blin | 2008-05-20 | 1 | -11/+0 |
| | |||||
* | net: Use true/false instead of True/False. | Kai Blin | 2008-05-20 | 1 | -8/+8 |
| | |||||
* | net: Remove globals | Kai Blin | 2008-05-10 | 1 | -209/+195 |
| | |||||
* | net: Some whitespace clean-up. | Kai Blin | 2008-05-10 | 1 | -30/+30 |
| | |||||
* | net: Add libnetapi context to net's impressive list of globals. | Günther Deschner | 2008-04-21 | 1 | -5/+2 |
| | | | | Guenther | ||||
* | net/libnetapi: Include netapi headers early and free on exit. | Günther Deschner | 2008-04-16 | 1 | -0/+7 |
| | | | | Guenther | ||||
* | net: add a "net registry" subcommand to locally access the registry. | Michael Adam | 2008-03-28 | 1 | -0/+1 |
| | | | | | | | The interface is like that of net rpc registry. Access is direct local access to the registry tdb through reg_api. Michael | ||||
* | Fix Coverity ID 479 | Volker Lendecke | 2008-03-23 | 1 | -1/+1 |
| | |||||
* | Fix args to cli_force_encryption. | Jeremy Allison | 2008-01-05 | 1 | -2/+1 |
| | | | | Jeremy. | ||||
* | Add general '-e' option to enable smb encryption | Jeremy Allison | 2008-01-05 | 1 | -8/+55 |
| | | | | | on tools. Jeremy. | ||||
* | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 2007-12-15 | 1 | -3/+3 |
| | | | | least surprise for callers | ||||
* | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2007-12-10 | 1 | -1/+1 |
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. | ||||
* | Make output of net getdomainsid more meaningful. Unify spelling of SID. ↵ | Karolin Seeger | 2007-12-06 | 1 | -3/+8 |
| | | | | | | Display usage if superfluous arguments are given. Karolin | ||||
* | Reformatting | Volker Lendecke | 2007-12-03 | 1 | -2/+4 |
| | |||||
* | Add "net dom" command suite to "net". | Günther Deschner | 2007-11-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | Allow calling "net rpc join" and "net rpc trustdom" without specifying ↵ | Michael Adam | 2007-11-29 | 1 | -1/+1 |
| | | | | | | | | server IP. This was a logic bug (typo) in a call to get_pdc_ip() in net_find_server(). Michael | ||||
* | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 2007-10-27 | 1 | -1/+1 |
| | | | | | | | | zero_addr(&ss). All current uses were always of the AF_INET form, so simplify the call. If in the future we need to zero an addr to AF_INET6 this can be done separately. Jeremy. | ||||
* | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 2007-10-24 | 1 | -86/+110 |
| | | | | | | | | | | | | | to struct sockaddr_storage in most places that matter (ie. not the nmbd and NetBIOS lookups). This passes make test on an IPv4 box, but I'll have to do more work/testing on IPv6 enabled boxes. This should now give us a framework for testing and finishing the IPv6 migration. It's at the state where someone with a working IPv6 setup should (theorecically) be able to type : smbclient //ipv6-address/share and have it work. Jeremy. | ||||
* | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 2007-10-19 | 1 | -5/+5 |
| | | | | | | where we meant int. Fix this. Thanks to metze for pointing this out. Jeremy. | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -10/+10 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 2007-10-10 | 1 | -6/+5 |
| | | | | | | | | | | IPv6 in winbindd, but moves most of the socket functions that were wrongly in lib/util.c into lib/util_sock.c and provides generic IPv4/6 independent versions of most things. Still lots of work to do, but now I can see how I'll fix the access check code. Nasty part that remains is the name resolution code which is used to returning arrays of in_addr structs. Jeremy. | ||||
* | r25481: Fix some typos, don't panic as non-root on net getdomainsid | Volker Lendecke | 2007-10-10 | 1 | -2/+11 |
| | | | | Thanks to Karolin Seeger <ks@sernet.de> | ||||
* | r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() to | Michael Adam | 2007-10-10 | 1 | -9/+15 |
| | | | | | | return NTSTATUS to allow for better error propagation. Michael | ||||
* | r24853: Rename function as Jerry asked. | Rafal Szczesniak | 2007-10-10 | 1 | -3/+3 |
| | | | | | | s/net_use_upn_machine_account/net_use_krb_machine_account/ rafal | ||||
* | r24824: Create an initial talloc stackframe for the net binary. | Michael Adam | 2007-10-10 | 1 | -0/+3 |
| | |||||
* | r24789: Add implementation of machine-authenticated connection to netlogon | Rafal Szczesniak | 2007-10-10 | 1 | -4/+24 |
| | | | | | | | | | | | pipe used when connecting to win2k and newer domain controllers. The server may be configured to deny anonymous netlogon connections which would stop domain join verification step. Still, winnt domains require such smb sessions not to be authenticated using machine credentials. Creds employed in smb session cannot have a username in upn form, so provide the separate function to use machine account. rafal | ||||
* | r23968: Harmonize net's password prompts. | Günther Deschner | 2007-10-10 | 1 | -11/+33 |
| | | | | Guenther | ||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r23379: Whitespace cosmetics, to reduce irritating diffs... | Michael Adam | 2007-10-10 | 1 | -1/+1 |
| | | | | Michael | ||||
* | r22135: Check in most of Michael Adam's net conf utility. A good share of ↵ | Volker Lendecke | 2007-10-10 | 1 | -0/+3 |
| | | | | | | | | | | | | this patch is moving functions around to fix some linker dependencies for the registry. Michael, I've renamed your auth_utils2.c to token_utils.c. Thanks! Volker |