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