summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Update changes.samba-3.3.0rc1Karolin Seeger2008-11-271-0/+3
* Fix the offset checks in the trans routinesVolker Lendecke2008-11-273-9/+9
* libwbclient: Implement wbcGetgrent and wbcGetgrlistKai Blin2008-11-271-2/+121
* libwbclient: Implement wbcGetpwentKai Blin2008-11-271-2/+77
* libwbclient: Add placeholder function for WINBINDD_CCACHE_NTLMAUTHKai Blin2008-11-272-0/+43
* libwbclient: Fix typo in wbcGetgrent docstring.Kai Blin2008-11-271-1/+1
* libwbclient: Add placeholder function for WINBINDD_GETGRLSTKai Blin2008-11-272-0/+16
* libwbclient: Add placeholder functions for wbcQuery[GSU]idTo[GSU]idKai Blin2008-11-272-4/+76
* Fix circular dependency error with autoconf 2.6.3.Andreas Schneider2008-11-271-0/+2
* WHATSNEW: Update changes.Karolin Seeger2008-11-261-0/+1
* Fix bug #5914 - Build failure: redefinition of struct name_listJeremy Allison2008-11-261-8/+8
* WHATSNEW: Update changes and release date.Karolin Seeger2008-11-261-12/+50
* s3-samr: fix _samr_LookupNames return code.Günther Deschner2008-11-261-1/+10
* s3-libnetjoin: fix build warning.Günther Deschner2008-11-261-1/+1
* s3-libnetjoin: try to show a better error message upon invalid configuration.Günther Deschner2008-11-261-11/+50
* WHATSNEW: add more items.Günther Deschner2008-11-261-0/+2
* zfsacl: "return" is not a function.Michael Adam2008-11-261-3/+3
* zfsacl: Prevent calling POSIX ACL vfs methods on zfs share.Nils Goroll2008-11-261-0/+83
* [PATCH] Allow SYSLOG_FACILITY to be modified with a new configure option call...Dan Sledz2008-11-261-0/+16
* Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but t...Jeremy Allison2008-11-261-0/+8
* Fix to allow setting of NULL DACL/SACLSteven Danneman2008-11-261-11/+2
* Search for gpfs functions in both libgpfs_gpl.so an libgpfs.soMathias Dietz2008-11-261-47/+45
* libads/ldap.c: return an error instead of crashing when no realm is givenStefan Metzmacher2008-11-261-4/+4
* tags: Ignore include/proto.h from tag generationKai Blin2008-11-261-2/+2
* nfs4_acls: make prototype header match definition for smb_set_nt_acl_nfs4()Michael Adam2008-11-261-1/+1
* Revert f268d75f5ed1258b08c5571780ea3be6724daed4 - "Fix the logic bug that cau...Jeremy Allison2008-11-262-41/+35
* Fix the logic bug that caused us to run into kernel oplocks on an open for a ...Jeremy Allison2008-11-262-35/+41
* [PATCH] FreeBSD configure check for backtrace_symbolsDan Sledz2008-11-261-0/+2
* Use fxattr calls whenever possible (trying to work around the strange Linux k...Jeremy Allison2008-11-261-19/+51
* winbindd: make all winbind rpc-methods static.Michael Adam2008-11-262-65/+32
* s3-winbindd_ads: use the reconnect methods instead of the rpc methods directlyMichael Adam2008-11-261-6/+75
* winbindd_ads: prevent negative GM/ cache entries due to broken connectionsMichael Adam2008-11-261-0/+23
* winbindd_group: don't list the domain twice when expanding internal aliasesMichael Adam2008-11-261-1/+1
* winbindd_group: sanely handle NULL domain in add_member().Michael Adam2008-11-261-1/+5
* winbindd_ads: honour "winbind use default domain" in lookup_groupmem().Michael Adam2008-11-261-9/+11
* winbindd_rpc: add domain prefix to username in lookup_groupmem().Michael Adam2008-11-261-1/+4
* winbindd_util: add fill_domain_username_talloc().Michael Adam2008-11-261-0/+27
* winbindd_util: add prototype for fill_domain_username_talloc().Michael Adam2008-11-261-0/+4
* winbindd: fix a comment typoMichael Adam2008-11-261-1/+1
* Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...Jeremy Allison2008-11-262-15/+105
* Ensure we always reply in reply_printopen().Jeremy Allison2008-11-261-1/+2
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-11-267-112/+119
* krb5_locator: use wbcLookupDomainControllerEx() for query.Günther Deschner2008-11-262-24/+21
* s3-winbindd: use new, richer structures in WINBINDD_DSGETDCNAME implementation.Günther Deschner2008-11-261-21/+40
* pam_winbind: fix some invalid blob handling.Günther Deschner2008-11-261-24/+30
* Create a function out of pam_sm_close_session to delete the credentials.Andreas Schneider2008-11-261-123/+135
* Delete the krb5 ccname variable from the PAM environment if set.Andreas Schneider2008-11-261-0/+8
* Set the right return value if wbc_status is set to an error.Günther Deschner2008-11-261-0/+5
* pam_winbind: document mkhomedir option.Günther Deschner2008-11-261-0/+8
* pam_winbind: re-add mkhomedir option.Günther Deschner2008-11-263-3/+136