Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-04-27 | s3-netapi: Fix Coverity CID #2302: FORWARD_NULL | Günther Deschner | 1 | -1/+1 |
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 1 | -0/+1 |
2011-02-02 | s3-libnetapi: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -4/+7 |
2011-02-01 | s3-libnetapi: prefer dcerpc_samr_X functions in lib/netapi/localgroup.c. | Günther Deschner | 1 | -50/+151 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -1/+1 |
2010-10-02 | s3: Attempt to fix bug 7665 | Volker Lendecke | 1 | -17/+17 |
2010-09-20 | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 1 | -2/+3 |
2010-09-11 | s3-auth Change type of num_sids to uint32_t | Andrew Bartlett | 1 | -2/+2 |
2010-08-25 | s3-lsa: separate out init_lsa headers. | Günther Deschner | 1 | -0/+1 |
2010-06-03 | s3-security: use shared "Standard access rights.". | Günther Deschner | 1 | -1/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 1 | -0/+1 |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa... | Günther Deschner | 1 | -0/+2 |
2009-11-08 | Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_... | Volker Lendecke | 1 | -7/+7 |
2009-11-08 | s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_table | Volker Lendecke | 1 | -7/+7 |
2009-04-15 | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 1 | -13/+12 |
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 |