Age | Commit message (Expand) | Author | Files | Lines |
2009-01-18 | libnetapi_open_pipe does not need to return cli_state | Volker Lendecke | 1 | -37/+0 |
2008-10-15 | s3: fix various samr callers. | Günther Deschner | 1 | -2/+2 |
2008-08-14 | netapi: make libnetapi_open_ipc_connection static. | Günther Deschner | 1 | -37/+21 |
2008-08-14 | netapi: make non-implemented local calls default to remote "localhost" calls. | Günther Deschner | 1 | -9/+9 |
2008-08-14 | netapi: let libnetapi_samr_lookup_and_open_alias return NTSTATUS. | Günther Deschner | 1 | -85/+77 |
2008-08-11 | netapi: implement NetLocalGroupSetMembers_r(). | Günther Deschner | 1 | -7/+69 |
2008-08-11 | netapi: implement NetLocalGroupDelMembers_r(). | Günther Deschner | 1 | -5/+36 |
2008-08-11 | netapi: implement NetLocalGroupAddMembers_r(). | Günther Deschner | 1 | -2/+260 |
2008-08-11 | netapi: add skeleton for NetLocalGroup*Member calls. | Günther Deschner | 1 | -0/+73 |
2008-07-31 | netapi: in NetLocalGroupAdd_r() only set description if necessary. | Günther Deschner | 1 | -1/+1 |
2008-07-30 | netapi: use "buffer" in libnetapi. | Günther Deschner | 1 | -5/+5 |
2008-07-30 | netapi: fix NetLocalGroupAdd. | Günther Deschner | 1 | -0/+17 |
2008-07-21 | Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idx | Volker Lendecke | 1 | -5/+10 |
2008-07-18 | netapi: add caching of samr policy handles. | Günther Deschner | 1 | -42/+46 |
2008-07-18 | netapi: let libnetapi_samr_lookup_and_open_alias compose lsa string. | Günther Deschner | 1 | -17/+13 |
2008-07-18 | netapi: implement NetLocalGroupEnum_r. | Günther Deschner | 1 | -1/+165 |
2008-07-18 | netapi: add skeleton for NetLocalGroupEnum(). | Günther Deschner | 1 | -0/+18 |
2008-07-18 | netapi: make map_alias_info_to_buffer suitable for arrays in the buffer. | Günther Deschner | 1 | -11/+20 |
2008-07-18 | netapi: add libnetapi_samr_open_alias_queryinfo. | Günther Deschner | 1 | -0/+44 |
2008-06-03 | netapi: fix some build warnings. | Günther Deschner | 1 | -3/+3 |
2008-06-03 | netapi: use libnetapi_samr_lookup_and_open_alias(). | Günther Deschner | 1 | -127/+59 |
2008-06-03 | netapi: add libnetapi_samr_lookup_and_open_alias(). | Günther Deschner | 1 | -0/+46 |
2008-06-03 | netapi: use libnetapi_samr_open_builtin_domain(). | Günther Deschner | 1 | -64/+28 |
2008-06-03 | netapi: let libnetapi_samr_open_domain return WERROR. | Günther Deschner | 1 | -40/+35 |
2008-06-03 | netapi: Implement NetLocalGroupSetInfo(). | Günther Deschner | 1 | -4/+195 |
2008-06-03 | netapi: add NetLocalGroupSetInfo() skeleton. | Günther Deschner | 1 | -0/+20 |
2008-06-03 | netapi: implement NetLocalGroupGetInfo(). | Günther Deschner | 1 | -2/+188 |
2008-06-03 | netapi: add NetLocalGroupGetInfo() skeleton. | Günther Deschner | 1 | -1/+19 |
2008-06-03 | netapi: Implement NetLocalGroupDel(). | Günther Deschner | 1 | -2/+137 |
2008-06-03 | netapi: add NetLocalGroupDel() skeleton. | Günther Deschner | 1 | -0/+20 |
2008-06-03 | netapi: Implement NetLocalGroupAdd(). | Günther Deschner | 1 | -2/+153 |
2008-06-03 | netapi: add NetLocalGroupAdd() skeleton. | Günther Deschner | 1 | -0/+43 |