summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.1.16 release.samba-4.1.16Karolin Seeger2015-01-121-1/+1
* WHATSNEW: Add release notes for Samba 4.1.16.Karolin Seeger2015-01-121-3/+52
* CVE-2014-8143:dsdb-samldb: Check for extended access rights before we allow c...Andrew Bartlett2015-01-125-6/+221
* CVE-2014-8143:dsdb: Allow use of dsdb_autotransaction_request outside util.cAndrew Bartlett2015-01-121-2/+2
* CVE-2014-8143:pydsdb: Pull in UF_USE_AES_KEYS flagAndrew Bartlett2015-01-121-0/+1
* CVE-2014-8143:auth: Force talloc type of session_info pointer to matchAndrew Bartlett2015-01-121-0/+5
* VERSION: Bump version up to 4.1.16...Karolin Seeger2015-01-121-2/+2
* VERSION: Disable git snapshots for the 4.1.15 release.samba-4.1.15Karolin Seeger2015-01-111-1/+1
* WHATSNEW: Add release notes for Samba 4.1.15.Karolin Seeger2015-01-111-3/+86
* nsswitch: fix soname of linux nss_*.so.2 modulesStefan Metzmacher2015-01-112-13/+18
* selftest: use shared/libnss_wrapper_winbind.so.2Stefan Metzmacher2015-01-112-2/+2
* wafsamba: add optional keep_underscore=True to SAMBA_LIBRARY()Stefan Metzmacher2015-01-111-1/+5
* winbind: Retry after SESSION_EXPIRED error in ping-dcChristof Schmitt2015-01-111-0/+8
* winbind: Retry LogonControl RPC in ping-dc after session expirationChristof Schmitt2015-01-111-0/+10
* librpc/ndr_drsuapi: Allow ndrdump to dump dsinfo52 blobsMatthieu Patou2015-01-111-0/+34
* idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfoSamuel Cabrero2015-01-119-7/+179
* librpc-idl: change the drsuapi_DsBindInfoCtr so that it match what is on the ...Matthieu Patou2015-01-112-9/+204
* librpc-idl: replace int32 by uint32 as the values are always > 0Stefan Metzmacher2015-01-111-2/+2
* librpc-idl: replace int32 by the enumeration as it's the type that we use in ...Matthieu Patou2015-01-111-10/+10
* drsuapi.idl: change the range for attribute values to 26214400 bytes.Stefan Metzmacher2015-01-111-1/+1
* libcli/smb: only force signing of smb2 session setups when binding a new sessionStefan Metzmacher2014-12-181-1/+6
* s3:smb2_server: allow reauthentication without signingStefan Metzmacher2014-12-182-5/+4
* s3:smb2_server: use the global signing key to check if signing is requiredStefan Metzmacher2014-12-181-1/+1
* testprogs/test_ldb: check rootdse search with extended-dn controlStefan Metzmacher2014-12-181-0/+2
* s4:dsdb/rootdse: expand extended dn values with the AS_SYSTEM controlStefan Metzmacher2014-12-181-4/+2
* s3:utils/profiles fix a use after freeChristian Ambach2014-12-181-3/+3
* s3:registry/regfio fix some valgrind warningsChristian Ambach2014-12-181-2/+2
* s3:registry/regfio read SD from the correct locationChristian Ambach2014-12-181-2/+4
* s3: modules: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-083-13/+13
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-11/+11
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-5/+12
* s3-libsmb: Duplicate the memory before we free it.Andreas Schneider2014-12-081-3/+6
* s3-libsmb: Set the netbios_name in use_ccache case too.Andreas Schneider2014-12-081-0/+9
* s3-lib: Do not require a password with --use-ccache.Andreas Schneider2014-12-082-3/+4
* pam_winbind: fix warn_pwd_expire implementation.Günther Deschner2014-12-081-1/+4
* libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows clien...Jeremy Allison2014-12-042-0/+13
* s3-smbstatus: Fix exit code of profile output.Andreas Schneider2014-12-041-2/+5
* s3-smbclient: Return success if we listed the shares.Andreas Schneider2014-12-041-1/+1
* s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addressesGuenter Kukkukk2014-12-044-38/+151
* samba-tool: Fix the IP output of "samba-tool dns serverinfo <some_server>"Guenter Kukkukk2014-12-041-5/+8
* samba-tool: Fix enum values in dns.pyGuenter Kukkukk2014-12-041-1/+1
* VERSION: Bump version up to 4.1.15...Karolin Seeger2014-11-271-2/+2
* VERSION: Disable git snapshots for the 4.1.14 release.samba-4.1.14Karolin Seeger2014-11-271-1/+1
* WHATSNEW: Add release notes for Samba 4.1.14.Karolin Seeger2014-11-271-3/+91
* s4-dns: dlz-bind: Add trailing '.' to all fqdn stringsAmitay Isaacs2014-11-242-20/+59
* s4-dns: Add support for BIND 9.10Amitay Isaacs2014-11-243-1/+32
* s4-dns: Update dlz_minimal.h based on BIND release 9.10Amitay Isaacs2014-11-241-54/+153
* s4-dns: Check DLZ_DLOPEN_VERSION for different BIND versionsAmitay Isaacs2014-11-242-14/+10
* s4-dns: Update template variables, change BIND98 --> BIND9_8Amitay Isaacs2014-11-241-2/+2
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-2413-20/+22