Age | Commit message (Expand) | Author | Files | Lines |
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 | Use const. | Jelmer Vernooij | 1 | -5/+5 |
2008-10-10 | Fix executability of samba3-srv. | Jelmer Vernooij | 2 | -3/+0 |
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 | 2 | -2/+26 |
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 |
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 |
2008-10-09 | s3-winbindd: add dsgetdcname request and reply to winbind structure. | Günther Deschner | 1 | -0/+17 |
2008-10-08 | For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits | Jeremy Allison | 5 | -2/+52 |
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 |
2008-10-08 | Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan... | Jeremy Allison | 1 | -0/+23 |
2008-10-08 | Remove unused CHECK_FSP macro | Volker Lendecke | 2 | -19/+2 |
2008-10-08 | Remove duplicate copy of manual page. | Jelmer Vernooij | 1 | -83/+0 |
2008-10-08 | fix libclinbtsrcdir variable. | Jelmer Vernooij | 3 | -8/+8 |
2008-10-08 | Add manpage for nmblookup, move nmblookup closer to nbt library. | Jelmer Vernooij | 4 | -17/+237 |
2008-10-08 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 13 | -55/+53 |
2008-10-08 | Fix subunit files location after cherrypicks. | Jelmer Vernooij | 8 | -1/+2 |
2008-10-07 | Fix const warning. | Jeremy Allison | 1 | -1/+1 |
2008-10-07 | Update vfs version as I've added a const to the security_descriptor paramter ... | Jeremy Allison | 13 | -54/+52 |
2008-10-08 | Fix path apparently gone wrong by cherrypick. | Jelmer Vernooij | 1 | -0/+0 |
2008-10-08 | Move all subunit files to lib directory. | Jelmer Vernooij | 8 | -2/+3 |
2008-10-08 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 36 | -275/+906 |
2008-10-08 | Fix syntax errors in minschema. | Jelmer Vernooij | 1 | -20/+16 |
2008-10-08 | Import tests for subunit python module. | Jelmer Vernooij | 6 | -0/+854 |
2008-10-08 | Move subunit helper utility to specific subunit directory. | Jelmer Vernooij | 2 | -1/+1 |
2008-10-08 | Allow 'make testenv-dc', 'make testenv-member', etc. | Jelmer Vernooij | 1 | -0/+3 |
2008-10-08 | Print proper error if include file can't be found. | Jelmer Vernooij | 1 | -0/+4 |
2008-10-07 | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 4 | -160/+175 |