Age | Commit message (Expand) | Author | Files | Lines |
2009-05-12 | s3-netdomjoin-gui: inspect the correct computername string before | Günther Deschner | 1 | -1/+1 |
2009-04-30 | s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater. | Günther Deschner | 1 | -1/+2 |
2009-04-20 | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 3 | -37/+36 |
2009-04-15 | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 3 | -37/+36 |
2009-04-15 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into libcli-auth-... | Andrew Bartlett | 1 | -0/+15 |
2009-04-14 | netdomjoin-gui: make sure to grey out change fields when not running as root. | Günther Deschner | 1 | -0/+15 |
2009-04-14 | More work to adapt to merged libcli/auth function prototypes | Andrew Bartlett | 1 | -0/+1 |
2009-03-26 | s3-libnetapi: fix creds in libnetapi_open_ipc_connection(). | Günther Deschner | 1 | -0/+5 |
2009-03-26 | s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong informat... | Günther Deschner | 1 | -6/+12 |
2009-03-20 | s3-netapi: Fix Coverity #774 (REVERSE_INULL). | Günther Deschner | 1 | -6/+3 |
2009-03-20 | s3-netapi: Fix Coverity #775 (REVERSE_INULL). | Günther Deschner | 1 | -6/+3 |
2009-03-20 | s3-netapi: Fix Coverity #776 (REVERSE_INULL). | Günther Deschner | 1 | -7/+3 |
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 2 | -8/+8 |
2009-03-17 | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 1 | -16/+16 |
2009-03-12 | Remove the static "struct client_connection" mess which is part of | Jeremy Allison | 1 | -12/+16 |
2009-02-19 | Fix an uninitialized variable | Volker Lendecke | 1 | -0/+1 |
2009-02-17 | s3-netapi: fix Coverity #881 and #882. | Günther Deschner | 1 | -7/+56 |
2009-02-06 | netapi: add NetServer testsuite. | Günther Deschner | 4 | -1/+69 |
2009-02-06 | netapi: include more SERVER_INFO_X levels in example code. | Günther Deschner | 1 | -0/+16 |
2009-02-06 | netapi: implement more SERVER_INFO_X levels. | Günther Deschner | 1 | -1/+271 |
2009-02-06 | netapi: add SERVER_INFO_X to public header. | Günther Deschner | 1 | -0/+612 |
2009-02-01 | cli_get_pipe_name_from_interface does not really need a talloc_ctx | Volker Lendecke | 1 | -1/+1 |
2009-01-22 | Actually complete 3662c2b... | Volker Lendecke | 1 | -2/+1 |
2009-01-18 | libnetapi_open_pipe does not need to return cli_state | Volker Lendecke | 10 | -246/+12 |
2009-01-14 | Remove smbclient globals that bled into clidfs.c. Now we only have | Jeremy Allison | 1 | -1/+2 |
2009-01-14 | Fix build of netapi. | Jeremy Allison | 1 | -1/+2 |
2009-01-06 | s3-samr: avoid all init_samr_user* functions. | Günther Deschner | 1 | -29/+35 |
2008-12-05 | s3-samr: fix SAMR_FIELD_PASSWORD callers. | Günther Deschner | 1 | -1/+1 |
2008-10-28 | netapi: fix access bits in netapi. | Günther Deschner | 1 | -1/+1 |
2008-10-24 | netapi: make sure to always cleanup after testing NetUser calls. | Günther Deschner | 1 | -0/+4 |
2008-10-24 | netapi: add more group tests to netapitest. | Günther Deschner | 1 | -3/+220 |
2008-10-23 | netapi: fix add_GROUP_USERS_INFO_X_buffer. | Günther Deschner | 1 | -4/+12 |
2008-10-23 | netapi: fix NetUserGetGroups_r returning partial results. | Günther Deschner | 1 | -2/+3 |
2008-10-23 | netapi: NetGroupEnum_r needs to handle servers with no groups. | Günther Deschner | 1 | -1/+1 |
2008-10-20 | Fix warnings. | Jeremy Allison | 5 | -32/+34 |
2008-10-15 | s3: fix various samr callers. | Günther Deschner | 2 | -3/+3 |
2008-10-05 | Fix some missing error handlings | Volker Lendecke | 3 | -2/+8 |
2008-09-25 | netapi: start supporting NetUserSetInfo level 3. | Günther Deschner | 1 | -7/+46 |
2008-09-22 | netapi: add NetFile testsuite. | Günther Deschner | 4 | -1/+151 |
2008-09-22 | netapi: fix case statement in example NetUserSetModals code. | Günther Deschner | 1 | -0/+1 |
2008-09-17 | build: fix cflag recursion in generated netapi makefiles. | Günther Deschner | 2 | -51/+51 |
2008-09-12 | netapi: fix NetUserGetLocalGroups. | Günther Deschner | 1 | -2/+0 |
2008-09-12 | netapi: fix NetGroupGetUsers (only enumerates users). | Günther Deschner | 1 | -1/+6 |
2008-09-12 | netapi: fix NetUserSetGroups. | Günther Deschner | 1 | -20/+22 |
2008-09-12 | netapi: fix NetGroupSetUsers. | Günther Deschner | 1 | -20/+22 |
2008-09-11 | netapi: implement NetFileEnum_r. | Günther Deschner | 1 | -1/+93 |
2008-09-11 | netapi: add NetFileEnum example code. | Günther Deschner | 2 | -1/+153 |
2008-09-11 | netapi: add NetFileEnum to public header. | Günther Deschner | 1 | -0/+31 |
2008-09-11 | netapi: add NetFileEnum skeleton. | Günther Deschner | 3 | -0/+88 |
2008-09-11 | netapi: add NetFileGetInfo example code. | Günther Deschner | 2 | -1/+119 |