summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
AgeCommit message (Collapse)AuthorFilesLines
2009-05-12s3-netdomjoin-gui: inspect the correct computername string beforeGünther Deschner1-1/+1
enabling/disabling the change button. Guenther
2009-04-30s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner1-1/+2
Found by David Markey <admin@dmarkey.com>. Thanks! Guenther
2009-04-20Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett3-37/+36
2009-04-15Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison3-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.
2009-04-15Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵Andrew Bartlett1-0/+15
libcli-auth-merge-without-netlogond
2009-04-14netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner1-0/+15
Guenther
2009-04-14More work to adapt to merged libcli/auth function prototypesAndrew Bartlett1-0/+1
2009-03-26s3-libnetapi: fix creds in libnetapi_open_ipc_connection().Günther Deschner1-0/+5
Jeremy, this broke with 8dd1faaa2992851f6852ba7ea4498445af5faadd. Not sure if other users broke as well with that change. Guenther
2009-03-26s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong ↵Günther Deschner1-6/+12
information. Guenther
2009-03-20s3-netapi: Fix Coverity #774 (REVERSE_INULL).Günther Deschner1-6/+3
Guenther
2009-03-20s3-netapi: Fix Coverity #775 (REVERSE_INULL).Günther Deschner1-6/+3
Guenther
2009-03-20s3-netapi: Fix Coverity #776 (REVERSE_INULL).Günther Deschner1-7/+3
Guenther
2009-03-18s3: remove POLICY_HND.Günther Deschner2-8/+8
Guenther
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-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.
2009-03-12Remove the static "struct client_connection" mess which is part ofJeremy Allison1-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.
2009-02-19Fix an uninitialized variableVolker Lendecke1-0/+1
2009-02-17s3-netapi: fix Coverity #881 and #882.Günther Deschner1-7/+56
Guenther
2009-02-06netapi: add NetServer testsuite.Günther Deschner4-1/+69
Guenther
2009-02-06netapi: include more SERVER_INFO_X levels in example code.Günther Deschner1-0/+16
Guenther
2009-02-06netapi: implement more SERVER_INFO_X levels.Günther Deschner1-1/+271
Guenther
2009-02-06netapi: add SERVER_INFO_X to public header.Günther Deschner1-0/+612
Guenther
2009-02-01cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke1-1/+1
2009-01-22Actually complete 3662c2b...Volker Lendecke1-2/+1
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke10-246/+12
The user session key is also available in rpccli->auth->user_session_key Guenther, please check! Thanks, Volker
2009-01-14Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison1-1/+2
the connections list and authentication structures to worry about. Jeremy
2009-01-14Fix build of netapi.Jeremy Allison1-1/+2
Jeremy.
2009-01-06s3-samr: avoid all init_samr_user* functions.Günther Deschner1-29/+35
Guenther
2008-12-05s3-samr: fix SAMR_FIELD_PASSWORD callers.Günther Deschner1-1/+1
Guenther
2008-10-28netapi: fix access bits in netapi.Günther Deschner1-1/+1
Guenther
2008-10-24netapi: make sure to always cleanup after testing NetUser calls.Günther Deschner1-0/+4
Guenther
2008-10-24netapi: add more group tests to netapitest.Günther Deschner1-3/+220
Guenther
2008-10-23netapi: fix add_GROUP_USERS_INFO_X_buffer.Günther Deschner1-4/+12
Guenther
2008-10-23netapi: fix NetUserGetGroups_r returning partial results.Günther Deschner1-2/+3
Guenther
2008-10-23netapi: NetGroupEnum_r needs to handle servers with no groups.Günther Deschner1-1/+1
Guenther
2008-10-20Fix warnings.Jeremy Allison5-32/+34
Jeremy.
2008-10-15s3: fix various samr callers.Günther Deschner2-3/+3
Guenther
2008-10-05Fix some missing error handlingsVolker Lendecke3-2/+8
2008-09-25netapi: start supporting NetUserSetInfo level 3.Günther Deschner1-7/+46
Guenther
2008-09-22netapi: add NetFile testsuite.Günther Deschner4-1/+151
Guenther
2008-09-22netapi: fix case statement in example NetUserSetModals code.Günther Deschner1-0/+1
Guenther
2008-09-17build: fix cflag recursion in generated netapi makefiles.Günther Deschner2-51/+51
Guenther
2008-09-12netapi: fix NetUserGetLocalGroups.Günther Deschner1-2/+0
Guenther (This used to be commit 5d91c9184c27def47f20fc089cc127d780387ed8)
2008-09-12netapi: fix NetGroupGetUsers (only enumerates users).Günther Deschner1-1/+6
Guenther (This used to be commit a94318be4656a668be0295988ed0743105d830c9)
2008-09-12netapi: fix NetUserSetGroups.Günther Deschner1-20/+22
Guenther (This used to be commit e8b27b69f33fb33c670026b3a24ed95a2f0099fe)
2008-09-12netapi: fix NetGroupSetUsers.Günther Deschner1-20/+22
Guenther (This used to be commit 735bc2e425ce629745495190cd1c721ccb583d24)
2008-09-11netapi: implement NetFileEnum_r.Günther Deschner1-1/+93
Guenther (This used to be commit fd66b72fd017013c83d36f5219192716eb17cacb)
2008-09-11netapi: add NetFileEnum example code.Günther Deschner2-1/+153
Guenther (This used to be commit 32ee2dadab5b2579d53d0ecb106f0e64063da3f7)
2008-09-11netapi: add NetFileEnum to public header.Günther Deschner1-0/+31
Guenther (This used to be commit 50ce2a3d1a520bd1508110872e871c2c67e0f606)
2008-09-11netapi: add NetFileEnum skeleton.Günther Deschner3-0/+88
Guenther (This used to be commit 8113249fe3be2968257bd6a4a12153104d91132e)
2008-09-11netapi: add NetFileGetInfo example code.Günther Deschner2-1/+119
Guenther (This used to be commit 66158036423f8e875921b7ba36f048033c3e98a6)