summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-10pam_winbind: fix wbc_auth_error_to_pam_error().Günther Deschner1-18/+14
2008-10-10pam_winbind: remove some unused macros.Günther Deschner1-47/+0
2008-10-10pam_winbind: remove NETLOGON_CACHED_ACCOUNT and NETLOGON_GRACE_LOGON.Günther Deschner1-7/+2
2008-10-10pam_winbind: remove ACB_PWNOEXP.Günther Deschner2-4/+2
2008-10-10pam_winbind: use libwbclient for WINBINDD_PAM_AUTH.Günther Deschner1-116/+251
2008-10-10pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF.Günther Deschner1-19/+56
2008-10-10pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK.Günther Deschner2-81/+71
2008-10-10pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID.Günther Deschner1-51/+23
2008-10-10pam_winbind: use libwbclient for WINBINDD_INFO.Günther Deschner1-9/+12
2008-10-10pam_winbind: use libwbclient for WINBINDD_GETPWNAM.Günther Deschner1-15/+11
2008-10-10pam_winbind: add _pam_check_remark_auth_err().Günther Deschner1-0/+41
2008-10-10pam_winbind: add wbc_auth_error_to_pam_error().Günther Deschner1-8/+45
2008-10-10pam_winbind: add wbc_error_to_pam_error().Günther Deschner1-0/+36
2008-10-10pam_winbind: prepare to use libwbclient inside pam_winbind.Günther Deschner2-2/+3
2008-10-10pam_winbind: convert to use talloc.Günther Deschner3-59/+58
2008-10-10libwbclient: add wbcLogonUser().Günther Deschner2-0/+228
2008-10-10libwbclient: add wbcLogoffUserEx().Günther Deschner2-0/+108
2008-10-10libwbclient: add wbcAddNamedBlob.Günther Deschner2-1/+54
2008-10-10libwbclient: add wbcBlob and wbcNamedBlob.Günther Deschner1-0/+19
2008-10-10libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field.Günther Deschner1-0/+5
2008-10-10Use const.Jelmer Vernooij1-5/+5
2008-10-10Fix executability of samba3-srv.Jelmer Vernooij2-3/+0
2008-10-10krb5_locator: use wbcLookupDomainControllerEx() for query.Günther Deschner2-24/+21
2008-10-09remove common lib object files on make cleanlib from source3Tim Prouty1-0/+4
2008-10-09Add support for autogen to take a --version-file argumentTim Prouty2-2/+26
2008-10-09Ensure we handle signals correctly during the async calls.Jeremy Allison1-2/+2
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison20-107/+68
2008-10-09Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke1-3/+3
2008-10-09mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton1-36/+46
2008-10-09mount.cifs: have uppercase_string return success on NULL pointerJeff Layton1-2/+2
2008-10-09wbclient: add wbcLookupDomainControllerEx call.Günther Deschner2-1/+159
2008-10-09wbclient: add wbcGuidToString and wbcStringToGuid helper functions.Günther Deschner3-0/+129
2008-10-09wbclient: add wbcGuid structure.Günther Deschner1-0/+13
2008-10-09wbclient: add my copyright.Günther Deschner1-0/+1
2008-10-09krb5-locator: fix dsgetdcname caller.Günther Deschner1-5/+22
2008-10-09wbinfo: fix dsgetdcname caller.Günther Deschner1-3/+11
2008-10-09s3-winbindd: use new, richer structures in WINBINDD_DSGETDCNAME implementation.Günther Deschner1-21/+40
2008-10-09Remove a pointless level of indirectionVolker Lendecke3-12/+1
2008-10-09Fix a typoVolker Lendecke1-1/+1
2008-10-09build: add "make test_wbpad" for checking winbind 32/64bit structure padding.Günther Deschner2-0/+86
2008-10-09s3-winbindd: add dsgetdcname request and reply to winbind structure.Günther Deschner1-0/+17
2008-10-08For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison5-2/+52
2008-10-08Fixed "might be uninitialized" warningTim Prouty1-2/+2
2008-10-08Deal with inheritance from parent directory when setting WindowsJeremy Allison3-1/+20
2008-10-08Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison1-0/+23
2008-10-08Remove unused CHECK_FSP macroVolker Lendecke2-19/+2
2008-10-08Remove duplicate copy of manual page.Jelmer Vernooij1-83/+0
2008-10-08fix libclinbtsrcdir variable.Jelmer Vernooij3-8/+8
2008-10-08Add manpage for nmblookup, move nmblookup closer to nbt library.Jelmer Vernooij4-17/+237
2008-10-08Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij13-55/+53