summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Update changes since rc1.samba-3.6.0rc2Karolin Seeger2011-06-071-0/+6
* s3:idmap_ldap: allow creation of ldap stored mappings for explicitly configur...Michael Adam2011-06-071-1/+1
* s3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ldap_allocate_idMichael Adam2011-06-071-6/+6
* s3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_ldap_allocate_id_internalMichael Adam2011-06-071-3/+3
* Fix bug #8203 - winbindd needs to reset the DC connection if an RPC times out.Jeremy Allison2011-06-071-15/+66
* Fix bug #8175 - smbd deadlock.Jeremy Allison2011-06-071-27/+71
* s3-docs Add documentation for ncalrpc dirAndrew Bartlett2011-06-071-0/+13
* WHATSNEW: Add another change since rc1.Karolin Seeger2011-06-071-0/+1
* Fix bug #8197 - winbind does not properly detect when a DC connection is dead.Jeremy Allison2011-06-071-6/+32
* Add the same fix to the S3 event backend as the previous commit added to the ...Jeremy Allison2011-06-071-1/+14
* Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...Jeremy Allison2011-06-071-1/+13
* WHATSNEW: Update changes since 3.6.0rc1.Karolin Seeger2011-06-071-0/+23
* s3:doc: update the ldap_user_dn documentation in the idmap_ldap manpageMichael Adam2011-06-071-3/+11
* idmap_ldap.8: Add example with readonly backendLuk Claes2011-06-071-0/+22
* s3:doc: clean up the example section of the idmap_tdb manpageMichael Adam2011-06-071-22/+1
* winbindd.8: Use new idmap syntax for smbconfoptionsLuk Claes2011-06-071-8/+5
* s3:doc: document "idmap gid" as deprecated.Michael Adam2011-06-071-8/+5
* s3:doc: document "idmap uid" as deprecated.Michael Adam2011-06-071-7/+5
* s3:doc: remove the documentation of "idmap alloc backend", which has been rem...Michael Adam2011-06-071-14/+0
* s3:doc: document "idmap backend" as deprecated.Michael Adam2011-06-071-33/+2
* s3:doc: update documentation of the "idmap config FOO : BAR" familiy of param...Michael Adam2011-06-071-20/+83
* winbindd.8: Fix typoLuk Claes2011-06-071-1/+1
* idmap_tdb.8: Remove reference to idmap uid and idmap gid options as fallbackLuk Claes2011-06-071-3/+0
* idmap_tdb.8: Remove references to alloc backendLuk Claes2011-06-071-19/+1
* idmap_tdb.8: Use new idmap syntax in examplesLuk Claes2011-06-071-8/+5
* idmap_ldap.8: Remove reference to idmap uid and idmap gid options as fallbackLuk Claes2011-06-071-3/+0
* idmap_ldap.8: Backend is not only used for searchingLuk Claes2011-06-071-2/+2
* idmap_ldap.8: Remove references to idmap alloc backendLuk Claes2011-06-071-50/+1
* idmap_ldap.8: Rework example to use new idmap syntaxLuk Claes2011-06-071-10/+7
* idmap_tdb2.8: Remove mentioning of deprecated idmap uid and idmap gid options...Luk Claes2011-06-071-3/+0
* idmap_tdb2.8: Avoid confusion with idmap uid and idmap gid optionsLuk Claes2011-06-071-1/+1
* idmap_tdb2.8: Remove part about alloc backendLuk Claes2011-06-071-19/+1
* idmap_tdb2.8: Use new syntax in exampleLuk Claes2011-06-071-3/+2
* winbindd.8: Use new syntax in exampleLuk Claes2011-06-071-2/+1
* wbinfo.1: Avoid confusion with idmap uid optionLuk Claes2011-06-071-1/+1
* idmap_autorid.8: Avoid confusion with idmap uid and idmap gid optionsLuk Claes2011-06-071-1/+1
* idmap_autorid.8: Use new syntax in autorid backend examplesLuk Claes2011-06-071-6/+4
* idmap_rid.8: Use new syntax in rid backend exampleLuk Claes2011-06-071-3/+2
* idmap_nss.8: Use new syntax for nss backendLuk Claes2011-06-071-3/+2
* idmap_hash.8: Use new syntax for hash backendLuk Claes2011-06-071-3/+2
* idmap_adex.8: Use new syntax in adex backend exampleLuk Claes2011-06-071-3/+2
* idmap_ad.8: use new syntax in ad backend exampleLuk Claes2011-06-071-3/+2
* replace: remove waring if IOV_MAX is not definedBjörn Jacke2011-06-071-2/+0
* Fix bug #7998.Samuel Thibault2011-06-071-1/+1
* struct make "struct shadow_copy_data" its own talloc context (cherry picked f...Volker Lendecke2011-06-074-19/+7
* s3: Remove SHADOW_COPY_DATA typedef (cherry picked from commit 0ec9a90c29b864...Volker Lendecke2011-06-078-11/+19
* s3: Support shadow copy display over SMB2Volker Lendecke2011-06-071-0/+121
* Split the ACE flag mapping between nfs4 and Windows into two separate functio...Jeremy Allison2011-06-071-14/+59
* nfs4_acls: pass ACE_FLAG_INHERITED_ACE down from the clientGregor Beck2011-06-071-0/+3
* nfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the clientGregor Beck2011-06-072-1/+5