summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison2010-02-221-3/+5
* Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison2010-02-221-0/+1
* Fix bug #6557 - Do not work VFS full_auditJeremy Allison2010-02-221-18/+16
* WHATSNEW: Update changes since 3.4.5.Karolin Seeger2010-02-171-2/+64
* cifs.upcall: allocate a talloc context for smb_krb5_unparse_nameJeff Layton2010-02-171-1/+4
* s3-docs: Add missing para end tag.Karolin Seeger2010-02-151-0/+1
* spoolss: disable GetPrinterDriver level 101 (as called by XP).Günther Deschner2010-02-151-5/+7
* s3-docs: fix eventlogadm manpage typo.Günther Deschner2010-02-151-1/+1
* Fixes issue with preexec scripts creating a share directory, and problems if ...Jeremy Allison2010-02-153-29/+68
* s3: Fix typo found by jhell <jhell@DataIX.net>Volker Lendecke2010-02-151-2/+2
* s3-spoolss: implement spoolss_EnumJobs level 3.Günther Deschner2010-02-151-0/+76
* s3:passdb: only use gid_to_sid() result if the result is a group of our local...Stefan Metzmacher2010-02-151-4/+16
* s3:pdb_ldap: don't search for the users primary group, if we already know itStefan Metzmacher2010-02-151-31/+35
* s3:pdb_ldap: optimize ldapsam_alias_memberships() and cache ldap searches.Stefan Metzmacher2010-02-152-7/+34
* s3:pdb_ldap: try to build the full unix_pw structure with ldapsam:trusted sup...Stefan Metzmacher2010-02-151-5/+85
* s3:passdb: speed up pdb_get_group_sid()Stefan Metzmacher2010-02-151-5/+28
* s3: Make pdb_copy_sam_account also copy the group sidVolker Lendecke2010-02-151-0/+4
* s3: shortcut gid_to_sid when "ldapsam:trusted = yes"Stefan Metzmacher2010-02-151-0/+72
* s3:is_trusted_domain: shortcut if domain name == global_sam_nameMichael Adam2010-02-151-0/+4
* s3:is_trusted_domain: shortcut if domain name is NULL or emptyMichael Adam2010-02-151-0/+4
* s3: shortcut uid_to_sid when "ldapsam:trusted = yes"Michael Adam2010-02-151-0/+75
* s3:smbd: also fill the memcache with sid<->id mappings in ldapsam_sid_to_id()Michael Adam2010-02-151-0/+2
* s3:smbd: make idmap cache persistent for "ldapsam:trusted".Michael Adam2010-02-151-0/+4
* Fix large paged searchVolker Lendecke2010-02-151-0/+1
* =?utf-8?q?=D1=953:ldap:=20search=20for=20account=20policies=20in=20objectclas...Björn Jacke2010-02-151-1/+6
* s3:ldap: don't search when no values where found (cherry picked from commit 7...Björn Jacke2010-02-151-1/+1
* Fix bug #7122 - Reading a large browselist fails (server returns invalid valu...Jeremy Allison2010-02-152-3/+6
* Fix off-by-one error in working out the limit of the NetServerEnum comment.Jeremy Allison2010-02-151-1/+1
* s3:smbd: use StrCaseCmp() instead of strcasecmpStefan Metzmacher2010-02-151-4/+3
* s3:smbd: Fix really ugly bool vs. int bug!!!Stefan Metzmacher2010-02-151-2/+2
* s3:libsmb: fix NetServerEnum3 rap calls.Stefan Metzmacher2010-02-151-5/+19
* s3:smbd: implement api_RNetServerEnum3Stefan Metzmacher2010-02-151-1/+212
* util: added binsearch.h for binary array searchesAndrew Tridgell2010-02-151-0/+68
* s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()Stefan Metzmacher2010-02-151-4/+6
* s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2Stefan Metzmacher2010-02-151-3/+3
* Missed one check on the memcpy for bug #7063.Jeremy Allison2010-02-151-1/+1
* Second part of fix for bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core du...Jeremy Allison2010-02-151-1/+4
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-156-43/+22
* Fix bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core dumps.Jeremy Allison2010-02-151-2/+9
* s3: Fix an uninitialized variable referenceVolker Lendecke2010-02-151-1/+2
* s3: Fix malformed require_membership_of_sid.Bo Yang2010-02-151-0/+12
* s3: normalize "Changing password for" msg IDs and STRsLars Müller2010-02-1518-30/+30
* s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum()Stefan Metzmacher2010-02-151-2/+3
* Add cross option to samba_cv_linux_getgrouplist_okLars Müller2010-02-151-1/+3
* s3/smbd: Fix string buffer overflow causing heap corruptionSteven Danneman2010-02-151-1/+2
* s3: Simplify the code a bit: Catch (len==0) earlyVolker Lendecke2010-02-151-7/+4
* Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)Jeremy Allison2010-02-151-3/+16
* Fix bug #7072 - Accounts can't be unlocked from ldap.Jeremy Allison2010-02-151-8/+17
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-02-153-5/+71
* Do not segfault in pdb_search_destructor if no real search was startedVolker Lendecke2010-02-151-1/+2