Age | Commit message (Expand) | Author | Files | Lines |
2009-09-18 | s3-rpc_client: fix non initialized structure in rpccli_lsa_lookup_sids_noalloc. | Günther Deschner | 1 | -0/+2 |
2009-09-14 | s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper. | Günther Deschner | 1 | -17/+74 |
2009-09-14 | s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper. | Günther Deschner | 1 | -23/+75 |
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -5/+5 |
2009-01-06 | s3-lsa: avoid all init_lsa* functions. | Günther Deschner | 1 | -32/+20 |
2008-07-21 | Remove some fully outdated sample code | Volker Lendecke | 1 | -102/+0 |
2008-04-20 | Move srv_name_slash from cli_state to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-03 | Fix rpccli_lsa_lookup_sids_noalloc. | Günther Deschner | 1 | -3/+11 |
2008-03-12 | Use existing srv_name_slash. | Günther Deschner | 1 | -2/+1 |
2008-03-05 | Fix coverity ID 525, 526, 527, 528, 529 and 530 | Volker Lendecke | 1 | -19/+21 |
2008-02-27 | Add my copyright. | Günther Deschner | 1 | -0/+1 |
2008-02-18 | Use rpccli_lsa_LookupSids() in rpccli_lsa_lookup_sids_noalloc(). | Günther Deschner | 1 | -31/+36 |
2008-02-18 | Use rpccli_lsa_LookupNames() inside of rpccli_lsa_lookup_names. | Günther Deschner | 1 | -25/+26 |
2008-02-14 | Remove unused marshalling for LSA_REMOVE_ACCT_RIGHTS. | Günther Deschner | 1 | -35/+0 |
2008-02-14 | Remove unused marshalling for LSA_ENUM_ACCT_RIGHTS. | Günther Deschner | 1 | -70/+0 |
2008-02-14 | Remove unused marshalling for LSA_ADD_ACCT_RIGHTS. | Günther Deschner | 1 | -36/+0 |
2008-02-14 | Remove unused marshalling for LSA_LOOKUP_PRIV_VALUE. | Günther Deschner | 1 | -40/+0 |
2008-02-14 | Remove unused marshalling for LSA_ENUMPRIVSACCOUNT. | Günther Deschner | 1 | -56/+0 |
2008-02-14 | Remove unused marshalling for LSA_ENUM_ACCOUNTS. | Günther Deschner | 1 | -56/+0 |
2008-02-13 | Remove unused marshalling for LSA_ENUM_TRUST_DOM. | Günther Deschner | 1 | -85/+0 |
2008-02-11 | Remove unused marshalling for LSA_PRIV_GET_DISPNAME. | Günther Deschner | 1 | -40/+0 |
2008-02-11 | Let rpccli_lsa_open_policy[2] be convenience wrappers around their pidl equiv... | Günther Deschner | 1 | -62/+49 |
2008-02-11 | Remove unused marshalling for LSA_ENUM_PRIVS. | Günther Deschner | 1 | -75/+0 |
2008-02-08 | Remove unused marshalling for LSA_OPENACCOUNT. | Günther Deschner | 1 | -38/+0 |
2008-02-08 | Remove unused marshalling for LSA_CREATEACCOUNT. | Günther Deschner | 1 | -43/+0 |
2008-02-08 | Remove unused marshalling for LSA_QUERY_INFO. | Günther Deschner | 1 | -87/+0 |
2008-02-08 | Remove unused marshalling for LSA_QUERY_INFO2. | Günther Deschner | 1 | -96/+0 |
2008-02-08 | Remove rpccli_lsa_query_info_policy_new and rpccli_lsa_query_info_policy_new2. | Günther Deschner | 1 | -70/+0 |
2008-02-04 | Remove unused marshalling for LSA_QUERY_SEC_OBJ. | Günther Deschner | 1 | -42/+0 |
2008-01-15 | Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic... | Günther Deschner | 1 | -3/+5 |
2008-01-14 | Remove old lsa set info policy call. | Günther Deschner | 1 | -35/+0 |
2008-01-14 | Remove some more hand written LSA rpc. | Günther Deschner | 1 | -108/+0 |
2008-01-14 | Start removing hand-written lsa marshalling code (namely | Günther Deschner | 1 | -111/+0 |
2007-11-27 | Remove pstrings from everything except srv_spoolss_nt.c. | Jeremy Allison | 1 | -5/+5 |
2007-11-20 | More pstring elimination. | Jeremy Allison | 1 | -2/+1 |
2007-10-25 | Fix a mismatched interface where we were using | Jeremy Allison | 1 | -5/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -26/+26 |
2007-10-10 | r25254: Add my C - Michael | Michael Adam | 1 | -0/+1 |
2007-10-10 | r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup... | Michael Adam | 1 | -120/+12 |
2007-10-10 | r25226: Get rid of more red bars... | Michael Adam | 1 | -96/+96 |
2007-10-10 | r25225: Add a debug message. | Michael Adam | 1 | -0/+3 |
2007-10-10 | r25224: Fix a potential segfault in lsa_lookupsids client code due to | Michael Adam | 1 | -1/+4 |
2007-10-10 | r25223: Fix behaviour of rpccli_lsa_lookupsids_all() when | Michael Adam | 1 | -5/+11 |
2007-10-10 | r24784: Initialize uninitalized data to prevent segfaults. | Michael Adam | 1 | -0/+5 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names(). | Günther Deschner | 1 | -1/+2 |
2007-10-10 | r23400: Fix lsa crash bug #4683. The "names" enum struct | Jeremy Allison | 1 | -13/+7 |
2007-10-10 | r23082: Ooops - that portion of the last checkin was by accident. | Michael Adam | 1 | -2/+2 |