Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-08 | s3-dcerpc: use dcerpc_push_dcerpc_auth in add_schannel_auth_footer() | Simo Sorce | 1 | -17/+16 | |
2010-07-08 | s3-dcerpc: use dcerpc_push_dcerpc_auth() in add_ntlmssp_auth_footer() | Simo Sorce | 1 | -54/+48 | |
2010-07-08 | s3-dcerpc: use dcerpc_pull_dcerpc_auth() in cli_pipe_verify_schannel() | Simo Sorce | 1 | -7/+13 | |
2010-07-08 | s3-dcerpc: use dcerpc_push_ncacn_packet() in create_rpc_bind_auth3() | Simo Sorce | 1 | -35/+30 | |
2010-07-08 | Change one more use of "struct rpc_hdr_info" -> "struct ncacn_packet_header" | Jeremy Allison | 1 | -9/+7 | |
Jeremy | |||||
2010-07-08 | s4:acl LDB module - password attributes - check also the "dBCSPwd" attribute | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
It's also a possible password change/set attribute candidate. | |||||
2010-07-08 | s4:acl LDB module - move a "mem_ctx" creation to the place where it is ↵ | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
actually checked Memory allocations and their result checks should be as tight as possible. | |||||
2010-07-08 | s4:drsuapi RPC server - "result_site_name" - fix variable denomination | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
2010-07-08 | s4:samdb.py - "setpassword" - performs password sets using the "unicodePwd" ↵ | Matthias Dieter Wallnöfer | 1 | -7/+3 | |
attribute This does work per default on each AD-compatible DC. "userPassword" support on Windows however has to be activated explicitly by the "dSHeuristics". | |||||
2010-07-08 | s4 upgradeprovision: For SID > 1000 do not copy them, let the system ↵ | Matthieu Patou | 1 | -0/+6 | |
regenerated a new one This should avoid colliion with newly added objects that use the same SID as existing users in the upgraded provision. Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2010-07-08 | s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR. | Günther Deschner | 9 | -75/+167 | |
Otherwise a lot of information that is usually generated in the ndr_push remains in an uninitialized state. Guenther | |||||
2010-07-08 | s4-smbtorture: skip wbcChangeUserPassword test when no oldpass is set in ↵ | Günther Deschner | 1 | -0/+5 | |
environment. Guenther | |||||
2010-07-08 | Added a test to prove by default users can change each other's pass if the ↵ | Nadezhda Ivanova | 1 | -0/+25 | |
old is known | |||||
2010-07-08 | s3: Slightly simplify make_server_info_pw | Volker Lendecke | 1 | -3/+1 | |
2010-07-08 | s3-rpcclient: add another usage display to sign and seal commands. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-07-08 | Revert "s4-smbtorture: skip bigendian tests against s3 in RPC-LSA-SECRETS." | Günther Deschner | 1 | -6/+0 | |
This reverts commit 3587bb63e21c3f033a17bb493dceb64b05fe85d6. | |||||
2010-07-08 | s4-net: the net binary depends on the auth subsystem | Andrew Tridgell | 1 | -1/+1 | |
This helps with the OpenChange build | |||||
2010-07-08 | s3:dcerpc Remove unused structure and functions | Simo Sorce | 3 | -90/+0 | |
2010-07-08 | s3:dcerpc Use prs_parse_dcerpc_bind | Simo Sorce | 1 | -27/+36 | |
2010-07-08 | s3:dcerpc Add prs_parse_dcerpc_bind | Simo Sorce | 3 | -1/+21 | |
2010-07-08 | s3:rpc user idl define dcerpc_ctx_list instead of custom RPC_CONTEXT | Simo Sorce | 4 | -24/+24 | |
2010-07-08 | s3-dcerpc: use dcerpc_pull_ncacn_packet() for rpc_pipe_bind_step_one_done(). | Günther Deschner | 1 | -39/+42 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: use dcerpc_push_ncacn_packet() in push_next_frag(). | Günther Deschner | 1 | -17/+20 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: use dcerpc_pull_ncacn_packet() in cli_pipe_validate_current_pdu(). | Günther Deschner | 1 | -6/+14 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: use dcerpc_pull_dcerpc_auth() in cli_pipe_verify_ntlmssp(). | Günther Deschner | 1 | -9/+13 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: add dcerpc_pull_dcerpc_auth(). | Günther Deschner | 1 | -0/+22 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: use struct ncacn_packet_header instead of struct rpc_hdr_info. | Günther Deschner | 1 | -58/+77 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | s3-dcerpc: add dcerpc_pull_ncacn_packet_header(). | Günther Deschner | 2 | -0/+25 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-08 | dcerpc: add ncacn_packet_header to IDL. | Günther Deschner | 1 | -0/+12 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: use dcerpc_push_dcerpc_auth() for all authenticated binds. | Günther Deschner | 1 | -148/+104 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: add dcerpc_push_schannel_bind(). | Günther Deschner | 1 | -0/+22 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: add dcerpc_push_dcerpc_auth(). | Günther Deschner | 1 | -0/+34 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: remove unused init_rpc_hdr_rb and init_rpc_context. | Günther Deschner | 2 | -40/+0 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: use dcerpc_push_ncacn_packet() for create_bind_or_alt_ctx_internal(). | Günther Deschner | 2 | -21/+59 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: remove unused smb_io_rpc_hdr_fault. | Günther Deschner | 2 | -21/+0 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: use dcerpc_pull_ncacn_packet() for pulling a RPC fault pdu. | Günther Deschner | 1 | -13/+11 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: add dcerpc_pull_ncacn_packet(). | Günther Deschner | 2 | -0/+25 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: use dcerpc_push_ncacn_packet() for setup_fault_pdu(). | Günther Deschner | 1 | -28/+18 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: use dcerpc_push_ncacn_packet() for setup_bind_nak(). | Günther Deschner | 1 | -14/+16 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3-dcerpc: add dcerpc_push_ncacn_packet(). | Günther Deschner | 2 | -0/+49 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-07-07 | s3:winbindd_samr Do not use static contexts | Simo Sorce | 1 | -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. | |||||
2010-07-07 | s3: Add SMB2 performance counters. | Ira Cooper | 4 | -21/+203 | |
A performance counter was added for every base type of SMB2 op. | |||||
2010-07-08 | s4-dsdb/util: Reorder DSDB_FLAG_* checks | Kamen Mazdrashki | 1 | -30/+30 | |
On good thing about having more clear function interfaces (and forcing callers to specify clearly what they want) is that now I can execute following search: git grep DSDB_FLAG_NEXT_MODULE | wc -l This showed that DSDB_FLAG_NEXT_MODULE flag is about 6 times more frequently used than DSDB_FLAG_OWN_MODULE. So this should reduce branch prediction by six times in this part of the code, right :) | |||||
2010-07-08 | s4-dsdb: Implement module switching in dsdb_module_search_dn() | Kamen Mazdrashki | 1 | -1/+10 | |
This allows caller to choose from where to start DN search | |||||
2010-07-08 | s4-source4/dsdb/samdb/ldb_modules/acl.c Use DSDB_FLAG_NEXT_MODULE flag | Kamen Mazdrashki | 1 | -5/+12 | |
2010-07-08 | s4-source4/dsdb/samdb/ldb_modules/linked_attributes.c Use ↵ | Kamen Mazdrashki | 1 | -1/+4 | |
DSDB_FLAG_NEXT_MODULE flag | |||||
2010-07-08 | s4-source4/dsdb/samdb/ldb_modules/naming_fsmo.c Use DSDB_FLAG_NEXT_MODULE flag | Kamen Mazdrashki | 1 | -1/+2 | |
2010-07-08 | s4-source4/dsdb/samdb/ldb_modules/operational.c Use DSDB_FLAG_NEXT_MODULE flag | Kamen Mazdrashki | 1 | -3/+7 | |
2010-07-08 | s4-source4/dsdb/samdb/ldb_modules/partition_init.c Use DSDB_FLAG_NEXT_MODULE ↵ | Kamen Mazdrashki | 1 | -3/+6 | |
flag | |||||
2010-07-08 | s4-source4/dsdb/samdb/ldb_modules/pdc_fsmo.c Use DSDB_FLAG_NEXT_MODULE flag | Kamen Mazdrashki | 1 | -1/+2 | |