Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-rpcclient: pass struct ndr_interface_table down | Andrew Bartlett | 2012-01-18 | 1 | -35/+35 |
| | | | | | | | | | This will allow the target service (as determined from the IDL) to be passed to GSSAPI (rather than the current, incorrect, "cifs"). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_ARRAY isn't standard talloc. | ||||
* | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 2011-06-09 | 1 | -2/+2 |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | ||||
* | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 2011-05-18 | 1 | -2/+2 |
| | | | | | | | strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett | ||||
* | More simple const fixups. | Jeremy Allison | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.h | Günther Deschner | 2011-03-31 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 2011-02-28 | 1 | -0/+1 |
| | |||||
* | s3:rpcclient/cmd_samr: remove useless ';' | Stefan Metzmacher | 2011-02-01 | 1 | -1/+1 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Feb 1 19:19:24 CET 2011 on sn-devel-104 | ||||
* | s3-rpcclient: prefer dcerpc_samr_X functions. | Günther Deschner | 2011-02-01 | 1 | -500/+880 |
| | | | | Guenther | ||||
* | s3-rpc_client: Rename get_query_dispinfo_params. | Andreas Schneider | 2011-01-21 | 1 | -1/+1 |
| | |||||
* | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 2010-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | ||||
* | samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray. | Günther Deschner | 2010-10-07 | 1 | -2/+2 |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 7 12:04:32 UTC 2010 on sn-devel-104 | ||||
* | s3-util: use shared dom_sid_dup. | Günther Deschner | 2010-09-20 | 1 | -1/+2 |
| | | | | Guenther | ||||
* | s3-auth Change type of num_sids to uint32_t | Andrew Bartlett | 2010-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | size_t is overkill here, and in struct security_token in the num_sids is uint32_t. This includes a change to the prototype of add_sid_to_array() and add_sid_to_array_unique(), which has had a number of consequnetial changes as I try to sort out all the callers using a pointer to the number of sids. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s3-lsa: separate out init_lsa headers. | Günther Deschner | 2010-08-25 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3:rpcclient: we also need some ndr_pull functions | Stefan Metzmacher | 2010-08-08 | 1 | -0/+1 |
| | | | | metze | ||||
* | s3-security: use shared SECINFO_DACL define. | Günther Deschner | 2010-06-03 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 2010-05-21 | 1 | -4/+4 |
| | | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-rpc_client: move protos to init_samr.h | Günther Deschner | 2010-05-18 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-rpc_client: move protos to cli_samr.h | Günther Deschner | 2010-05-18 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-secdesc: remove "typedef struct sec_desc_buf SEC_DESC_BUF". | Günther Deschner | 2010-05-18 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 2009-11-26 | 1 | -0/+1 |
| | | | | | | samba. Guenther | ||||
* | Revert "s3: Do not directly reference the ndr_table_* in rpcclient" | Volker Lendecke | 2009-11-08 | 1 | -101/+35 |
| | | | | This reverts commit 70c698fd547c4bc19cf77693608bbb34acac40b5. | ||||
* | s3: Do not directly reference the ndr_table_* in rpcclient | Volker Lendecke | 2009-11-08 | 1 | -35/+101 |
| | |||||
* | s3/s4 - Adapt the IDL changes on various locations | Matthias Dieter Wallnöfer | 2009-10-08 | 1 | -12/+9 |
| | |||||
* | s3-rpcclient: allow to set query size for samr enum calls. | Günther Deschner | 2009-06-08 | 1 | -16/+32 |
| | | | | Guenther | ||||
* | s3-rpcclient: use get_domain_handle() fn in enum domain users & groups. | Günther Deschner | 2009-05-25 | 1 | -12/+10 |
| | | | | Guenther | ||||
* | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. | Günther Deschner | 2009-04-21 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 2009-04-14 | 1 | -0/+1 |
| | | | | | | | | | | | This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett | ||||
* | s3: remove POLICY_HND. | Günther Deschner | 2009-03-18 | 1 | -28/+28 |
| | | | | Guenther | ||||
* | s3-rpcclient: more uses of is_valid_policy_hnd in spoolss and samr commands. | Günther Deschner | 2009-02-25 | 1 | -25/+7 |
| | | | | Guenther | ||||
* | s3-samr: avoid all init_samr_user* functions. | Günther Deschner | 2009-01-06 | 1 | -10/+12 |
| | | | | Guenther | ||||
* | s3-rpcclient: add setuserinfo to set passwords using level 18,21,23,24,25,26. | Günther Deschner | 2008-12-05 | 1 | -0/+237 |
| | | | | Guenther | ||||
* | s3-samr: fix rpcclient after idl change. | Günther Deschner | 2008-12-05 | 1 | -3/+2 |
| | | | | Guenther | ||||
* | s3-rpcclient: add get_domain_handle for samr commands. | Günther Deschner | 2008-12-05 | 1 | -104/+64 |
| | | | | Guenther | ||||
* | s3-samr: use samr_DomainServerState in client tools. | Günther Deschner | 2008-12-02 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s3: fix various samr callers. | Günther Deschner | 2008-10-15 | 1 | -16/+16 |
| | | | | Guenther | ||||
* | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 2008-10-11 | 1 | -8/+8 |
| | |||||
* | Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 2008-07-21 | 1 | -33/+33 |
| | | | | (This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199) | ||||
* | rpcclient: add samr chgpasswd command. | Günther Deschner | 2008-06-25 | 1 | -0/+93 |
| | | | | | Guenther (This used to be commit b90ae343722eb73c5874d875aa439e4ef92ed06a) | ||||
* | rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3. | Günther Deschner | 2008-06-25 | 1 | -6/+6 |
| | | | | | Guenther (This used to be commit b1209a039b45985e0b28777e04cba5bcc3de061e) | ||||
* | rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2. | Günther Deschner | 2008-06-25 | 1 | -1/+1 |
| | | | | | Guenther (This used to be commit 5b4650d56c04be0c498413f17afb2cf6d0e7d548) | ||||
* | rpcclient: Add tiny fix for cmd_samr_get_dispinfo_idx(). | Günther Deschner | 2008-04-24 | 1 | -2/+3 |
| | | | | | Guenther (This used to be commit c15b5d73badafdc93066197aefaaaa72e37a8b99) | ||||
* | rpcclient: Add getdispinfoidx command. | Günther Deschner | 2008-04-22 | 1 | -0/+62 |
| | | | | | Guenther (This used to be commit 7d8461d080c92a83bd7a8d168fdf1fe98e8bec9a) | ||||
* | Introduce rpccli_set_timeout() | Volker Lendecke | 2008-04-20 | 1 | -2/+3 |
| | | | | | Reduce dependency on "cli" member of rpc_pipe_client struct (This used to be commit 2e4c1ba38963cffe4c3f25ab24bc28975f2fc291) | ||||
* | Remove some dead code in rpcclient. | Günther Deschner | 2008-04-04 | 1 | -23/+0 |
| | | | | | Guenther (This used to be commit c7ae1a9b53ef578cf4dfdf8e05915817c69896b5) | ||||
* | Move rpccli_try_samr_connects out of rpcclient. | Günther Deschner | 2008-04-04 | 1 | -75/+78 |
| | | | | | Guenther (This used to be commit f550cdb6f240830ee1e3a2dfe5f4128bca0cf836) | ||||
* | Re-add support for the samr parameters string. | Günther Deschner | 2008-03-31 | 1 | -1/+15 |
| | | | | | | | (dialin settings, terminal server settings, etc.) Guenther (This used to be commit c4f248df8e34c6a028bf8d789fe9763b0ea063fe) | ||||
* | Add my copyright. | Günther Deschner | 2008-02-27 | 1 | -0/+1 |
| | | | | | Guenther (This used to be commit d078a8757182d84dfd3307a2e1b751cf173aaa97) | ||||
* | Fix off-by-one bugs in subcommand argument passing. | Tim Potter | 2008-02-18 | 1 | -4/+4 |
| | | | | (This used to be commit d85a2782a483e563a8b68924d4897a145bc25896) |