Age | Commit message (Expand) | Author | Files | Lines |
2012-03-13 | Fix bug #8807 - dcerpc_lsa_lookup_sids_noalloc() crashes when groups has more... | Christian Ambach | 1 | -3/+7 |
2012-03-09 | s3: Remove some superfluous () | Volker Lendecke | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -8/+8 |
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 1 | -0/+1 |
2011-03-29 | s3:rpc_client: fix argument order of call to lsa_open_policy2 in rpccli_lsa_o... | Michael Adam | 1 | -1/+1 |
2011-03-23 | s3-rpc_client: actually call lsa_open_policy2() in rpccli_lsa_open_policy2(). | Günther Deschner | 1 | -6/+7 |
2011-03-11 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2011-02-10 | s3-rpc_client: Fixed an uninitialized variable. | Andreas Schneider | 1 | -1/+1 |
2011-01-18 | s3-rpc_client: no need to include ../librpc/gen_ndr/ndr_lsa_c.h anymore. | Günther Deschner | 1 | -1/+1 |
2011-01-17 | s3-rpc_client: Fixed status check of dcerpc_lsa_lookup_sids_noalloc. | Andreas Schneider | 1 | -1/+1 |
2011-01-17 | s3-rpc_client: Fixed return values of dcerpc_lsa_lookup_sids_generic. | Andreas Schneider | 1 | -4/+4 |
2011-01-10 | s3-rpc_client: Fixed the dcerpc_lsa_LookupNames4 client_revision. | Andreas Schneider | 1 | -1/+1 |
2011-01-10 | s3-rpc_client: Fixed the dcerpc_lsa_LookupNames4 lookup_options. | Andreas Schneider | 1 | -1/+1 |
2011-01-10 | s3-rpc_client: Fixed the dcerpc_lsa_LookupSids3 client_revision. | Andreas Schneider | 1 | -1/+1 |
2011-01-10 | s3-rpc_client: Fixed the dcerpc_lsa_LookupSids3 lookup_options. | Andreas Schneider | 1 | -1/+1 |
2011-01-10 | s3-rpc_client: Added dcerpc_lsa_lookup_names. | Andreas Schneider | 1 | -31/+116 |
2011-01-10 | s3-rpc_client: Added dcerpc_lsa_lookup_sids and dcerpc_lsa_lookup_sids3. | Andreas Schneider | 1 | -57/+148 |
2011-01-10 | s3-rpc_client: Added dcerpc_lsa_open_policy2. | Andreas Schneider | 1 | -11/+37 |
2011-01-10 | s3-rpc_client: Added dcerpc_lsa_open_policy. | Andreas Schneider | 1 | -9/+34 |
2010-11-24 | s3: Correctly calculate the wbinfo -s result | Volker Lendecke | 1 | -9/+25 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -1/+1 |
2010-09-20 | s3-util: use shared dom_sid_dup. | Günther Deschner | 1 | -1/+2 |
2010-08-25 | s3-lsa: separate out init_lsa headers. | Günther Deschner | 1 | -0/+1 |
2010-07-05 | s3-rpc_client: Use the right memory context for array elements. | Andreas Schneider | 1 | -3/+3 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -10/+10 |
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/+1 |
2009-11-13 | fix bogus "out of memory" winbind msg | Volker Lendecke | 1 | -1/+2 |
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 |