Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-14 | s3:winbind: increase interface version after removing calls | Michael Adam | 1 | -1/+4 | |
Michael | |||||
2010-08-14 | s3:winbind: remove the method REMOVE_MAPPING from winbind's API | Michael Adam | 1 | -2/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove the method SET_MAPPING from winbind's API | Michael Adam | 1 | -2/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove SET_HWM from winbind's API. | Michael Adam | 1 | -2/+0 | |
2010-04-19 | winbindd: Fill in num_entries where available | Volker Lendecke | 1 | -1/+2 | |
The server implementation of WINBINDD_LIST_USERS, WINBINDD_LIST_GROUPS and WINBINDD_LIST_TRUSTDOM knows the number of entries returned. Bump up the version number so that a newer lib does not rely on something an older winbind does not do. | |||||
2010-03-13 | NSS:winbind_struct_protocol.h - fix typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-01-24 | s3: Add the session key to the ccache_ntlm_auth response | Volker Lendecke | 1 | -1/+3 | |
2010-01-24 | s3: Add wbinfo --ccache-save | Volker Lendecke | 1 | -1/+8 | |
With this command you can give winbind your password for later use by the automatic ntlm_auth | |||||
2009-12-21 | s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc | Volker Lendecke | 1 | -1/+3 | |
This just does a NULL RPC call through an existing NETLOGON connection. If someone knows an operation that "just works" and does not return NOT_SUPPORTED, please tell me :-) | |||||
2009-10-13 | libwbclient: add wbcChangeTrustCredentials. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-08-05 | s3:winbind: Add NDR-based parent-child communication to winbind | Volker Lendecke | 1 | -0/+3 | |
2009-05-30 | libwbclient: Add async call framework. | Kai Blin | 1 | -0/+5 | |
2009-02-11 | s3: Implement wbcGetSidAliases | Dan Sledz | 1 | -0/+3 | |
* Adds wbcGetSidAliases that calls the lookup_useraliases function. * Updates wbinfo and winbind_util.c to call the new function. * Also added winbind_get_groups helper function. | |||||
2009-02-11 | s3: Implement wbcGetpwsid | Dan Sledz | 1 | -3/+6 | |
* Adds the plumbing required to lookup users by sid into winbind, wbinfo and smbd helper lib (winbind_util.c). * Removes some double declarations of winbind_util.c functions. * Bumps the winbind protocol version to 21 and the minor version of wbclient to 3. | |||||
2009-01-05 | s3:winbindd: move WINBINDD_CCACHE_ENTRY and WINBINDD_MEMORY_CREDS to winbindd.h | Stefan Metzmacher | 1 | -27/+0 | |
metze | |||||
2008-12-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 1 | -0/+514 | |
Don't move source4 files yet to not confuse git's rename tracking too much. |