summaryrefslogtreecommitdiff
path: root/nsswitch/wbinfo.c
Commit message (Expand)AuthorAgeFilesLines
...
* nsswitch: wbcFreeMemory deals fine with NULLVolker Lendecke2011-03-051-18/+6
* Revert "wbinfo: remove --set-uid-mapping - winbindd does not implement that a...Michael Adam2011-02-101-0/+41
* Revert "wbinfo: remove --set-gid-mapping - winbindd does not implement that a...Michael Adam2011-02-101-0/+41
* Revert "wbinfo: remove --remove-uid-mapping - winbindd does not implement tha...Michael Adam2011-02-101-0/+42
* Revert "wbinfo: remove --remove-gid-mapping - winbindd does not implement tha...Michael Adam2011-02-101-0/+42
* Revert "nsswitch: remove unused code from wbinfo.c"Michael Adam2011-02-101-0/+27
* nsswitch: remove unused code from wbinfo.cGünther Deschner2011-02-021-27/+0
* wbinfo: remove --remove-gid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-42/+0
* wbinfo: remove --remove-uid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-42/+0
* wbinfo: remove --set-gid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-41/+0
* wbinfo: remove --set-uid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-41/+0
* s3: Add wbinfo --dc-infoVolker Lendecke2011-01-191-0/+33
* s3: Add -P as an alias for --ping-dcVolker Lendecke2010-12-191-3/+2
* s3: Do not directly log off after a pam_logonVolker Lendecke2010-09-131-0/+1
* s3: Fix wbinfo arg for --pam-logonVolker Lendecke2010-09-131-1/+1
* s3: Fix messsssagesVolker Lendecke2010-09-091-5/+5
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* wbinfo: Fix error messagesVolker Lendecke2010-07-031-53/+53
* wbinfo: Document the deprecated sequence option correctly.Andreas Schneider2010-06-231-1/+1
* wbinfo: Add better libwbclient error reportingKai Blin2010-05-171-3/+101
* Revert "nsswitch: Fix a memleak in wbinfo"Volker Lendecke2010-04-241-2/+0
* nsswitch: Add wbinfo --pam-logonVolker Lendecke2010-04-191-0/+78
* nsswitch: Fix a memleak in wbinfoVolker Lendecke2010-04-181-0/+2
* nsswitch/wbinfo: Fix the S4 header checkKai Blin2010-04-111-1/+1
* s3: Add wbinfo --logoffVolker Lendecke2010-04-021-0/+23
* s3: Remove some pointless break statementsVolker Lendecke2010-04-021-3/+0
* s3: Add wbinfo --ccache-saveVolker Lendecke2010-01-241-0/+46
* s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke2009-12-211-0/+34
* wbinfo: use wbcLookupDomainControllerEx for wbinfo --dsgetdcname.Günther Deschner2009-10-191-25/+18
* nsswitch: add wbinfo -c (change trust account passwords).Günther Deschner2009-10-131-0/+39
* wbinfo: allow to check trusts via "wbinfo -t --domain DOMAINNAME".Günther Deschner2009-10-071-5/+13
* wbinfo: fix various valgrind warnings and an invalid free.Günther Deschner2009-09-041-7/+1
* wbinfo: Use one codebase for Samba3 and Samba4.Kai Blin2009-08-181-3/+7
* s3 wbinfo: Only call afs_settoken_str if compiled with WITH_FAKE_KASERVERKai Blin2009-08-181-0/+8
* s3 wbinfo: use wbcSidTypeString instead of sid_type_lookupKai Blin2009-08-181-2/+2
* s3 wbinfo: Remove unused functions, use C99-typesKai Blin2009-08-181-6/+1
* s3 wbinfo: Explicitly include popt header, remove unused common options.Kai Blin2009-08-181-1/+5
* s3 wbinfo: Use talloc_strdup instead of SMB_STRDUPKai Blin2009-08-181-21/+23
* s3 wbinfo: Don't use global_myname()Kai Blin2009-08-181-2/+17
* s3 wbinfo: Avoid ADD_TO_ARRAY macro.Kai Blin2009-08-181-1/+6
* s3 wbinfo: Use uint32_t instead of uint32Kai Blin2009-08-181-8/+8
* s3 wbinfo: remove --get-auth-user and --set-auth-user functionalityKai Blin2009-08-181-89/+6
* s3 wbinfo: Get rid of lp_ functionsKai Blin2009-08-181-100/+158
* Make wbinfo also print the members when querying a groupVolker Lendecke2009-08-081-2/+18
* wbinfo: use wbcLogonUser for wbinfo -K.Günther Deschner2009-06-181-35/+76
* s3: Fix request flags in wbinfo when perform krb5 authenticationBo Yang2009-05-221-1/+2
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-19/+23
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-3/+4
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-111-0/+67
* s3: Implement wbcGetpwsidDan Sledz2009-02-111-0/+34