Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-auth: Remove docs about obsolete 'update encrypted' option. | Andreas Schneider | 2010-08-16 | 1 | -1/+0 |
| | |||||
* | Revert "s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is ↵ | Günther Deschner | 2010-08-16 | 1 | -9/+0 |
| | | | | | | broken" This reverts commit 8ca8250443319e0f19f05aab2014118fd03eaa8a. | ||||
* | s4:samdb_set_password - fix formatting | Matthias Dieter Wallnöfer | 2010-08-15 | 1 | -1/+2 |
| | | | | (Sorry, I've overseen this) | ||||
* | s4:passwords.py - proof the most important extended error codes | Matthias Dieter Wallnöfer | 2010-08-15 | 1 | -8/+17 |
| | |||||
* | s4:samdb_set_password - implement the extended LDAP error code detection | Matthias Dieter Wallnöfer | 2010-08-15 | 1 | -9/+17 |
| | |||||
* | s4:password_hash LDB module - introduce the extended LDAP error codes on the ↵ | Matthias Dieter Wallnöfer | 2010-08-15 | 1 | -43/+72 |
| | | | | important failure cases | ||||
* | s4:password_hash LDB module - support this new password set syntax | Matthias Dieter Wallnöfer | 2010-08-15 | 1 | -2/+10 |
| | |||||
* | s4:passwords.py - another special password test | Matthias Dieter Wallnöfer | 2010-08-15 | 1 | -3/+23 |
| | | | | This looks like a password change but it's rather a password set operation. | ||||
* | s4:password_hash LDB module - allow to compare against both NT and LM hashes ↵ | Matthias Dieter Wallnöfer | 2010-08-15 | 1 | -10/+1 |
| | | | | | | on password change operations This is to match the SAMR password change behaviour. | ||||
* | s4:ldap_backend.c - Windows returns WERROR codes in majuscule HEX format | Matthias Dieter Wallnöfer | 2010-08-15 | 1 | -1/+1 |
| | |||||
* | s4:ldap_backend.c - map error codes - add a change which allows custom ↵ | Matthias Dieter Wallnöfer | 2010-08-15 | 1 | -0/+13 |
| | | | | | | | | | | WERROR codes This is strictly needed by my recent passwords work, since I want to remove most of the password change stuff in "samr_password.c". Since AD gives us CONSTRAINT_VIOLATION on all change problems I cannot distinguish on the SAMR level which the real cause was about. Therefore I need the extended WERROR codes here. | ||||
* | s4:subtree_rename.c - relax the checks when requested | Matthias Dieter Wallnöfer | 2010-08-15 | 1 | -0/+5 |
| | | | | (Needed by upgradeprovision for example) | ||||
* | s4-test: Add drs.rpc.msDSIntId test to knownfail tests | Kamen Mazdrashki | 2010-08-15 | 1 | -0/+1 |
| | |||||
* | s4-test: Run all DRS-RPC.* tests in ncacn_ip_tcp_tests tests group | Kamen Mazdrashki | 2010-08-15 | 1 | -3/+3 |
| | | | | Andrew, please check. | ||||
* | s4-drs-test: Make the two DRS test suite a top-level test suites | Kamen Mazdrashki | 2010-08-15 | 1 | -16/+21 |
| | | | | so that test cases gets visible with "smbtorture --list" | ||||
* | s4:ldap_backend.c - fix a DS error code after WERROR change | Matthias Dieter Wallnöfer | 2010-08-14 | 1 | -1/+1 |
| | |||||
* | s4:libnet - free the "c" context also on error conditions | Matthias Dieter Wallnöfer | 2010-08-14 | 2 | -1/+3 |
| | | | | (and if it's NULL then "talloc_free" does ignore it) | ||||
* | s4:samdb_set_password - return "NT_STATUS_WRONG_PASSWORD" when a user ↵ | Matthias Dieter Wallnöfer | 2010-08-14 | 1 | -0/+2 |
| | | | | | | account doesn't exist This is for the (SAMR) account detection protection mechanism. | ||||
* | s4:password_hash LDB module - improve an error message | Matthias Dieter Wallnöfer | 2010-08-14 | 1 | -2/+2 |
| | |||||
* | s4:password_hash LDB module - implement the SAMR behaviour when checking old ↵ | Matthias Dieter Wallnöfer | 2010-08-14 | 1 | -5/+16 |
| | | | | | | passwords Sooner or later this module should take over all password change actions. | ||||
* | s4:password_hash LDB module - fix wrong error codes | Matthias Dieter Wallnöfer | 2010-08-14 | 1 | -4/+4 |
| | | | | To match the passwords.py test | ||||
* | s4:passwords.py - test the error code when there doesn't exist any password yet | Matthias Dieter Wallnöfer | 2010-08-14 | 1 | -4/+24 |
| | | | | After the creation of a user object we don't have any password yet. | ||||
* | s4:passwords.py - perform testing of wrong old passwords on change operations | Matthias Dieter Wallnöfer | 2010-08-14 | 1 | -0/+44 |
| | |||||
* | s4:torture/rpc/samr.c - fix a wrong torture error message | Matthias Dieter Wallnöfer | 2010-08-14 | 1 | -1/+1 |
| | |||||
* | s4:auth Move struct auth_usersupplied_info to a common location | Andrew Bartlett | 2010-08-14 | 6 | -54/+9 |
| | | | | | | | | | This also changes the calling convention slightly - we should always allocate this with talloc_zero() to allow some elements to be optional. Some elements may only make sense in Samba3, which I hope will use this common structure. Andrew Bartlett | ||||
* | s4-build: fixed library name in dcerpc_server.pc.in | Andrew Tridgell | 2010-08-14 | 1 | -1/+1 |
| | | | | Thanks to Metze for spotting this | ||||
* | s4: remove REMOVE_MAPPING from wb_samba3_protocol | Michael Adam | 2010-08-14 | 1 | -2/+0 |
| | | | | Michael | ||||
* | s4: remove SET_MAPPING from wb_samba3_protocol | Michael Adam | 2010-08-14 | 1 | -2/+0 |
| | | | | Michael | ||||
* | s4: remove SET_HWM and SET_DUAL_HWM from wb_samba3_protocol | Michael Adam | 2010-08-14 | 1 | -2/+0 |
| | | | | Michael | ||||
* | s4:librpc/rpc: make struct dcerpc_binding_handle private | Stefan Metzmacher | 2010-08-12 | 1 | -10/+0 |
| | | | | metze | ||||
* | s4:librpc/rpc: add dcerpc_binding_handle dcerpc_pipe backend | Stefan Metzmacher | 2010-08-12 | 3 | -4/+411 |
| | | | | metze | ||||
* | librpc/rpc: add dcerpc_binding_handle abstration | Stefan Metzmacher | 2010-08-12 | 2 | -3/+118 |
| | | | | metze | ||||
* | s4:librpc/rpc: fix dcerpc_log_packet() prototype | Stefan Metzmacher | 2010-08-12 | 2 | -6/+6 |
| | | | | metze | ||||
* | s4:librpc/rpc: autodetect the need of async call logic | Stefan Metzmacher | 2010-08-12 | 2 | -8/+6 |
| | | | | metze | ||||
* | smbtorture: Don't crash RAW-QFILEINFO if there's no alternate name. | James Peach | 2010-08-11 | 1 | -0/+5 |
| | |||||
* | smbtorture: Make BASE-OPENATTR report a failure if it fails. | James Peach | 2010-08-11 | 1 | -2/+4 |
| | |||||
* | s4-test: Implement DRS-RPC-msDSIntId test case | Kamen Mazdrashki | 2010-08-11 | 4 | -1/+647 |
| | |||||
* | s4-dsdb: fix attributes_by_msDS_IntId index sorting | Kamen Mazdrashki | 2010-08-11 | 1 | -1/+5 |
| | |||||
* | s4-test: Move dsdb_schema loading into public function | Kamen Mazdrashki | 2010-08-11 | 2 | -60/+96 |
| | | | | I will use this function for tests implementation later | ||||
* | s4-test: Move RPC-DSSYNC test in DRS-RPC test suite | Kamen Mazdrashki | 2010-08-11 | 5 | -4/+5 |
| | |||||
* | s4-test: Move dssync.c to torture/drs/rpc | Kamen Mazdrashki | 2010-08-11 | 1 | -0/+0 |
| | |||||
* | s4-test: strip trailing white-spaces | Kamen Mazdrashki | 2010-08-11 | 1 | -21/+21 |
| | |||||
* | s4:objectclass LDB module - weak the check for the "rIDSet" delete constraint | Matthias Dieter Wallnöfer | 2010-08-10 | 1 | -8/+10 |
| | | | | | Perform it only when a "rIDSet" does exist. Requested by ekacnet for "upgradeprovision". | ||||
* | s4:dsdb/common/util.c - provide a call which returns the forest function level | Matthias Dieter Wallnöfer | 2010-08-10 | 1 | -2/+15 |
| | | | | | Sooner or later we'll need this too since not all operations depend only on the current's domain function level (see the MS-ADTS docs). | ||||
* | s4:dsdb/common/util.c - use LDB constants whenever possible | Matthias Dieter Wallnöfer | 2010-08-10 | 1 | -8/+8 |
| | |||||
* | libcli/auth Make the source3/ implementation of the NTLMSSP server common | Andrew Bartlett | 2010-08-10 | 1 | -520/+1 |
| | | | | | | | | | This means that the core logic (but not the initialisation) of the NTLMSSP server is in common, but uses different authentication backends. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | libcli/auth Move some source3/ NTLMSSP functions to the common code. | Andrew Bartlett | 2010-08-10 | 3 | -141/+6 |
| | | | | | | | | libcli/auth Use true and false rather than True and False in common code Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s4 upgradeprovision, fix a typo preventing the ridset to be correctly identified | Matthieu Patou | 2010-08-10 | 1 | -1/+1 |
| | |||||
* | s4-rpc_server: Fixed the build of the dcerpc_server library. | Andreas Schneider | 2010-08-09 | 1 | -1/+1 |
| | | | | Brad please check! | ||||
* | s4-build: use @PACKAGE_VERSION@ in s4 pc.in files | Andrew Tridgell | 2010-08-09 | 8 | -8/+8 |
| | | | | this gets replaced by vnum from the build rule |