Age | Commit message (Expand) | Author | Files | Lines |
2011-07-22 | s3:net_rpc_join: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -3/+3 |
2011-07-22 | s3:net_rpc_join: use pipe_hnd->desthost instead of cli->desthost | Stefan Metzmacher | 1 | -1/+1 |
2011-07-22 | s3:net_rpc_join: make use of cli_state_remote_sockaddr() | Stefan Metzmacher | 1 | -1/+2 |
2011-07-22 | s3:net_rpc_join: pass const sockaddr_storage to net_rpc_join_ok() | Stefan Metzmacher | 1 | -3/+4 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -5/+5 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-05-06 | More const fixes... getting near the end now. | Jeremy Allison | 1 | -1/+1 |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 |
2011-02-02 | s3-net: prefer dcerpc_lsa_X functions in "net rpc join". | Günther Deschner | 1 | -6/+8 |
2011-02-02 | s3-net: prefer dcerpc_samr_X functions in net_rpc_join_newstyle. | Günther Deschner | 1 | -42/+80 |
2011-02-02 | s3-net: use status variable in net_rpc_join_newstyle. | Günther Deschner | 1 | -34/+34 |
2010-08-25 | s3-lsa: separate out init_lsa headers. | Günther Deschner | 1 | -0/+1 |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -1/+1 |
2010-05-18 | s3-rpc_client: move protos to init_samr.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 1 | -0/+1 |
2010-05-06 | s3: only include gen_ndr headers where needed. | 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-10-16 | s3-net: fix build warning (missing default in switch). | Günther Deschner | 1 | -0/+4 |
2009-10-13 | s3: use enum netr_SchannelType all over the place. | Günther Deschner | 1 | -1/+1 |
2009-09-15 | s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags. | Günther Deschner | 1 | -2/+2 |
2009-09-11 | s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel(). | Günther Deschner | 1 | -2/+3 |
2009-08-10 | s3 net: i18n support for net rpc join | Kai Blin | 1 | -14/+18 |
2009-07-22 | Revert "net: Use samba default command line arguments." | Kai Blin | 1 | -2/+1 |
2009-05-25 | net: Use samba default command line arguments. | Kai Blin | 1 | -1/+2 |
2009-04-21 | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. | Günther Deschner | 1 | -2/+2 |
2009-04-20 | Fix to use modified cli_rpc_pipe_open_schannel_with_key API | Andrew Bartlett | 1 | -1/+1 |
2009-04-20 | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 1 | -1/+1 |
2009-04-20 | Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key() | Andrew Bartlett | 1 | -1/+1 |
2009-04-15 | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 1 | -1/+1 |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -0/+1 |
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -1/+1 |
2009-02-13 | Fix Coverity ID 742 (RESOURCE_LEAK) | Volker Lendecke | 1 | -6/+3 |
2009-02-03 | s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege. | Volker Lendecke | 1 | -2/+5 |
2009-01-06 | s3-samr: avoid all init_samr_user* functions. | Günther Deschner | 1 | -2/+2 |
2008-11-28 | s3-samr: fix init_samr_user_info{23,24} callers. | Günther Deschner | 1 | -1/+2 |
2008-10-19 | Add TALLOC_CTX pointer to generate_random_str(), for consistency with | Jelmer Vernooij | 1 | -7/+3 |
2008-07-31 | rpc_client: use init_samr_CryptPassword(Ex) in client tools. | Günther Deschner | 1 | -6/+5 |
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_key | Volker Lendecke | 1 | -11/+10 |
2008-07-20 | Refactoring: Make get_schannel_session_key return NTSTATUS | Volker Lendecke | 1 | -2/+3 |
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 1 | -6/+9 |
2008-06-10 | net: Make "net rpc" use functable3 | Kai Blin | 1 | -0/+7 |
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 1 | -1/+1 |
2008-05-10 | net: more whitespace cleanup | Kai Blin | 1 | -7/+7 |
2008-05-10 | net: Remove globals | Kai Blin | 1 | -10/+11 |
2008-04-20 | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 1 | -4/+4 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-02 | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 1 | -2/+2 |
2008-03-15 | Fix typo. | Günther Deschner | 1 | -1/+1 |