Age | Commit message (Expand) | Author | Files | Lines |
2011-01-21 | s3-rpc_client: fix dcerpc_try_samr_connects(). | Günther Deschner | 1 | -2/+2 |
2011-01-21 | s3-rpc_client: no need to include gen_ndr/cli_samr.h anymore. | Günther Deschner | 1 | -1/+1 |
2011-01-21 | s3-rpc_client: Added dcerpc_try_samr_connects. | Andreas Schneider | 1 | -11/+42 |
2011-01-21 | s3-rpc_client: Rename get_query_dispinfo_params. | Andreas Schneider | 1 | -2/+3 |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user3. | Andreas Schneider | 1 | -9/+41 |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chng_pswd_auth_crap. | Andreas Schneider | 1 | -7/+38 |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user2. | Andreas Schneider | 1 | -10/+37 |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user. | Andreas Schneider | 1 | -6/+30 |
2010-08-25 | s3-lsa: separate out init_lsa headers. | Günther Deschner | 1 | -0/+1 |
2010-07-18 | s3-rpc_client: Fixed a segfault in rpccli_samr_chng_pswd_auth_crap(). | Andreas Schneider | 1 | -4/+23 |
2010-05-18 | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-crypto: only include crypto headers when crypto is done. | 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-10-08 | s3/s4 - Adapt the IDL changes on various locations | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -4/+5 |
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -1/+1 |
2008-06-25 | rpc_client: add rpccli_samr_chgpasswd_user() call. | Günther Deschner | 1 | -0/+53 |
2008-06-25 | rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3. | Günther Deschner | 1 | -8/+8 |
2008-06-25 | rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2. | Günther Deschner | 1 | -7/+7 |
2008-04-20 | Move srv_name_slash from cli_state to rpc_pipe_client | Volker Lendecke | 1 | -6/+6 |
2008-04-04 | Move rpccli_try_samr_connects out of rpcclient. | Günther Deschner | 1 | -0/+44 |
2008-03-12 | Use existing srv_name_slash. | Günther Deschner | 1 | -21/+3 |
2008-02-27 | Add my copyright. | Günther Deschner | 1 | -0/+1 |
2008-02-13 | Remove unused marshalling for SAMR_ENUM_DOM_ALIASES. | Günther Deschner | 1 | -71/+0 |
2008-02-13 | Remove unused marshalling for SAMR_ENUM_DOM_GROUPS. | Günther Deschner | 1 | -70/+0 |
2008-02-13 | Remove unused marshalling for SAMR_LOOKUP_RIDS. | Günther Deschner | 1 | -74/+0 |
2008-02-12 | Collect all init_lsa_string varients in one place. | Günther Deschner | 1 | -5/+0 |
2008-02-12 | The final SAM_USER_INFO massacre. | Günther Deschner | 1 | -51/+0 |
2008-02-12 | Remove unused marshalling for SAMR_SET_USERINFO2. | Günther Deschner | 1 | -43/+0 |
2008-02-12 | Remove unused marshalling for SAMR_QUERY_USERINFO. | Günther Deschner | 1 | -37/+0 |
2008-02-12 | Remove unused marshalling for SAMR_ENUM_DOM_USERS. | Günther Deschner | 1 | -86/+0 |
2008-02-08 | Remove unused marshalling for SAMR_LOOKUP_NAMES. | Günther Deschner | 1 | -62/+0 |
2008-02-08 | Remove unused marshalling for SAMR_QUERY_DISPINFO. | Günther Deschner | 1 | -51/+0 |
2008-02-07 | Remove unused marshalling for SAMR_QUERY_USERGROUPS. | Günther Deschner | 1 | -39/+0 |
2008-02-07 | Remove unused marshalling for SAMR_QUERY_GROUPINFO. | Günther Deschner | 1 | -36/+0 |
2008-02-07 | Remove unused marshalling for SAMR_QUERY_ALIAS_INFO. | Günther Deschner | 1 | -40/+0 |
2008-02-07 | Remove unused marshalling for SAMR_SET_GROUPINFO. | Günther Deschner | 1 | -33/+0 |
2008-02-07 | Remove unused marshalling for SAMR_SET_ALIASINFO. | Günther Deschner | 1 | -33/+0 |
2008-02-07 | Use rpccli_samr_ChangePasswordUser2 in rpccli_samr_chgpasswd_user() and friends. | Günther Deschner | 1 | -81/+64 |
2008-02-07 | Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally. | Günther Deschner | 1 | -47/+48 |
2008-02-06 | Remove unused marshalling for SAMR_SET_DOMAIN_INFO. | Günther Deschner | 1 | -40/+0 |
2008-02-06 | Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO. | Günther Deschner | 1 | -42/+0 |
2008-02-06 | Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO2. | Günther Deschner | 1 | -42/+0 |
2008-02-05 | Remove unused marshalling for SAMR_REMOVE_SID_FOREIGN_DOMAIN. | Günther Deschner | 1 | -35/+0 |
2008-02-05 | Remove unused marshalling for SAMR_QUERY_USERALIASES. | Günther Deschner | 1 | -52/+0 |
2008-02-05 | Remove unused marshalling for SAMR_QUERY_GROUPMEM. | Günther Deschner | 1 | -39/+0 |
2008-02-05 | Remove marshalling for SAMR_LOOKUP_DOMAIN. | Günther Deschner | 1 | -37/+0 |
2008-02-05 | Remove unused marshalling for SAMR_QUERY_ALIASMEM. | Günther Deschner | 1 | -56/+0 |
2008-02-05 | Remove unused marshalling for SAMR_ADD_ALIASMEM. | Günther Deschner | 1 | -31/+0 |
2008-02-05 | Remove unused marshalling for SAMR_DEL_ALIASMEM. | Günther Deschner | 1 | -31/+0 |