Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-10 | pam_winbind: remove NETLOGON_CACHED_ACCOUNT and NETLOGON_GRACE_LOGON. | Günther Deschner | 1 | -7/+2 | |
Guenther | |||||
2008-10-10 | pam_winbind: remove ACB_PWNOEXP. | Günther Deschner | 2 | -4/+2 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_PAM_AUTH. | Günther Deschner | 1 | -116/+251 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF. | Günther Deschner | 1 | -19/+56 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK. | Günther Deschner | 2 | -81/+71 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID. | Günther Deschner | 1 | -51/+23 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_INFO. | Günther Deschner | 1 | -9/+12 | |
Guenther | |||||
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_GETPWNAM. | Günther Deschner | 1 | -15/+11 | |
Guenther | |||||
2008-10-10 | pam_winbind: add _pam_check_remark_auth_err(). | Günther Deschner | 1 | -0/+41 | |
Guenther | |||||
2008-10-10 | pam_winbind: add wbc_auth_error_to_pam_error(). | Günther Deschner | 1 | -8/+45 | |
Guenther | |||||
2008-10-10 | pam_winbind: add wbc_error_to_pam_error(). | Günther Deschner | 1 | -0/+36 | |
Guenther | |||||
2008-10-10 | pam_winbind: prepare to use libwbclient inside pam_winbind. | Günther Deschner | 2 | -2/+3 | |
Guenther | |||||
2008-10-10 | pam_winbind: convert to use talloc. | Günther Deschner | 3 | -59/+58 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcLogonUser(). | Günther Deschner | 2 | -0/+228 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcLogoffUserEx(). | Günther Deschner | 2 | -0/+108 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcAddNamedBlob. | Günther Deschner | 2 | -1/+54 | |
Guenther | |||||
2008-10-10 | libwbclient: add wbcBlob and wbcNamedBlob. | Günther Deschner | 1 | -0/+19 | |
Guenther | |||||
2008-10-10 | libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2008-10-10 | krb5_locator: use wbcLookupDomainControllerEx() for query. | Günther Deschner | 2 | -24/+21 | |
Guenther | |||||
2008-10-09 | remove common lib object files on make cleanlib from source3 | Tim Prouty | 1 | -0/+4 | |
source4 already cleans up the object files on make clean. This patch modifies source3 to also do this. | |||||
2008-10-09 | Add support for autogen to take a --version-file argument | Tim Prouty | 1 | -1/+13 | |
2008-10-09 | Ensure we handle signals correctly during the async calls. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. | |||||
2008-10-09 | Remove SEC_ACCESS. It's a uint32_t. | Jeremy Allison | 20 | -107/+68 | |
Jeremy. | |||||
2008-10-09 | Make use of ZERO_STRUCT (the first memset was actually wrong) | Volker Lendecke | 1 | -3/+3 | |
2008-10-09 | mount.cifs: make return codes match the return codes for /bin/mount (try #3) | Jeff Layton | 1 | -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> | |||||
2008-10-09 | mount.cifs: have uppercase_string return success on NULL pointer | Jeff Layton | 1 | -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> | |||||
2008-10-09 | wbclient: add wbcLookupDomainControllerEx call. | Günther Deschner | 2 | -1/+159 | |
Guenther | |||||
2008-10-09 | wbclient: add wbcGuidToString and wbcStringToGuid helper functions. | Günther Deschner | 3 | -0/+129 | |
Guenther | |||||
2008-10-09 | wbclient: add wbcGuid structure. | Günther Deschner | 1 | -0/+13 | |
Guenther | |||||
2008-10-09 | wbclient: add my copyright. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-10-09 | krb5-locator: fix dsgetdcname caller. | Günther Deschner | 1 | -5/+22 | |
Guenther | |||||
2008-10-09 | wbinfo: fix dsgetdcname caller. | Günther Deschner | 1 | -3/+11 | |
Guenther | |||||
2008-10-09 | s3-winbindd: use new, richer structures in WINBINDD_DSGETDCNAME implementation. | Günther Deschner | 1 | -21/+40 | |
Guenther | |||||
2008-10-09 | Remove a pointless level of indirection | Volker Lendecke | 3 | -12/+1 | |
2008-10-09 | Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2008-10-09 | build: add "make test_wbpad" for checking winbind 32/64bit structure padding. | Günther Deschner | 2 | -0/+86 | |
Guenther | |||||
2008-10-09 | s3-winbindd: add dsgetdcname request and reply to winbind structure. | Günther Deschner | 1 | -0/+17 | |
Guenther | |||||
2008-10-08 | For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits | Jeremy Allison | 5 | -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. | |||||
2008-10-08 | Fixed "might be uninitialized" warning | Tim Prouty | 1 | -2/+2 | |
2008-10-08 | Deal with inheritance from parent directory when setting Windows | Jeremy Allison | 3 | -1/+20 | |
ACLs. Jeremy. | |||||
2008-10-08 | Fix bug #5814 - Winbindd dumping core in a strange manner while doing ↵ | Jeremy Allison | 1 | -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. | |||||
2008-10-08 | Remove unused CHECK_FSP macro | Volker Lendecke | 2 | -19/+2 | |
2008-10-08 | fix libclinbtsrcdir variable. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-07 | Fix const warning. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-10-07 | Update vfs version as I've added a const to the security_descriptor paramter ↵ | Jeremy Allison | 11 | -52/+50 | |
in fset_nt_acl(). Need to watch the build farm to make sure I haven't broken the AIX or Solaris ACL modules. Jeremy. | |||||
2008-10-07 | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 4 | -160/+175 | |
Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files. Jeremy. | |||||
2008-10-06 | Fixed build warning "passing arg from incompatible pointer type" | Tim Prouty | 1 | -1/+3 | |
The fix explicitly makes the conversion from timeval to time_t using the existing time utility functions. Compiling modules/vfs_smb_traffic_analyzer.c modules/vfs_smb_traffic_analyzer.c: In function `smb_traffic_analyzer_send_data': modules/vfs_smb_traffic_analyzer.c:173: warning: passing arg 1 of `localtime' from incompatible pointer type | |||||
2008-10-06 | idmap_adex: Add more debugging to the basic search function. | Gerald (Jerry) Carter | 1 | -0/+18 | |
Log the dn of all located entries in order to verify search results. | |||||
2008-10-06 | idmap_adex: Add log messages to dc_add_domain for easier debugging. | Gerald (Jerry) Carter | 1 | -0/+8 | |
Part of continue work on BUG 5806. | |||||
2008-10-06 | If name_to_fqdn fails, retry with the dns domain the DC gave us | Volker Lendecke | 1 | -3/+8 | |
This is a workaround for the cases where you want to join under a netbios name that is different from your hostname, i.e. a name that can not be found in /etc/hosts or dns. In these cases, name_to_fqdn fails or gives invalid results. |