Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-netdomjoin-gui: allow to switch between workgroups/domains with the same ↵ | Günther Deschner | 2009-05-15 | 1 | -2/+4 |
| | | | | | | name. Guenther | ||||
* | s3-netdomjoin-gui: cosmetic fix for empty hostnames. | Günther Deschner | 2009-05-15 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-netdomjoin-gui: only gray out labels when not root and not connecting to | Günther Deschner | 2009-05-15 | 1 | -3/+3 |
| | | | | | | remote machines. Guenther | ||||
* | s3-netapi: implement NetShutdownInit_r and NetShutdownAbort_r. | Günther Deschner | 2009-05-14 | 1 | -2/+49 |
| | | | | Guenther | ||||
* | s3-netapi: add example code for NetShutdownInit and NetShutdownAbort. | Günther Deschner | 2009-05-14 | 3 | -1/+183 |
| | | | | Guenther | ||||
* | s3-netapi: add NetShutdownInit and NetShutdownAbort to public API. | Günther Deschner | 2009-05-14 | 1 | -0/+36 |
| | | | | Guenther | ||||
* | s3-netapi: add NetShutdownInit and NetShutdownAbort skeletons. | Günther Deschner | 2009-05-14 | 3 | -0/+163 |
| | | | | Guenther | ||||
* | s3-netdomjoin-gui: prepare to call out for NetRenameMachineInDomain() to ↵ | Günther Deschner | 2009-05-13 | 1 | -1/+48 |
| | | | | | | | | rename computers in domains. Guenther | ||||
* | s3-netdomjoin-gui: Fix join prompt dialog test. | Günther Deschner | 2009-05-12 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-netdomjoin-gui: use NetServerGetInfo() level 101 to get hostname. | Günther Deschner | 2009-05-12 | 1 | -2/+7 |
| | | | | Guenther | ||||
* | s3-netdomjoin-gui: inspect the correct computername string before | Günther Deschner | 2009-05-12 | 1 | -1/+1 |
| | | | | | | enabling/disabling the change button. Guenther | ||||
* | s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater. | Günther Deschner | 2009-04-30 | 1 | -1/+2 |
| | | | | | | Found by David Markey <admin@dmarkey.com>. Thanks! Guenther | ||||
* | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 2009-04-20 | 3 | -37/+36 |
|\ | |||||
| * | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 2009-04-15 | 3 | -37/+36 |
| | | | | | | | | | | | | | | What a difference a name makes... :-). Just because something is missnamed SAMR_ACCESS_OPEN_DOMAIN, when it should actually be SAMR_ACCESS_LOOKUP_DOMAIN, don't automatically use it for a security check in _samr_OpenDomain(). Jeremy. | ||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 2009-04-15 | 1 | -0/+15 |
|\| | | | | | | | libcli-auth-merge-without-netlogond | ||||
| * | netdomjoin-gui: make sure to grey out change fields when not running as root. | Günther Deschner | 2009-04-14 | 1 | -0/+15 |
| | | | | | | | | Guenther | ||||
* | | More work to adapt to merged libcli/auth function prototypes | Andrew Bartlett | 2009-04-14 | 1 | -0/+1 |
|/ | |||||
* | s3-libnetapi: fix creds in libnetapi_open_ipc_connection(). | Günther Deschner | 2009-03-26 | 1 | -0/+5 |
| | | | | | | | Jeremy, this broke with 8dd1faaa2992851f6852ba7ea4498445af5faadd. Not sure if other users broke as well with that change. Guenther | ||||
* | s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong ↵ | Günther Deschner | 2009-03-26 | 1 | -6/+12 |
| | | | | | | information. Guenther | ||||
* | s3-netapi: Fix Coverity #774 (REVERSE_INULL). | Günther Deschner | 2009-03-20 | 1 | -6/+3 |
| | | | | Guenther | ||||
* | s3-netapi: Fix Coverity #775 (REVERSE_INULL). | Günther Deschner | 2009-03-20 | 1 | -6/+3 |
| | | | | Guenther | ||||
* | s3-netapi: Fix Coverity #776 (REVERSE_INULL). | Günther Deschner | 2009-03-20 | 1 | -7/+3 |
| | | | | Guenther | ||||
* | s3: remove POLICY_HND. | Günther Deschner | 2009-03-18 | 2 | -8/+8 |
| | | | | Guenther | ||||
* | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 2009-03-17 | 1 | -16/+16 |
| | | | | | | | | | callers pass in a struct user_auth_info * instead. This commit causes smbc_set_credentials() to print out a message telling callers to use smbc_set_credentials_with_fallback() instead, as smbc_set_credentials() has a broken API (no SMBCCTX * pointer). No more global variables used in the connection manager API for client dfs calls. Jeremy. | ||||
* | Remove the static "struct client_connection" mess which is part of | Jeremy Allison | 2009-03-12 | 1 | -12/+16 |
| | | | | | | | | the problem that stops libsmbclient being thread safe. Subsidiary DFS connections are now hung off a list inside the cli_state struct. Much more to do in order to get libsmbclient to thread safety, but this is a good start. Jeremy. | ||||
* | Fix an uninitialized variable | Volker Lendecke | 2009-02-19 | 1 | -0/+1 |
| | |||||
* | s3-netapi: fix Coverity #881 and #882. | Günther Deschner | 2009-02-17 | 1 | -7/+56 |
| | | | | Guenther | ||||
* | netapi: add NetServer testsuite. | Günther Deschner | 2009-02-06 | 4 | -1/+69 |
| | | | | Guenther | ||||
* | netapi: include more SERVER_INFO_X levels in example code. | Günther Deschner | 2009-02-06 | 1 | -0/+16 |
| | | | | Guenther | ||||
* | netapi: implement more SERVER_INFO_X levels. | Günther Deschner | 2009-02-06 | 1 | -1/+271 |
| | | | | Guenther | ||||
* | netapi: add SERVER_INFO_X to public header. | Günther Deschner | 2009-02-06 | 1 | -0/+612 |
| | | | | Guenther | ||||
* | cli_get_pipe_name_from_interface does not really need a talloc_ctx | Volker Lendecke | 2009-02-01 | 1 | -1/+1 |
| | |||||
* | Actually complete 3662c2b... | Volker Lendecke | 2009-01-22 | 1 | -2/+1 |
| | |||||
* | libnetapi_open_pipe does not need to return cli_state | Volker Lendecke | 2009-01-18 | 10 | -246/+12 |
| | | | | | | | | | | The user session key is also available in rpccli->auth->user_session_key Guenther, please check! Thanks, Volker | ||||
* | Remove smbclient globals that bled into clidfs.c. Now we only have | Jeremy Allison | 2009-01-14 | 1 | -1/+2 |
| | | | | | the connections list and authentication structures to worry about. Jeremy | ||||
* | Fix build of netapi. | Jeremy Allison | 2009-01-14 | 1 | -1/+2 |
| | | | | Jeremy. | ||||
* | s3-samr: avoid all init_samr_user* functions. | Günther Deschner | 2009-01-06 | 1 | -29/+35 |
| | | | | Guenther | ||||
* | s3-samr: fix SAMR_FIELD_PASSWORD callers. | Günther Deschner | 2008-12-05 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | netapi: fix access bits in netapi. | Günther Deschner | 2008-10-28 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | netapi: make sure to always cleanup after testing NetUser calls. | Günther Deschner | 2008-10-24 | 1 | -0/+4 |
| | | | | Guenther | ||||
* | netapi: add more group tests to netapitest. | Günther Deschner | 2008-10-24 | 1 | -3/+220 |
| | | | | Guenther | ||||
* | netapi: fix add_GROUP_USERS_INFO_X_buffer. | Günther Deschner | 2008-10-23 | 1 | -4/+12 |
| | | | | Guenther | ||||
* | netapi: fix NetUserGetGroups_r returning partial results. | Günther Deschner | 2008-10-23 | 1 | -2/+3 |
| | | | | Guenther | ||||
* | netapi: NetGroupEnum_r needs to handle servers with no groups. | Günther Deschner | 2008-10-23 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | Fix warnings. | Jeremy Allison | 2008-10-20 | 5 | -32/+34 |
| | | | | Jeremy. | ||||
* | s3: fix various samr callers. | Günther Deschner | 2008-10-15 | 2 | -3/+3 |
| | | | | Guenther | ||||
* | Fix some missing error handlings | Volker Lendecke | 2008-10-05 | 3 | -2/+8 |
| | |||||
* | netapi: start supporting NetUserSetInfo level 3. | Günther Deschner | 2008-09-25 | 1 | -7/+46 |
| | | | | Guenther | ||||
* | netapi: add NetFile testsuite. | Günther Deschner | 2008-09-22 | 4 | -1/+151 |
| | | | | Guenther | ||||
* | netapi: fix case statement in example NetUserSetModals code. | Günther Deschner | 2008-09-22 | 1 | -0/+1 |
| | | | | Guenther |