summaryrefslogtreecommitdiff
path: root/nsswitch/wbinfo.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3: Fix Coverity ID 2220: RESOURCE_LEAKVolker Lendecke1-0/+2
2011-03-30s3: Fix Coverity ID 2221: RESOURCE_LEAKVolker Lendecke1-0/+2
2011-03-30s3: Fix Coverity ID 2222: RESOURCE_LEAKVolker Lendecke1-0/+2
2011-03-30s3: Fix Coverity ID 2223: RESOURCE_LEAKVolker Lendecke1-0/+2
2011-03-05wbinfo: Use wbcSidToStringBufVolker Lendecke1-60/+14
2011-03-05wbinfo: Fix a debug messageVolker Lendecke1-1/+1
2011-03-05nsswitch: wbcFreeMemory deals fine with NULLVolker Lendecke1-18/+6
2011-02-10Revert "wbinfo: remove --set-uid-mapping - winbindd does not implement that a...Michael Adam1-0/+41
2011-02-10Revert "wbinfo: remove --set-gid-mapping - winbindd does not implement that a...Michael Adam1-0/+41
2011-02-10Revert "wbinfo: remove --remove-uid-mapping - winbindd does not implement tha...Michael Adam1-0/+42
2011-02-10Revert "wbinfo: remove --remove-gid-mapping - winbindd does not implement tha...Michael Adam1-0/+42
2011-02-10Revert "nsswitch: remove unused code from wbinfo.c"Michael Adam1-0/+27
2011-02-02nsswitch: remove unused code from wbinfo.cGünther Deschner1-27/+0
2011-01-27wbinfo: remove --remove-gid-mapping - winbindd does not implement that any more.Michael Adam1-42/+0
2011-01-27wbinfo: remove --remove-uid-mapping - winbindd does not implement that any more.Michael Adam1-42/+0
2011-01-27wbinfo: remove --set-gid-mapping - winbindd does not implement that any more.Michael Adam1-41/+0
2011-01-27wbinfo: remove --set-uid-mapping - winbindd does not implement that any more.Michael Adam1-41/+0
2011-01-19s3: Add wbinfo --dc-infoVolker Lendecke1-0/+33
2010-12-19s3: Add -P as an alias for --ping-dcVolker Lendecke1-3/+2
2010-09-13s3: Do not directly log off after a pam_logonVolker Lendecke1-0/+1
2010-09-13s3: Fix wbinfo arg for --pam-logonVolker Lendecke1-1/+1
2010-09-09s3: Fix messsssagesVolker Lendecke1-5/+5
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-07-03wbinfo: Fix error messagesVolker Lendecke1-53/+53
2010-06-23wbinfo: Document the deprecated sequence option correctly.Andreas Schneider1-1/+1
2010-05-17wbinfo: Add better libwbclient error reportingKai Blin1-3/+101
2010-04-24Revert "nsswitch: Fix a memleak in wbinfo"Volker Lendecke1-2/+0
2010-04-19nsswitch: Add wbinfo --pam-logonVolker Lendecke1-0/+78
2010-04-18nsswitch: Fix a memleak in wbinfoVolker Lendecke1-0/+2
2010-04-11nsswitch/wbinfo: Fix the S4 header checkKai Blin1-1/+1
2010-04-02s3: Add wbinfo --logoffVolker Lendecke1-0/+23
2010-04-02s3: Remove some pointless break statementsVolker Lendecke1-3/+0
2010-01-24s3: Add wbinfo --ccache-saveVolker Lendecke1-0/+46
2009-12-21s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke1-0/+34
2009-10-19wbinfo: use wbcLookupDomainControllerEx for wbinfo --dsgetdcname.Günther Deschner1-25/+18
2009-10-13nsswitch: add wbinfo -c (change trust account passwords).Günther Deschner1-0/+39
2009-10-07wbinfo: allow to check trusts via "wbinfo -t --domain DOMAINNAME".Günther Deschner1-5/+13
2009-09-04wbinfo: fix various valgrind warnings and an invalid free.Günther Deschner1-7/+1
2009-08-18wbinfo: Use one codebase for Samba3 and Samba4.Kai Blin1-3/+7
2009-08-18s3 wbinfo: Only call afs_settoken_str if compiled with WITH_FAKE_KASERVERKai Blin1-0/+8
2009-08-18s3 wbinfo: use wbcSidTypeString instead of sid_type_lookupKai Blin1-2/+2
2009-08-18s3 wbinfo: Remove unused functions, use C99-typesKai Blin1-6/+1
2009-08-18s3 wbinfo: Explicitly include popt header, remove unused common options.Kai Blin1-1/+5
2009-08-18s3 wbinfo: Use talloc_strdup instead of SMB_STRDUPKai Blin1-21/+23
2009-08-18s3 wbinfo: Don't use global_myname()Kai Blin1-2/+17
2009-08-18s3 wbinfo: Avoid ADD_TO_ARRAY macro.Kai Blin1-1/+6
2009-08-18s3 wbinfo: Use uint32_t instead of uint32Kai Blin1-8/+8
2009-08-18s3 wbinfo: remove --get-auth-user and --set-auth-user functionalityKai Blin1-89/+6
2009-08-18s3 wbinfo: Get rid of lp_ functionsKai Blin1-100/+158
2009-08-08Make wbinfo also print the members when querying a groupVolker Lendecke1-2/+18