Age | Commit message (Expand) | Author | Files | Lines |
2011-02-06 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -1/+1 |
2011-02-04 | s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945) | Günther Deschner | 2 | -4/+60 |
2011-02-04 | s3-auth: add copy_netr_SamBaseInfo(). | Günther Deschner | 2 | -0/+68 |
2011-02-02 | s3: Remove superfluous ; | Günther Deschner | 1 | -1/+1 |
2011-01-28 | s3-rpc_client: remove some more obsolete cli_X.h header files. | Günther Deschner | 1 | -1/+1 |
2011-01-24 | s3-rpcclient: allow to define validation level for samlogon. | Günther Deschner | 2 | -1/+2 |
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: fix uninitialized variable found by -O3. | Günther Deschner | 1 | -1/+1 |
2011-01-21 | s3-rpc_client: prefer dcerpc_spoolss_X functions. | Günther Deschner | 1 | -37/+149 |
2011-01-21 | s3-rpc_client: Added dcerpc_try_samr_connects. | Andreas Schneider | 2 | -11/+67 |
2011-01-21 | s3-rpc_client: Rename get_query_dispinfo_params. | Andreas Schneider | 2 | -4/+22 |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user3. | Andreas Schneider | 2 | -9/+75 |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chng_pswd_auth_crap. | Andreas Schneider | 2 | -7/+73 |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user2. | Andreas Schneider | 2 | -10/+65 |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user. | Andreas Schneider | 2 | -6/+54 |
2011-01-21 | s3-rpc_client: Added header information to cli_samr.h. | Andreas Schneider | 1 | -0/+30 |
2011-01-21 | s3-rpc_client: Added header information to cli_lsarpc.h. | Andreas Schneider | 1 | -0/+30 |
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-13 | s3-rpc_client: prefer dcerpc_netr_X functions. | Günther Deschner | 1 | -27/+65 |
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 | 2 | -31/+137 |
2011-01-10 | s3-rpc_client: Added dcerpc_lsa_lookup_sids and dcerpc_lsa_lookup_sids3. | Andreas Schneider | 2 | -57/+214 |
2011-01-10 | s3-rpc_client: Added dcerpc_lsa_open_policy2. | Andreas Schneider | 2 | -11/+62 |
2011-01-10 | s3-rpc_client: Added dcerpc_lsa_open_policy. | Andreas Schneider | 2 | -9/+58 |
2011-01-04 | s3:rpc_client: use dcerpc_epm_Map() and don't ignore 'result' anymore. | Stefan Metzmacher | 1 | -2/+11 |
2010-12-15 | s3:rpc_client: implement rpc_transport_np_init() on top of rpc_transport_tstr... | Stefan Metzmacher | 2 | -400/+38 |
2010-12-15 | s3:rpc_client: implement rpc_transport_sock_init() on top of rpc_transport_ts... | Stefan Metzmacher | 1 | -231/+13 |
2010-12-15 | s3:rpc_client/rpc_transport_tstream.c: add some logic to handle cli_np tstreams | Stefan Metzmacher | 1 | -2/+197 |
2010-12-15 | s3:rpc_client/rpc_transport_tstream: timeout should be unsigned int | Stefan Metzmacher | 1 | -1/+1 |
2010-12-15 | s3:rpc_client: let rpc_transport_tstream_init() create read and write queue | Stefan Metzmacher | 1 | -9/+14 |
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-23 | s3-dcerpc: make auth context opaque | Simo Sorce | 1 | -49/+84 |
2010-09-23 | s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_data | Simo Sorce | 1 | -9/+3 |
2010-09-23 | s3-dcerpc: move client spnego stuff in /librpc/crypto | Simo Sorce | 1 | -1/+1 |
2010-09-23 | spnego: avoid explicit dependency on dcerpc specific structures | Simo Sorce | 1 | -5/+14 |
2010-09-23 | gssapi: avoid explicit dependency on dcerpc specific structures | Simo Sorce | 1 | -1/+3 |
2010-09-23 | s3-dcerpc: move crypto stuff in /librpc/crypto | Simo Sorce | 1 | -1/+1 |
2010-09-20 | s3-util: use shared dom_sid_dup. | Günther Deschner | 1 | -1/+2 |
2010-09-20 | s3-build: only include async headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-09-17 | s3:rpc_client: remove unused rpc_pipe_set_hnd_state() | Stefan Metzmacher | 1 | -47/+0 |
2010-09-17 | s3:rpc_client: use rpc_api_pipe_send() for auth3 | Stefan Metzmacher | 1 | -20/+11 |
2010-09-17 | s3:rpc_client: rpc_pipe_bind_step_one_done() doesn't need reply_pdu | Stefan Metzmacher | 1 | -2/+1 |
2010-09-17 | s3:rpc_client: allow DCERPC_PKT_AUTH3 via rpc_api_pipe_send/recv | Stefan Metzmacher | 1 | -0/+28 |