summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Prepare release notes for Samba 3.5.16.samba-3.5.16Karolin Seeger2012-06-301-3/+69
* s3-winbindd Only use SamLogonEx when we can get unencrypted session keysAndrew Bartlett2012-06-301-2/+2
* v3-6-test: Further fix for bug 8338Volker Lendecke2012-06-301-4/+9
* Fix bug 8314] - smbd crash with unknown user.Jeremy Allison2012-06-301-3/+12
* docs-xml: fix default name resolve order (fix bug #7564)Björn Baumbach2012-06-301-1/+1
* s3: fix build on HP-UXBjörn Jacke2012-06-301-1/+6
* s3-vfs_gpfs: Fix bug #9003, posix acl on gpfsVolker Lendecke2012-06-301-2/+2
* Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).Jeremy Allison2012-06-302-5/+13
* s3: Correct documentation of case sensitiveOlaf Flebbe2012-06-301-1/+1
* Same fix as bug 8989 - Samba 3.5.x (and probably all other versions of Samba)...Jeremy Allison2012-06-301-6/+9
* Fix Bug 8989 - Samba 3.5.x (and probably all other versions of Samba) does no...Jeremy Allison2012-06-301-5/+6
* s3: Fix a winbind race leading to 100% CPUVolker Lendecke2012-06-301-2/+3
* Fix for bug #8998 - Notify code can miss a ChDir.Volker Lendecke2012-06-301-14/+41
* Fix bug #8994 - winbind normalize names.Jeremy Allison2012-06-301-1/+3
* Fix bug #8972 - Directory group write permission bit is set if unix extension...Jeremy Allison2012-06-301-2/+4
* s3-winbindd: call dump_core_setup after command line option has been parsedMatthieu Patou2012-06-301-0/+14
* s3: Fix uninitialized memory read in talloc_free()Volker Lendecke2012-06-301-0/+3
* Fix bug #8970 - Possible memory leaks in the samba master process.Richard Sharpe2012-06-306-14/+24
* Fix bug #8882 - Broken processing of %U with vfs_full_audit when force user i...Jeremy Allison2012-06-301-0/+8
* s3-utils: Use ads_do_search_retry in net ads searchAndrew Bartlett2012-06-301-1/+1
* s3-libads: Use a reducing page size to try and cope with a slow LDAP serverAndrew Bartlett2012-06-304-2/+14
* s3-winbindd: Always map the LDAP error code to an NTSTATUSAndrew Bartlett2012-06-301-6/+22
* s3-libads: Map LDAP_TIMELIMIT_EXCEEDED as NT_STATUS_IO_TIMEOUTAndrew Bartlett2012-06-301-0/+3
* Fix the loop unrolling inside resolve_ads().Jeremy Allison2012-06-301-34/+71
* Protect all of the name resolution methods from returning null addrs. Ensure ...Jeremy Allison2012-06-301-9/+15
* Fix convert_ss2service() to filter out zero addresses.Jeremy Allison2012-06-301-10/+31
* Fix remove_duplicate_addrs2 to do exactly what it says. Previously it could l...Jeremy Allison2012-06-301-10/+9
* Fix bug #8957 - Typo in pam_winbindd code MUST fix.Jeremy Allison2012-06-301-1/+1
* s3-pam_winbind: Fix the build.Jeremy Allison2012-06-301-3/+3
* Fix pam_winbind build against newer iniparser library.Simo Sorce2012-06-301-4/+4
* s3-docs: Fix bug #7930.Karolin Seeger2012-06-301-1/+7
* s3-VFS: Fix building out-of-tree modules.Richard Sharpe2012-06-301-1/+1
* s3-docs: overrided -> overriddenKarolin Seeger2012-06-301-1/+1
* s3/ldap: remove outdated netscape ds 5 schema fileBjörn Jacke2012-06-302-67/+2
* Fix bug #8831 - Inconsistent (with manpage) command-line switch for "help" in...Jeremy Allison2012-06-301-1/+1
* Fix bug #8897 - winbind_krb5_locator only returns one IP address.Jeremy Allison2012-06-301-16/+19
* WHATSNEW: Start release notes for 3.5.16.Karolin Seeger2012-04-301-2/+44
* VERSION: Bump version number up to 3.5.16.Karolin Seeger2012-04-301-1/+1
* Fix self granting privileges in security=ads.samba-3.5.15Jeremy Allison2012-04-271-6/+14
* WHASNEW: Release notes for 3.5.15.Karolin Seeger2012-04-271-5/+11
* WHATSNEW: Start release notes for Samba 3.5.15.Karolin Seeger2012-04-101-2/+44
* VERSION: Bump version up to 3.5.15.Karolin Seeger2012-04-101-1/+1
* rerun 'make samba3-idl'samba-3.5.14Stefan Metzmacher2012-04-0732-4155/+8030
* pidl/NDR/Parser: also do range checks on the array sizeStefan Metzmacher2012-04-071-5/+20
* pidl/NDR/Parser: do array range validation in ParseArrayPullGetLength()Stefan Metzmacher2012-04-071-28/+14
* pidl/NDR/Parser: use helper variables for array size and lengthStefan Metzmacher2012-04-071-7/+15
* pidl/NDR/Parser: remember if we already know the array lengthStefan Metzmacher2012-04-071-1/+7
* pidl/NDR/Parser: use ParseArrayPullGetLength() to get the number of array ele...Stefan Metzmacher2012-04-071-5/+1
* pidl/NDR/Parser: split off ParseArrayPullGetSize() and ParseArrayPullGetLength()Stefan Metzmacher2012-04-071-13/+42
* pidl/NDR/Parser: simplify logic in DeclareArrayVariables*()Stefan Metzmacher2012-04-071-8/+6