Age | Commit message (Expand) | Author | Files | Lines |
2009-09-30 | w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUND | Kamen Mazdrashki | 1 | -4/+4 |
2009-04-15 | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 1 | -9/+9 |
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 | 1 | -6/+6 |
2009-01-18 | libnetapi_open_pipe does not need to return cli_state | Volker Lendecke | 1 | -54/+0 |
2008-10-23 | netapi: NetGroupEnum_r needs to handle servers with no groups. | Günther Deschner | 1 | -1/+1 |
2008-10-15 | s3: fix various samr callers. | Günther Deschner | 1 | -1/+1 |
2008-09-12 | netapi: fix NetGroupGetUsers (only enumerates users). | Günther Deschner | 1 | -1/+6 |
2008-09-12 | netapi: fix NetGroupSetUsers. | Günther Deschner | 1 | -20/+22 |
2008-09-11 | netapi: implement NetGroupGetUsers_r. | Günther Deschner | 1 | -1/+136 |
2008-09-11 | netapi: implement NetGroupSetUsers_r. | Günther Deschner | 1 | -1/+227 |
2008-09-11 | netapi: add skeleton for NetGroupSetUsers. | Günther Deschner | 1 | -0/+18 |
2008-08-14 | netapi: make libnetapi_open_ipc_connection static. | Günther Deschner | 1 | -42/+21 |
2008-08-14 | netapi: make non-implemented local calls default to remote "localhost" calls. | Günther Deschner | 1 | -8/+8 |
2008-07-30 | netapi: add NetGroupGetUsers skeleton. | Günther Deschner | 1 | -0/+18 |
2008-07-30 | netapi: use "buffer" in libnetapi. | Günther Deschner | 1 | -12/+12 |
2008-07-21 | Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idx | Volker Lendecke | 1 | -7/+14 |
2008-07-18 | netapi: add caching of samr policy handles. | Günther Deschner | 1 | -38/+35 |
2008-07-18 | netapi: fix NetGroupGetInfo() against NT4. | Günther Deschner | 1 | -1/+11 |
2008-07-18 | netapi: fix NetGroupDel() against NT4. | Günther Deschner | 1 | -1/+3 |
2008-07-17 | netapi: fill in NetGroupEnum_r(). | Günther Deschner | 1 | -2/+259 |
2008-07-17 | netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change. | Günther Deschner | 1 | -4/+6 |
2008-07-17 | netapi: add skeleton for NetGroupEnum(). | Günther Deschner | 1 | -0/+18 |
2008-06-03 | netapi: fix some build warnings. | Günther Deschner | 1 | -4/+4 |
2008-06-03 | netapi: let libnetapi_samr_open_domain return WERROR. | Günther Deschner | 1 | -55/+49 |
2008-06-03 | netapi: use libnetapi_samr_open_domain(). | Günther Deschner | 1 | -361/+51 |
2008-06-03 | netapi: Implement NetGroupDelUser(). | Günther Deschner | 1 | -2/+166 |
2008-06-03 | netapi: implement NetGroupAddUser(). | Günther Deschner | 1 | -2/+167 |
2008-06-03 | netapi: add dummy implementation for NetGroupAddUser() and NetGroupDelUser(). | Günther Deschner | 1 | -0/+36 |
2008-06-03 | netapi: Implement NetGroupGetInfo_r(). | Günther Deschner | 1 | -2/+213 |
2008-06-03 | netapi: add dummy implementation of NetGroupGetInfo(). | Günther Deschner | 1 | -0/+18 |
2008-06-03 | netapi: implement NetGroupSetInfo_r(). | Günther Deschner | 1 | -2/+225 |
2008-06-03 | netapi: Add dummy implementation of NetGroupSetInfo(). | Günther Deschner | 1 | -0/+18 |
2008-06-03 | netapi: let NetGroupAdd_l and NetGroupDel_l call the remote functions. | Günther Deschner | 1 | -2/+2 |
2008-06-03 | netapi: implement NetGroupDel_r(). | Günther Deschner | 1 | -2/+209 |
2008-06-03 | netapi: implement NetGroupAdd_r(). | Günther Deschner | 1 | -2/+237 |
2008-06-03 | libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel(). | Günther Deschner | 1 | -0/+54 |