summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3-docs: Move -D option to the right paragraph in man winbindd.Karolin Seeger2010-05-121-10/+10
* s4:heimdal_build: undefine __APPLE__ as we don't need that magicStefan Metzmacher2010-05-121-0/+5
* s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from autoconf buildStefan Metzmacher2010-05-121-1/+0
* work around AIX6.1 name space pollution rename mod_name to module_nameOlaf Flebbe2010-05-122-11/+11
* s3-rap: fix cli_oem_change_password() and give room for the convert reply word.Günther Deschner2010-05-121-1/+1
* s3-lanman: use samr for api_SamOEMChangePassword().Günther Deschner2010-05-121-9/+49
* s4-smbtorture: create/delete testusers via SAMR in RAP-SAM.Günther Deschner2010-05-121-10/+83
* s4-smbtorture: add test_oemchangepassword to RAP-SAM.Günther Deschner2010-05-121-0/+29
* s4-selftest: skip RAP-SAM tests against Samba 4.Günther Deschner2010-05-121-0/+1
* s3-selftest: enable RAP-SAM against Samba 3.Günther Deschner2010-05-121-1/+1
* s4-smbtorture: add RAP-SAM testsuite with a rap_NetUserPasswordSet2 test.Günther Deschner2010-05-124-2/+63
* s4-smbtorture: getting serious about checking rap status return codes.Günther Deschner2010-05-121-0/+18
* s4-smbtorture: add torture_create_testuser_max_pwlen() that allows to set max...Günther Deschner2010-05-121-6/+16
* s4-smbtorture: autolookup domain in torture_create_testuser() if none was given.Günther Deschner2010-05-121-15/+70
* Fix more SMB2-OPLOCK bugs. Only 3 more issues to address then we're good to g...Jeremy Allison2010-05-112-2/+15
* s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATAAndrew Bartlett2010-05-117-163/+50
* s4-smbtorture: test netservergetinfo level 1 also against s3.Günther Deschner2010-05-112-8/+4
* not all versions of env like more than one argument...Björn Jacke2010-05-111-1/+1
* pidl: fix build on systems that don't have perl in /usr/bin/Björn Jacke2010-05-111-1/+1
* s4:dsdb: cached results of samdb_rodc()Stefan Metzmacher2010-05-111-1/+29
* tdb: commit ABI/tdb-1.2.2.sigsStefan Metzmacher2010-05-111-0/+60
* s4:heimdal: remove unused heimdal/lib/hcrypto/evp-cc.cStefan Metzmacher2010-05-111-659/+0
* s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from the buildStefan Metzmacher2010-05-111-1/+1
* s3:configure: fix a messageMichael Adam2010-05-111-1/+1
* s4:torture/rpc/netlogon.c - don't use constant "AF_LOCAL" but do use "AF_UNIX...Matthias Dieter Wallnöfer2010-05-111-2/+2
* s3:Makefile: build smbtorture4 as static binary with socket_wrapper supportStefan Metzmacher2010-05-111-1/+2
* waf:libreplace: set _OSF_SOURCE to fix build on Tru64Björn Jacke2010-05-111-0/+4
* README.Coding - cosmetic changesMatthias Dieter Wallnöfer2010-05-111-42/+45
* build: skip missing executables in testwaf.shKai Blin2010-05-111-2/+12
* tdb: remove unused variable in tdb_new_database().Günther Deschner2010-05-111-1/+0
* Revert "s4-rodc: Fix provision warnings by creating ntds objectGUID in provis...Anatoliy Atanasov2010-05-113-32/+1
* Revert "s4:password_hash LDB module - don't break the provision"Stefan Metzmacher2010-05-111-3/+0
* Revert "s4:password hash LDB module - check that password hashes are != NULL ...Stefan Metzmacher2010-05-111-10/+6
* s4:dsdb/password_hash: only try to handle a hash in the unicodePwd field if i...Stefan Metzmacher2010-05-111-2/+2
* README.Coding: fix good exampleStefan Metzmacher2010-05-111-1/+2
* s4-smbtorture: fix smbcli_rap_netuserpasswordset2().Günther Deschner2010-05-111-2/+2
* s4-smbtorture: fix smbcli_rap_netoemchangepassword.Günther Deschner2010-05-111-4/+3
* s4-smbtorture: correctly fill in trans.in.data in rap_cli_do_call().Günther Deschner2010-05-111-2/+14
* s4:password_hash LDB module - we might not have a cleartext password at allMatthias Dieter Wallnöfer2010-05-101-26/+29
* SMB2 always have level2 oplock capability. Correct mapping from break message...Jeremy Allison2010-05-104-3/+6
* Stop us crashing in SMB2-OPLOCK test. Don't allow more than one outstanding i...Jeremy Allison2010-05-101-5/+33
* s4/tort: Add test for comparing special DNsKamen Mazdrashki2010-05-101-0/+18
* s4/dn: handle case 'base' dn has no componentsKamen Mazdrashki2010-05-101-1/+1
* s4-smbtorture: add smbcli_rap_netoemchangepassword().Günther Deschner2010-05-101-0/+49
* rap: add rap_NetOEMChangePassword() to IDL.Günther Deschner2010-05-101-0/+8
* Fix the processing of unlocks followed by locks. We now pass SMB2-LOCK test.Jeremy Allison2010-05-101-9/+5
* Fix more of the SMB2-LOCK tests. Correctly unlock locks on error.Jeremy Allison2010-05-101-3/+19
* s4:password_hash LDB module - quiet a warningMatthias Dieter Wallnöfer2010-05-101-1/+1
* s4:password hash LDB module - check that password hashes are != NULL before c...Matthias Dieter Wallnöfer2010-05-101-6/+10
* s4:password_hash LDB module - don't break the provisionMatthias Dieter Wallnöfer2010-05-101-0/+3