summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:dsdb:ridalloc.c: fix C++ warningStefan Metzmacher2010-07-091-1/+2
| | | | metze
* s4:dsdb: add dsdb_module_constrainted_update_uint32/64() wrapper functionsStefan Metzmacher2010-07-091-0/+22
| | | | metze
* s4:dsdb: add dsdb_msg_constrainted_update_uint32/64() wrapper functionsStefan Metzmacher2010-07-091-0/+22
| | | | metze
* s4:dsdb: add dsdb_module_constrainted_update_int32/64() functionsStefan Metzmacher2010-07-091-0/+58
| | | | metze
* s4:dsdb: add dsdb_msg_constrainted_update_int32/64() functionsStefan Metzmacher2010-07-091-0/+96
| | | | metze
* ldb:common/ldb_dn.c - "ldb_dn_get_parent" - no need to manipulate the real DNMatthias Dieter Wallnöfer2010-07-091-6/+0
| | | | Since the parent DN is a duplication of the passed DN parameter.
* s3: Optimize the write cache for sequential writesVolker Lendecke2010-07-091-0/+20
| | | | | | In case of the one-byte allocating writes we don't work work optimally because we start the write cache at the current offset. This patch tries to avoid this case.
* s4: fix warning: unused variable ‘i’Kamen Mazdrashki2010-07-091-1/+0
|
* s3-dcerpc: Use dcerpc_pull_dcerpc_auth in api_pipe_bind_auth3()Simo Sorce2010-07-081-19/+13
|
* s3-dcerpc: Use dcerpc_auth in api_pipe_bind_req()Simo Sorce2010-07-081-82/+85
|
* s3-dcerpc: make dcerpc_pull_dcerpc_auth() publicSimo Sorce2010-07-082-3/+6
|
* s3-dcerpc: make dceprc_push_dcerpc_auth publicSimo Sorce2010-07-082-7/+15
|
* s3-dcerpc: use dcerpc_pull_dcerpc_auth() in ↵Simo Sorce2010-07-081-13/+12
| | | | rpc_finish_spnego_ntlmssp_bind_send()
* 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
* s4:acl LDB module - password attributes - check also the "dBCSPwd" attributeMatthias Dieter Wallnöfer2010-07-081-2/+2
| | | | It's also a possible password change/set attribute candidate.
* s4:acl LDB module - move a "mem_ctx" creation to the place where it is ↵Matthias Dieter Wallnöfer2010-07-081-1/+2
| | | | | | actually checked Memory allocations and their result checks should be as tight as possible.
* s4:drsuapi RPC server - "result_site_name" - fix variable denominationMatthias Dieter Wallnöfer2010-07-081-3/+3
|
* s4:samdb.py - "setpassword" - performs password sets using the "unicodePwd" ↵Matthias Dieter Wallnöfer2010-07-081-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".
* s4 upgradeprovision: For SID > 1000 do not copy them, let the system ↵Matthieu Patou2010-07-081-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>
* s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.Günther Deschner2010-07-089-75/+167
| | | | | | | Otherwise a lot of information that is usually generated in the ndr_push remains in an uninitialized state. Guenther
* s4-smbtorture: skip wbcChangeUserPassword test when no oldpass is set in ↵Günther Deschner2010-07-081-0/+5
| | | | | | environment. Guenther
* Added a test to prove by default users can change each other's pass if the ↵Nadezhda Ivanova2010-07-081-0/+25
| | | | old is known
* 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
* Revert "s4-smbtorture: skip bigendian tests against s3 in RPC-LSA-SECRETS."Günther Deschner2010-07-081-6/+0
| | | | This reverts commit 3587bb63e21c3f033a17bb493dceb64b05fe85d6.
* s4-net: the net binary depends on the auth subsystemAndrew Tridgell2010-07-081-1/+1
| | | | This helps with the OpenChange build
* 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-083-1/+21
|
* 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>
* dcerpc: add ncacn_packet_header to IDL.Günther Deschner2010-07-081-0/+12
| | | | | | 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>