summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix a typoVolker Lendecke2011-05-271-1/+1
* s3: Fix a typoVolker Lendecke2011-05-271-1/+1
* Fix bug #6911 - Kerberos authentication from vista to samba fails when securi...Jeremy Allison2011-05-271-3/+25
* s3: Document "async smb echo handler"Volker Lendecke2011-05-261-0/+15
* Fix bug #8165 - Inverted WITH_SYSLOG condition in vfs_full_audit.c.Jeremy Allison2011-05-251-1/+1
* Fix numerous missing dependencies in WAF build scriptsSean Finney2011-05-2510-25/+111
* s3-winbind: BUG 8166 - Don't lockout users when offline.Jim McDonough2011-05-251-1/+4
* s4:samldb LDB module - check if the RODC group exists if creating an RODCMatthias Dieter Wallnöfer2011-05-251-13/+43
* s4:samldb LDB module - better to call "samldb_prim_group_trigger"Matthias Dieter Wallnöfer2011-05-251-1/+1
* s4:samldb LDB module - convert a "dsdb_module_search" into "dsdb_module_searc...Matthias Dieter Wallnöfer2011-05-251-5/+2
* s4:sam.py - uncomment/enhance some account type testsMatthias Dieter Wallnöfer2011-05-251-30/+48
* s4:samldb LDB modules - only objectClass "computer" is allowed to embed all t...Matthias Dieter Wallnöfer2011-05-251-3/+33
* s4:sam.py - tests for "isCriticalSystemObject" attributeMatthias Dieter Wallnöfer2011-05-251-0/+132
* s4:samldb LDB module - fix "isCriticalSystemObject" behaviourMatthias Dieter Wallnöfer2011-05-251-3/+22
* s4:sam.py - unchanged "primaryGroupID" when account type remains the sameMatthias Dieter Wallnöfer2011-05-251-0/+38
* s4:samldb LDB module - fix the behaviour when changing the "userAccountControl"Matthias Dieter Wallnöfer2011-05-251-14/+31
* s3-testparm Warn about incorrect use of 'password server'Andrew Bartlett2011-05-251-4/+4
* s3-param Depricate 'password server = foo:12389' syntaxAndrew Bartlett2011-05-251-0/+5
* docs: Rewrite 'password server' documentationAndrew Bartlett2011-05-251-52/+54
* s4-provision Use correct tkey-gssapi-credentialAndrew Bartlett2011-05-252-2/+4
* docs: Clarify the 'security=server' fails for NTLMv2Andrew Bartlett2011-05-251-0/+3
* selftest: Make knowfail/skip files consistent, always use ^prefixAndrew Bartlett2011-05-253-114/+114
* Fix our asn.1 parser to handle negative numbers.Jeremy Allison2011-05-241-0/+9
* lib/util Add Volker's asn1_Integer test into code that runs in 'make test'Andrew Bartlett2011-05-241-0/+94
* Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. T...Holger Hetterich2011-05-242-1/+12
* Fix bug #7054 - X account flag does not work when pwdlastset is 0.Jeremy Allison2011-05-242-3/+11
* s3:modules properly terminate enums in nfs4 acl codeChristian Ambach2011-05-241-1/+3
* s3:vfs properly terminate enums in audit modulesChristian Ambach2011-05-243-6/+12
* Fix bug #8150 - Ban 'dos charset = utf8'Jeremy Allison2011-05-241-1/+39
* s3: Remove unused cli_get_nt_errorVolker Lendecke2011-05-232-18/+0
* s3: Remove unused cli_set_nt_errorVolker Lendecke2011-05-232-10/+0
* s3: Remove unused cli_reset_errorVolker Lendecke2011-05-232-13/+0
* s3: Remove a reference to cli->inbufVolker Lendecke2011-05-231-1/+1
* s3: Remove two false references to cli->inbufVolker Lendecke2011-05-231-2/+2
* s3: Fix a leftover from fstring removal in cli_stateVolker Lendecke2011-05-231-4/+7
* selftest: create ncalrpcdir with 0755 permissionsStefan Metzmacher2011-05-231-2/+11
* s3: Remove unused cli_[en|de]crypt_messageVolker Lendecke2011-05-232-45/+0
* s3: Directly call common_encrypt_buffer in cli_smb_req_iov_sendVolker Lendecke2011-05-231-2/+2
* s3: Remove cli_send/receive_smbVolker Lendecke2011-05-222-284/+0
* s3: Remove the smbtorture3 OPLOCK3 testVolker Lendecke2011-05-224-62/+2
* s3: Convert the OPEN4 test to async oplock handlingVolker Lendecke2011-05-221-32/+96
* s3: Remove clistr_align_outVolker Lendecke2011-05-212-6/+0
* s3: Remove unused cli_setup_bccVolker Lendecke2011-05-212-10/+0
* s4:sam.py - add tests to check that setting "userAccountValue" on usersdon't ...Matthieu Patou2011-05-211-2/+40
* s4:samldb LDB module - don't change the "primaryGroupId" on LDB modifications...Matthieu Patou2011-05-211-1/+16
* s4:lsa RPC server - handle LDB flags as "unsigned"Matthias Dieter Wallnöfer2011-05-211-1/+1
* s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as u...Matthias Dieter Wallnöfer2011-05-213-7/+7
* ldb:pyldb.c - all flags should be unsignedMatthias Dieter Wallnöfer2011-05-211-10/+10
* ldb:ldb_sqlite3.c - all LDB flags should be handled as "unsigned"Matthias Dieter Wallnöfer2011-05-211-2/+3
* ldb:tools/cmdline.c + tools/ldbtest.c - the connection flags are typed as "un...Matthias Dieter Wallnöfer2011-05-212-2/+2