summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-dcerpc: use dcerpc_push_dcerpc_auth in add_schannel_auth_footer()Simo Sorce2010-07-081-17/+16
|
* s3-dcerpc: use dcerpc_push_dcerpc_auth() in add_ntlmssp_auth_footer()Simo Sorce2010-07-081-54/+48
|
* s3-dcerpc: use dcerpc_pull_dcerpc_auth() in cli_pipe_verify_schannel()Simo Sorce2010-07-081-7/+13
|
* s3-dcerpc: use dcerpc_push_ncacn_packet() in create_rpc_bind_auth3()Simo Sorce2010-07-081-35/+30
|
* Change one more use of "struct rpc_hdr_info" -> "struct ncacn_packet_header"Jeremy Allison2010-07-081-9/+7
| | | | Jeremy
* s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.Günther Deschner2010-07-088-21/+167
| | | | | | | Otherwise a lot of information that is usually generated in the ndr_push remains in an uninitialized state. Guenther
* s3: Slightly simplify make_server_info_pwVolker Lendecke2010-07-081-3/+1
|
* s3-rpcclient: add another usage display to sign and seal commands.Günther Deschner2010-07-081-0/+2
| | | | Guenther
* s3:dcerpc Remove unused structure and functionsSimo Sorce2010-07-083-90/+0
|
* s3:dcerpc Use prs_parse_dcerpc_bindSimo Sorce2010-07-081-27/+36
|
* s3:dcerpc Add prs_parse_dcerpc_bindSimo Sorce2010-07-082-0/+20
|
* s3:rpc user idl define dcerpc_ctx_list instead of custom RPC_CONTEXTSimo Sorce2010-07-084-24/+24
|
* s3-dcerpc: use dcerpc_pull_ncacn_packet() for rpc_pipe_bind_step_one_done().Günther Deschner2010-07-081-39/+42
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: use dcerpc_push_ncacn_packet() in push_next_frag().Günther Deschner2010-07-081-17/+20
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: use dcerpc_pull_ncacn_packet() in cli_pipe_validate_current_pdu().Günther Deschner2010-07-081-6/+14
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: use dcerpc_pull_dcerpc_auth() in cli_pipe_verify_ntlmssp().Günther Deschner2010-07-081-9/+13
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: add dcerpc_pull_dcerpc_auth().Günther Deschner2010-07-081-0/+22
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: use struct ncacn_packet_header instead of struct rpc_hdr_info.Günther Deschner2010-07-081-58/+77
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: add dcerpc_pull_ncacn_packet_header().Günther Deschner2010-07-082-0/+25
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: use dcerpc_push_dcerpc_auth() for all authenticated binds.Günther Deschner2010-07-071-148/+104
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: add dcerpc_push_schannel_bind().Günther Deschner2010-07-071-0/+22
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: add dcerpc_push_dcerpc_auth().Günther Deschner2010-07-071-0/+34
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: remove unused init_rpc_hdr_rb and init_rpc_context.Günther Deschner2010-07-072-40/+0
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: use dcerpc_push_ncacn_packet() for create_bind_or_alt_ctx_internal().Günther Deschner2010-07-072-21/+59
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: remove unused smb_io_rpc_hdr_fault.Günther Deschner2010-07-072-21/+0
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: use dcerpc_pull_ncacn_packet() for pulling a RPC fault pdu.Günther Deschner2010-07-071-13/+11
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: add dcerpc_pull_ncacn_packet().Günther Deschner2010-07-072-0/+25
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: use dcerpc_push_ncacn_packet() for setup_fault_pdu().Günther Deschner2010-07-071-28/+18
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: use dcerpc_push_ncacn_packet() for setup_bind_nak().Günther Deschner2010-07-071-14/+16
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3-dcerpc: add dcerpc_push_ncacn_packet().Günther Deschner2010-07-072-0/+49
| | | | | | Guenther Signed-off-by: Simo Sorce <idra@samba.org>
* s3:winbindd_samr Do not use static contextsSimo Sorce2010-07-071-4/+4
| | | | | It is a very bad idea to use a static context within the open function. Use the memory hierarchy to keep track of a client connection.
* s3: Add SMB2 performance counters.Ira Cooper2010-07-074-21/+203
| | | | A performance counter was added for every base type of SMB2 op.
* s3-winbindd: Fix child logfile handling which broke with c67cff0372.Günther Deschner2010-07-071-1/+1
| | | | | | Andreas, please check. Guenther
* s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as ↵Günther Deschner2010-07-074-69/+45
| | | | | | well. Guenther
* s3-rpc_misc: remove unused UNISTR.Günther Deschner2010-07-071-11/+0
| | | | Guenther
* s3-rpc_parse: remove finally unused prs_unistr().Günther Deschner2010-07-072-125/+0
| | | | Guenther
* s3-libgpo: remove handmarshalled PReg parser from registry CSE.Günther Deschner2010-07-072-295/+53
| | | | Guenther
* s3-registry: add preg.idl.Günther Deschner2010-07-075-2/+144
| | | | Guenther
* s3-rpc_parse: fix c++ buildwarning in prs_init().Günther Deschner2010-07-071-1/+1
| | | | Guenther
* s3-notify: use autogenerated FILE_NOTIFY_INFORMATION marshalling in smbd.Günther Deschner2010-07-071-52/+29
| | | | Guenther
* s3-notify: add MS-CIFS 2.2.7.4.2 FILE_NOTIFY_INFORMATION to IDL.Günther Deschner2010-07-071-0/+19
| | | | Guenther
* s3-build: some makefile cosmetics.Günther Deschner2010-07-072-6/+13
| | | | Guenther
* s3-build: add IDL_FILES variable.Günther Deschner2010-07-071-8/+11
| | | | Guenther
* s3 build: Fix *netgrent prototype detection on opensolarisKai Blin2010-07-071-3/+9
|
* s3:smbd: Align change notify replies on 4-byte boundaryChere Zhou2010-07-061-0/+10
| | | | | | | MS-CIFS section 2.2.7.4.2 states this is mandatory. WinXP clients don't seem to care, but a Win7 client will send an immediate Close() to the directory handle when receiving an incorrectly aligned change notify response.
* s3-selftest: add "make testenv" target to Makefile.Günther Deschner2010-07-061-0/+6
| | | | Guenther
* s3:pdb_ldap: change LDAP password before samba password hashesBjörn Jacke2010-07-061-33/+34
| | | | | | | this way we can catch up with password change refuses from ldap password policy overlays and abort the password change early. Thanks to Andy Hanton <andyhanton@gmail.com> for the initial patch.
* s3-winbind: Handle aliases in rpc_lookup_groupmem().Andreas Schneider2010-07-061-29/+74
|
* s3-winbind: Fixed the winbind caching.Günther Deschner2010-07-062-5/+10
|
* s3-winbind: Use same format for all msrpc debug messages.Andreas Schneider2010-07-061-9/+10
|