summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2015-10-06s4: fix linking smbtorture on Solaris.Tom Schulz1-0/+4
2015-10-02kerberos: make sure we only use prompter type when available.Günther Deschner1-0/+1
2015-09-30s4-scripting: fix minor indent issue for hresult generation.Günther Deschner1-1/+1
2015-09-30s4-scripting: fix wrong indent that caused gen_ntstatus.py to fail.Günther Deschner1-13/+17
2015-09-29s4-torture: trying to make clusapi resource online/offline testing a bit more...Günther Deschner1-6/+14
2015-09-25s4: torture: Fix directory test against a server that actually uses index ret...Jeremy Allison1-0/+28
2015-09-24s4-torture: add test to verify WITNESS_NOTIFY_CLIENT_MOVE message marshalling.Günther Deschner1-0/+44
2015-09-24s4: torture: Test mkdir race condition.Jeremy Allison1-0/+151
2015-09-22s4:torture: add a test for 0 byte sized streamsRalph Boehme1-0/+74
2015-09-22s4: torture: Fix double-free on error.Herb Lewis1-1/+0
2015-09-22dbwrap: Remove loadparm_context from db_open_tdbVolker Lendecke1-4/+11
2015-09-21s4:torture:smb2:rename: Fix typo in simple_nodelete testcase.Anubhav Rakshit1-1/+1
2015-09-17s4:lib/messaging: use 'msg.lock' and 'msg.sock' for messaging related subdirsStefan Metzmacher1-2/+2
2015-09-17s4: tests: Fix nss_tests build on Solaris.Tom Schulz1-0/+8
2015-09-08dsdb: Fix a confusing parameterVolker Lendecke1-1/+1
2015-09-08samdb: Fix CID 1034736 Dereference after null checkVolker Lendecke1-1/+1
2015-09-03Fix memory leak in dns resolution during spnego authentication using kerberos.Har Gagan Sahai1-0/+1
2015-09-03tls: increase Diffie-Hellman group size to 2048 bitsBjörn Jacke2-2/+2
2015-09-02s4:torture:vfs_fruit: created empty resourceforksRalph Boehme1-0/+129
2015-09-02s4:torture:vfs_fruit: add a resource fork truncation testRalph Boehme1-0/+118
2015-09-01samr4: Use <SID=%s> in GetGroupsForUserVolker Lendecke1-2/+8
2015-08-31selftest: add a check for disabled change notifyRalph Boehme4-2/+124
2015-08-31web_server: Fix server not to segfault on startupAndrew Bartlett1-1/+2
2015-08-31web_server: Use talloc_get_type_abort()Andrew Bartlett1-7/+7
2015-08-31lib/tls: Ensure SSLv3 is disabled in the web server by defaultAndrew Bartlett1-1/+14
2015-08-31lib/tls: Remove unused tls_init_client codeAndrew Bartlett2-80/+0
2015-08-27lib/crypto: add aes_ccm_128 testsStefan Metzmacher1-0/+2
2015-08-26lib: Convert callers of sid_blob_parse to sid_parseVolker Lendecke2-4/+14
2015-08-25selftest: Add assertion that we actually fix the replPropertyMetaData sort orderAndrew Bartlett2-0/+244
2015-08-24selftest: Add in steps to re-create this databaseAndrew Bartlett5-0/+334
2015-08-24Update release-4-1-0rc3 to include data using schema modificationsAndrew Bartlett25-41172/+40544
2015-08-24dbcheck: Add explict tests for unknown and unsorted attributeID valuesAndrew Bartlett3-9/+29
2015-08-24pydsdb: Allow the full range of uint32_t values for attributeIDAndrew Bartlett1-2/+2
2015-08-24dnsserver: Remove incorrect and not required include of ldb_private.hAndrew Bartlett1-1/+0
2015-08-21lib: Remove unused parmlist codeVolker Lendecke2-2/+1
2015-08-20s4:ntvfs/posix: fix forward declaration of struct pvfs_stateStefan Metzmacher1-1/+1
2015-08-17s4:torture/rpc: fix ndr_security.h include in fsrvp.cStefan Metzmacher1-1/+1
2015-08-17Revert "dsdb: Only parse SAMBA_LDAP_MATCH_RULE_TRANSITIVE_EVAL as a DN"Andrew Bartlett1-3/+1
2015-08-07dns_server: Fix a small memleakVolker Lendecke1-0/+1
2015-08-07dns_server: Don't call tevent_req_finish twiceVolker Lendecke1-3/+7
2015-08-07s4:torture:vfs_fruit: add a test for stream namesRalph Boehme1-0/+139
2015-08-07s4:torture:vfs_fruit: pass xattr name as arg to torture_setup_local_xattr()Ralph Boehme1-1/+3
2015-08-06s4:rpc_server/netlogon: Fix for NetAppArvid Requate1-11/+11
2015-08-06dns: always add authority recordsKai Blin2-8/+22
2015-08-06dns: Add a SOA record to error repliesKai Blin1-1/+51
2015-08-06dns: Also pass nsrecs to handle_question()Kai Blin1-4/+10
2015-08-06dns: Just pass the name to create_response_rrKai Blin1-4/+4
2015-08-06dns: Add dns_get_authoritative_zone helper functionKai Blin2-0/+18
2015-08-05selftest: Add test for GSSAPI with no authenticator checksum modeAndrew Bartlett2-2/+2
2015-08-05heimdal/gssapi: Allow a NULL authenticatorAndrew Bartlett1-36/+35