Age | Commit message (Expand) | Author | Files | Lines |
2008-10-11 | Clean up properly. | Jelmer Vernooij | 1 | -1/+3 |
2008-10-11 | Fix libutil path. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-11 | Provide the same set of helper functions for DEBUG in Samba 3 and Samba | Jelmer Vernooij | 3 | -9/+18 |
2008-10-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 | Jelmer Vernooij | 124 | -4865/+4543 |
2008-10-11 | Make use of talloc_tos() | Volker Lendecke | 1 | -2/+2 |
2008-10-11 | Fix some nonempty blank lines | Volker Lendecke | 2 | -23/+23 |
2008-10-11 | Fix a "nexted extern declaration" warning | Volker Lendecke | 1 | -1/+1 |
2008-10-10 | Initialize near creation of resource. Makes code clearer. | Jeremy Allison | 1 | -0/+2 |
2008-10-10 | Ensure we do reinit_after_fork(). | Jeremy Allison | 1 | -0/+5 |
2008-10-10 | Allow data flow to be debugged and only log on error. All seems ok now. | Jeremy Allison | 1 | -8/+40 |
2008-10-10 | Async is trickier than it looks :-). Don't use a stack variable for a private... | Jeremy Allison | 1 | -6/+18 |
2008-10-10 | If you have a large number of cups printers, then scanning for print info can... | Jeremy Allison | 6 | -34/+267 |
2008-10-10 | pam_winbind: re-add mkhomedir option. | Günther Deschner | 2 | -3/+133 |
2008-10-10 | pam_winbind: remove unused pam_winbind_request(). | Günther Deschner | 1 | -47/+0 |
2008-10-10 | pam_winbind: fix wbc_auth_error_to_pam_error(). | Günther Deschner | 1 | -18/+14 |
2008-10-10 | pam_winbind: remove some unused macros. | Günther Deschner | 1 | -47/+0 |
2008-10-10 | pam_winbind: remove NETLOGON_CACHED_ACCOUNT and NETLOGON_GRACE_LOGON. | Günther Deschner | 1 | -7/+2 |
2008-10-10 | pam_winbind: remove ACB_PWNOEXP. | Günther Deschner | 2 | -4/+2 |
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_PAM_AUTH. | Günther Deschner | 1 | -116/+251 |
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF. | Günther Deschner | 1 | -19/+56 |
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK. | Günther Deschner | 2 | -81/+71 |
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID. | Günther Deschner | 1 | -51/+23 |
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_INFO. | Günther Deschner | 1 | -9/+12 |
2008-10-10 | pam_winbind: use libwbclient for WINBINDD_GETPWNAM. | Günther Deschner | 1 | -15/+11 |
2008-10-10 | pam_winbind: add _pam_check_remark_auth_err(). | Günther Deschner | 1 | -0/+41 |
2008-10-10 | pam_winbind: add wbc_auth_error_to_pam_error(). | Günther Deschner | 1 | -8/+45 |
2008-10-10 | pam_winbind: add wbc_error_to_pam_error(). | Günther Deschner | 1 | -0/+36 |
2008-10-10 | pam_winbind: prepare to use libwbclient inside pam_winbind. | Günther Deschner | 2 | -2/+3 |
2008-10-10 | pam_winbind: convert to use talloc. | Günther Deschner | 3 | -59/+58 |
2008-10-10 | libwbclient: add wbcLogonUser(). | Günther Deschner | 2 | -0/+228 |
2008-10-10 | libwbclient: add wbcLogoffUserEx(). | Günther Deschner | 2 | -0/+108 |
2008-10-10 | libwbclient: add wbcAddNamedBlob. | Günther Deschner | 2 | -1/+54 |
2008-10-10 | libwbclient: add wbcBlob and wbcNamedBlob. | Günther Deschner | 1 | -0/+19 |
2008-10-10 | libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field. | Günther Deschner | 1 | -0/+5 |
2008-10-10 | krb5_locator: use wbcLookupDomainControllerEx() for query. | Günther Deschner | 2 | -24/+21 |
2008-10-09 | remove common lib object files on make cleanlib from source3 | Tim Prouty | 1 | -0/+4 |
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 |
2008-10-09 | Remove SEC_ACCESS. It's a uint32_t. | Jeremy Allison | 20 | -107/+68 |
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 |
2008-10-09 | mount.cifs: have uppercase_string return success on NULL pointer | Jeff Layton | 1 | -2/+2 |
2008-10-09 | wbclient: add wbcLookupDomainControllerEx call. | Günther Deschner | 2 | -1/+159 |
2008-10-09 | wbclient: add wbcGuidToString and wbcStringToGuid helper functions. | Günther Deschner | 3 | -0/+129 |
2008-10-09 | wbclient: add wbcGuid structure. | Günther Deschner | 1 | -0/+13 |
2008-10-09 | wbclient: add my copyright. | Günther Deschner | 1 | -0/+1 |
2008-10-09 | krb5-locator: fix dsgetdcname caller. | Günther Deschner | 1 | -5/+22 |
2008-10-09 | wbinfo: fix dsgetdcname caller. | Günther Deschner | 1 | -3/+11 |
2008-10-09 | s3-winbindd: use new, richer structures in WINBINDD_DSGETDCNAME implementation. | Günther Deschner | 1 | -21/+40 |
2008-10-09 | Remove a pointless level of indirection | Volker Lendecke | 3 | -12/+1 |