Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 2009-04-28 | 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. (cherry picked from commit 1994a8a5db5c3abd6292b81aa975e7b8fe8311d0) | ||||
* | netdomjoin-gui: make sure to grey out change fields when not running as root. | Günther Deschner | 2009-04-15 | 1 | -0/+15 |
| | | | | | | Guenther (cherry picked from commit ca3de0103b545c86c8507dfc7d042f1838d5dfb2) (cherry picked from commit cb96e70a1d9112d9e4fff1fda4cf64abc7985347) | ||||
* | s3-libnetapi: fix creds in libnetapi_open_ipc_connection(). | Günther Deschner | 2009-04-15 | 1 | -0/+5 |
| | | | | | | | | | Jeremy, this broke with 8dd1faaa2992851f6852ba7ea4498445af5faadd. Not sure if other users broke as well with that change. Guenther (cherry picked from commit 56d74b62126083dd7e2a60d1b48b03e1b1798c90) (cherry picked from commit 97c30f557aab49f199df07f2a48ba94ad9cc81c5) | ||||
* | s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong ↵ | Günther Deschner | 2009-04-15 | 1 | -6/+12 |
| | | | | | | | | information. Guenther (cherry picked from commit 24d5229a81e1067662930d42f8c59b3a0adac1e0) (cherry picked from commit 1de41bb8d6b9cbf287bad4152e38402201f966d3) | ||||
* | s3-netapi: Fix Coverity #774 (REVERSE_INULL). | Günther Deschner | 2009-04-15 | 1 | -6/+3 |
| | | | | | | Guenther (cherry picked from commit 3a6133d70202ef80ead4203740c000be5e93b288) (cherry picked from commit 0ec1350d3d9272a6070950ba1d460523f53a628d) | ||||
* | s3-netapi: Fix Coverity #775 (REVERSE_INULL). | Günther Deschner | 2009-04-15 | 1 | -6/+3 |
| | | | | | | Guenther (cherry picked from commit f2243e8197aa064adea3da2a4d1c08250668943f) (cherry picked from commit 8a6f09cededf4167aea5f08e573bab51afcc0074) | ||||
* | s3-netapi: Fix Coverity #776 (REVERSE_INULL). | Günther Deschner | 2009-04-15 | 1 | -7/+3 |
| | | | | | | Guenther (cherry picked from commit d2e348b191ada5492538b7bdae1bb7cd3f639aba) (cherry picked from commit e858d192e1d7d6ab45ec247fbb776f5825e7fca5) | ||||
* | s3: remove POLICY_HND. | Günther Deschner | 2009-04-15 | 2 | -8/+8 |
| | | | | | | Guenther (cherry picked from commit 531af136f9dd5c6050f78948837294aed02de440) (cherry picked from commit 91216ffa95b4ed53e54b11665e96b911cb4e4ab5) | ||||
* | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 2009-04-15 | 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. (cherry picked from commit 8b44877eb82c1c9270cb8099fefc621922f82719) | ||||
* | 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 | ||||
* | build: fix cflag recursion in generated netapi makefiles. | Günther Deschner | 2008-09-17 | 2 | -51/+51 |
| | | | | Guenther | ||||
* | netapi: fix NetUserGetLocalGroups. | Günther Deschner | 2008-09-12 | 1 | -2/+0 |
| | | | | | Guenther (This used to be commit 5d91c9184c27def47f20fc089cc127d780387ed8) | ||||
* | netapi: fix NetGroupGetUsers (only enumerates users). | Günther Deschner | 2008-09-12 | 1 | -1/+6 |
| | | | | | Guenther (This used to be commit a94318be4656a668be0295988ed0743105d830c9) | ||||
* | netapi: fix NetUserSetGroups. | Günther Deschner | 2008-09-12 | 1 | -20/+22 |
| | | | | | Guenther (This used to be commit e8b27b69f33fb33c670026b3a24ed95a2f0099fe) | ||||
* | netapi: fix NetGroupSetUsers. | Günther Deschner | 2008-09-12 | 1 | -20/+22 |
| | | | | | Guenther (This used to be commit 735bc2e425ce629745495190cd1c721ccb583d24) | ||||
* | netapi: implement NetFileEnum_r. | Günther Deschner | 2008-09-11 | 1 | -1/+93 |
| | | | | | Guenther (This used to be commit fd66b72fd017013c83d36f5219192716eb17cacb) | ||||
* | netapi: add NetFileEnum example code. | Günther Deschner | 2008-09-11 | 2 | -1/+153 |
| | | | | | Guenther (This used to be commit 32ee2dadab5b2579d53d0ecb106f0e64063da3f7) | ||||
* | netapi: add NetFileEnum to public header. | Günther Deschner | 2008-09-11 | 1 | -0/+31 |
| | | | | | Guenther (This used to be commit 50ce2a3d1a520bd1508110872e871c2c67e0f606) | ||||
* | netapi: add NetFileEnum skeleton. | Günther Deschner | 2008-09-11 | 3 | -0/+88 |
| | | | | | Guenther (This used to be commit 8113249fe3be2968257bd6a4a12153104d91132e) | ||||
* | netapi: add NetFileGetInfo example code. | Günther Deschner | 2008-09-11 | 2 | -1/+119 |
| | | | | | Guenther (This used to be commit 66158036423f8e875921b7ba36f048033c3e98a6) | ||||
* | netapi: add NetFileGetInfo to public header. | Günther Deschner | 2008-09-11 | 1 | -0/+32 |
| | | | | | Guenther (This used to be commit 5dd017b33f7d4154966aa3633d3ef3c8b482ca62) | ||||
* | netapi: implement NetFileGetInfo_r. | Günther Deschner | 2008-09-11 | 1 | -1/+93 |
| | | | | | Guenther (This used to be commit de84049bc14d5c2061cdb701fd81a7fed1546eed) | ||||
* | netapi: add NetFileGetInfo skeleton. | Günther Deschner | 2008-09-11 | 3 | -0/+72 |
| | | | | | Guenther (This used to be commit 6c61c2e35e60a7b1398533311dab5eee38eb3b09) | ||||
* | netapi: implement NetFileClose_r. | Günther Deschner | 2008-09-11 | 1 | -1/+27 |
| | | | | | Guenther (This used to be commit 0cbbdf21ed0c9270c00a7fd08f42f6546b9ac9b8) | ||||
* | netapi: add NetFileClose example code. | Günther Deschner | 2008-09-11 | 2 | -1/+90 |
| | | | | | Guenther (This used to be commit 9d6e3655346b6d1e08fd180ced9bd60ee1bc2f8f) |