summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pam_winbind: re-add mkhomedir option.Günther Deschner2008-10-103-3/+136
| | | | Guenther
* pam_winbind: remove unused pam_winbind_request().Günther Deschner2008-10-101-47/+0
| | | | Guenther
* pam_winbind: fix wbc_auth_error_to_pam_error().Günther Deschner2008-10-101-18/+14
| | | | Guenther
* pam_winbind: remove some unused macros.Günther Deschner2008-10-101-47/+0
| | | | Guenther
* pam_winbind: remove NETLOGON_CACHED_ACCOUNT and NETLOGON_GRACE_LOGON.Günther Deschner2008-10-101-7/+2
| | | | Guenther
* pam_winbind: remove ACB_PWNOEXP.Günther Deschner2008-10-102-4/+2
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_PAM_AUTH.Günther Deschner2008-10-101-116/+251
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF.Günther Deschner2008-10-101-19/+56
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK.Günther Deschner2008-10-102-81/+71
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID.Günther Deschner2008-10-101-51/+23
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_INFO.Günther Deschner2008-10-101-9/+12
| | | | Guenther
* pam_winbind: use libwbclient for WINBINDD_GETPWNAM.Günther Deschner2008-10-101-15/+11
| | | | Guenther
* pam_winbind: add _pam_check_remark_auth_err().Günther Deschner2008-10-101-0/+41
| | | | Guenther
* pam_winbind: add wbc_auth_error_to_pam_error().Günther Deschner2008-10-101-8/+45
| | | | Guenther
* pam_winbind: add wbc_error_to_pam_error().Günther Deschner2008-10-101-0/+36
| | | | Guenther
* pam_winbind: prepare to use libwbclient inside pam_winbind.Günther Deschner2008-10-102-2/+3
| | | | Guenther
* pam_winbind: convert to use talloc.Günther Deschner2008-10-103-59/+58
| | | | Guenther
* libwbclient: add wbcLogonUser().Günther Deschner2008-10-102-0/+228
| | | | Guenther
* libwbclient: add wbcLogoffUserEx().Günther Deschner2008-10-102-0/+108
| | | | Guenther
* libwbclient: add wbcAddNamedBlob.Günther Deschner2008-10-102-1/+54
| | | | Guenther
* libwbclient: add wbcBlob and wbcNamedBlob.Günther Deschner2008-10-101-0/+19
| | | | Guenther
* libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field.Günther Deschner2008-10-101-0/+5
| | | | Guenther
* Use const.Jelmer Vernooij2008-10-101-5/+5
|
* Fix executability of samba3-srv.Jelmer Vernooij2008-10-102-3/+0
|
* krb5_locator: use wbcLookupDomainControllerEx() for query.Günther Deschner2008-10-102-24/+21
| | | | Guenther
* remove common lib object files on make cleanlib from source3Tim Prouty2008-10-091-0/+4
| | | | | source4 already cleans up the object files on make clean. This patch modifies source3 to also do this.
* Add support for autogen to take a --version-file argumentTim Prouty2008-10-092-2/+26
|
* Ensure we handle signals correctly during the async calls.Jeremy Allison2008-10-091-2/+2
| | | | Jeremy.
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-0920-107/+68
| | | | Jeremy.
* Make use of ZERO_STRUCT (the first memset was actually wrong)Volker Lendecke2008-10-091-3/+3
|
* mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton2008-10-091-36/+46
| | | | | | | | | | | | | The manpage for /bin/mount specifies that the return code should be a positive integer (actually, it's a bitfield). Clean up the return codes from mount.cifs to make them match the expected return values from /bin/mount. This necessary for proper integration with autofs. This is the third attempt at this patch. The changes here are minor, just changing some return's from main() into exit() calls for consistency's sake. Signed-off-by: Jeff Layton <jlayton@redhat.com>
* mount.cifs: have uppercase_string return success on NULL pointerJeff Layton2008-10-091-2/+2
| | | | | | | | We currently don't attempt to uppercase the device portion of the mount string if there isn't a prefixpath. Fix that by making uppercase_string return success without doing anything on a NULL pointer. Signed-off-by: Jeff Layton <jlayton@redhat.com>
* wbclient: add wbcLookupDomainControllerEx call.Günther Deschner2008-10-092-1/+159
| | | | Guenther
* wbclient: add wbcGuidToString and wbcStringToGuid helper functions.Günther Deschner2008-10-093-0/+129
| | | | Guenther
* wbclient: add wbcGuid structure.Günther Deschner2008-10-091-0/+13
| | | | Guenther
* wbclient: add my copyright.Günther Deschner2008-10-091-0/+1
| | | | Guenther
* krb5-locator: fix dsgetdcname caller.Günther Deschner2008-10-091-5/+22
| | | | Guenther
* wbinfo: fix dsgetdcname caller.Günther Deschner2008-10-091-3/+11
| | | | Guenther
* s3-winbindd: use new, richer structures in WINBINDD_DSGETDCNAME implementation.Günther Deschner2008-10-091-21/+40
| | | | Guenther
* Remove a pointless level of indirectionVolker Lendecke2008-10-093-12/+1
|
* Fix a typoVolker Lendecke2008-10-091-1/+1
|
* build: add "make test_wbpad" for checking winbind 32/64bit structure padding.Günther Deschner2008-10-092-0/+86
| | | | Guenther
* s3-winbindd: add dsgetdcname request and reply to winbind structure.Günther Deschner2008-10-091-0/+17
| | | | Guenther
* For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-085-2/+52
| | | | | | | to specific bits every time a security descriptor is set. The S4 torture suite proves that generic bits are not returned when querying an ACL set using them (ie. only the specific bits are stored on disk). Jeremy.
* Fixed "might be uninitialized" warningTim Prouty2008-10-081-2/+2
|
* Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-083-1/+20
| | | | | ACLs. Jeremy.
* Fix bug #5814 - Winbindd dumping core in a strange manner while doing ↵Jeremy Allison2008-10-081-0/+23
| | | | | | | | | | | | | | | | "rescan_trusted_domain". From analysis by hargagan <shargagan@novell.com> : "The winbindd_child_died() is also getting called from process_loop() in case of SIGCHLD signal. In this case it doesn't make the timeout_handler to NULL for the first request. It then initiate a new request using schedule_async_request() which installs a new timeout handler for the same request. In such a case, for a badly unresponsive system both the timeout handler can be called. For the first call the "private_data" will be cleared and for another call the timeout handler will be detecting the double free. So, for such a case as well, the winbindd_child_died() should make the timeout_handler to NULL." Jeremy.
* Remove unused CHECK_FSP macroVolker Lendecke2008-10-082-19/+2
|
* Remove duplicate copy of manual page.Jelmer Vernooij2008-10-081-83/+0
|
* fix libclinbtsrcdir variable.Jelmer Vernooij2008-10-083-8/+8
|