summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb torture: test ldb_unpack_data_only_attr_listldb-1.1.25Adrian Cochrane2015-12-171-4/+130
* lib/ldb: Use talloc_memdup() because we know the length of the attribute alreadyAdrian Cochrane2015-12-171-1/+1
* lib/ldb: Rename variable for clarityGarming Sam2015-12-171-1/+2
* lib/ldb Add checks for overflow during ldb pack and parseAndrew Bartlett2015-12-171-23/+105
* lib/ldb: Use better variable names in ldb_unpack_only_attr_listAdrian Cochrane2015-12-171-8/+13
* ldb: increment version due to added ldb_unpack_data_only_attr_listGarming Sam2015-12-173-1/+268
* lib/ldb: Clarify the intent of ldb_data_unpack_withlistGarming Sam2015-12-172-19/+27
* ldb: introduce ldb_unpack_data_withlist to unpack partial list of attributesMatthieu Patou2015-12-172-21/+115
* CVE-2015-8467: samdb: Match MS15-096 behaviour for userAccountControlAndrew Bartlett2015-12-162-11/+76
* CVE-2015-5296: libcli/smb: make sure we require signing when we demand encryp...Stefan Metzmacher2015-12-161-0/+11
* CVE-2015-5296: s3:libsmb: force signing when requiring encryption in SMBC_ser...Stefan Metzmacher2015-12-161-3/+12
* CVE-2015-5296: s3:libsmb: force signing when requiring encryption in do_conne...Stefan Metzmacher2015-12-161-1/+6
* CVE-2015-5299: s3-shadow-copy2: fix missing access check on snapdirJeremy Allison2015-12-161-0/+45
* CVE-2015-5252: s3: smbd: Fix symlink verification (file access outside the sh...Jeremy Allison2015-12-162-0/+90
* CVE-2015-5252: s3: smbd: Fix symlink verification (file access outside the sh...Jeremy Allison2015-12-161-3/+10
* Merge tag 'ldb-1.1.24' into masterStefan Metzmacher2015-12-1610-56/+361
|\
| * ldb: version 1.1.24ldb-1.1.24Ralph Boehme2015-12-094-1/+269
| * CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-091-2/+7
| * CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-091-1/+4
| * CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-091-1/+2
| * CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-094-14/+25
| * CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()Douglas Bagnall2015-12-091-4/+8
| * CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()Douglas Bagnall2015-12-091-28/+18
| * CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.Jeremy Allison2015-12-091-4/+13
| * CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...Jeremy Allison2015-12-091-1/+15
* | smbd: make "hide dot files" option work with "store dos attributes = yes"Ralph Boehme2015-12-161-1/+1
* | librpc: Fix typosVolker Lendecke2015-12-162-2/+2
* | lib: Remove ntstatus.h from gencache.hVolker Lendecke2015-12-161-1/+0
* | vfs_glusterfs: Attach missing destructor.Ira Cooper2015-12-151-3/+2
* | smbd: Fix CID 1343333 Uninitialized variablesVolker Lendecke2015-12-151-1/+1
* | dns_server: Remove unused handle_questionVolker Lendecke2015-12-151-91/+0
* | dns_server: Add handle_authoritative_send()Volker Lendecke2015-12-151-15/+293
* | dns_server: Add add_dns_res_rec()Volker Lendecke2015-12-151-0/+124
* | dns_server: Convert "ask_forwarder" paramsVolker Lendecke2015-12-151-3/+2
* | dns_server: Simplify array length handlingVolker Lendecke2015-12-151-21/+17
* | dns_server: Simplify talloc handlingVolker Lendecke2015-12-151-6/+24
* | dns_server: Consolidate talloc_reallocVolker Lendecke2015-12-151-23/+18
* | Fix bug 10881 Wrong keytab permissions when joining additional DC with BIND b...Andrew Bartlett2015-12-151-0/+10
* | samba_upgradedns: Set correct permissions on secrets.keytab for BIND9Andrew Bartlett2015-12-151-0/+11
* | samba_upgradedns: Improve search for existing accounts in secrets.ldbAndrew Bartlett2015-12-151-10/+6
* | samba_dnsupdate: Simplify logic and add more verbose debuggingAndrew Bartlett2015-12-151-3/+4
* | samba_dnsupdate: Expand output when --verbose is setAndrew Bartlett2015-12-151-1/+26
* | python: Give a more helpful error message when we do not have an smb.confAndrew Bartlett2015-12-151-1/+1
* | password_lockout: test creds.get_kerberos_state()Douglas Bagnall2015-12-151-0/+1
* | auth: keep track of lastLogon and lastLogonTimestampDouglas Bagnall2015-12-154-55/+451
* | password_lockout tests: add assertLoginFailure()Douglas Bagnall2015-12-151-10/+12
* | auth: increase resolution for password grace period calculationDouglas Bagnall2015-12-151-1/+3
* | pycredentials: add get_kerberos_state() methodDouglas Bagnall2015-12-151-0/+8
* | s4:torture/winbind: add more debug output to samba4.winbind.struct.domain_infoStefan Metzmacher2015-12-141-2/+13
* | lib: Remove unused talloc_append_blobVolker Lendecke2015-12-142-27/+0