Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-11 | nsswitch/wbinfo: Fix the S4 header check | Kai Blin | 1 | -1/+1 | |
2010-04-02 | s3: Add wbinfo --logoff | Volker Lendecke | 1 | -0/+23 | |
2010-04-02 | s3: Remove some pointless break statements | Volker Lendecke | 1 | -3/+0 | |
2010-01-24 | s3: Add wbinfo --ccache-save | Volker Lendecke | 1 | -0/+46 | |
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 | -0/+34 | |
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-19 | wbinfo: use wbcLookupDomainControllerEx for wbinfo --dsgetdcname. | Günther Deschner | 1 | -25/+18 | |
Guenther | |||||
2009-10-13 | nsswitch: add wbinfo -c (change trust account passwords). | Günther Deschner | 1 | -0/+39 | |
Guenther | |||||
2009-10-07 | wbinfo: allow to check trusts via "wbinfo -t --domain DOMAINNAME". | Günther Deschner | 1 | -5/+13 | |
Guenther | |||||
2009-09-04 | wbinfo: fix various valgrind warnings and an invalid free. | Günther Deschner | 1 | -7/+1 | |
Kai, please check. Guenther | |||||
2009-08-18 | wbinfo: Use one codebase for Samba3 and Samba4. | Kai Blin | 1 | -3/+7 | |
There can be only one....wbinfo that is. | |||||
2009-08-18 | s3 wbinfo: Only call afs_settoken_str if compiled with WITH_FAKE_KASERVER | Kai Blin | 1 | -0/+8 | |
2009-08-18 | s3 wbinfo: use wbcSidTypeString instead of sid_type_lookup | Kai Blin | 1 | -2/+2 | |
2009-08-18 | s3 wbinfo: Remove unused functions, use C99-types | Kai Blin | 1 | -6/+1 | |
2009-08-18 | s3 wbinfo: Explicitly include popt header, remove unused common options. | Kai Blin | 1 | -1/+5 | |
2009-08-18 | s3 wbinfo: Use talloc_strdup instead of SMB_STRDUP | Kai Blin | 1 | -21/+23 | |
2009-08-18 | s3 wbinfo: Don't use global_myname() | Kai Blin | 1 | -2/+17 | |
2009-08-18 | s3 wbinfo: Avoid ADD_TO_ARRAY macro. | Kai Blin | 1 | -1/+6 | |
2009-08-18 | s3 wbinfo: Use uint32_t instead of uint32 | Kai Blin | 1 | -8/+8 | |
2009-08-18 | s3 wbinfo: remove --get-auth-user and --set-auth-user functionality | Kai Blin | 1 | -89/+6 | |
Point to the corresponding commands in "net" instead. | |||||
2009-08-18 | s3 wbinfo: Get rid of lp_ functions | Kai Blin | 1 | -100/+158 | |
This commit also fixes a lot of line lengths to make the file more readable. | |||||
2009-08-08 | Make wbinfo also print the members when querying a group | Volker Lendecke | 1 | -2/+18 | |
2009-06-18 | wbinfo: use wbcLogonUser for wbinfo -K. | Günther Deschner | 1 | -35/+76 | |
Guenther | |||||
2009-05-22 | s3: Fix request flags in wbinfo when perform krb5 authentication | Bo Yang | 1 | -1/+2 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 1 | -19/+23 | |
Should make Solaris 10 builds look cleaner. Jeremy. | |||||
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -3/+4 | |
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett | |||||
2009-02-11 | s3: Implement wbcGetSidAliases | Dan Sledz | 1 | -0/+67 | |
* 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 | -0/+34 | |
* 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. | |||||
2008-12-29 | wbinfo: Add --gid-info option. | Kai Blin | 1 | -0/+30 | |
2008-12-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 1 | -0/+1984 | |
Don't move source4 files yet to not confuse git's rename tracking too much. |