summaryrefslogtreecommitdiff
path: root/nsswitch/wbinfo.c
Commit message (Expand)AuthorAgeFilesLines
* nsswitch: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-5/+4
* wbinfo: Use wrapper for string to integer conversionSwen Schillig2019-03-011-3/+11
* wbinfo: fix --ntlmv1 optionGary Lockyer2019-02-201-0/+1
* nsswitch: Use C99 initializer for poptOption in wbinfoAndreas Schneider2019-01-281-81/+484
* wbinfo: Free memory when we leave wbinfo_dsgetdcname()Andreas Schneider2018-08-111-0/+3
* wbinfo: Improve the wording for --online-statusAndreas Schneider2018-03-161-2/+2
* wbinfo: avoid segfault in wbinfo_auth_crap() if winbindd is not availableStefan Metzmacher2018-02-101-2/+11
* wbinfo: support for local, workstation and routed trust typesRalph Boehme2018-01-131-1/+20
* wbinfo: return "NOT MAPPED" instead of "S-0-0" for unmapped id-to-sidRalph Boehme2017-10-101-0/+6
* wbinfo: Prevent client segfault with given EOFGarming Sam2017-03-271-1/+2
* wbinfo: Add "authoritative" to wbinfo -a outputVolker Lendecke2017-03-241-1/+3
* wbinfo: Use ntlmv2 by default for wbinfo -aVolker Lendecke2016-11-151-3/+6
* wbinfo: Add --unix-ids-to-sidsVolker Lendecke2016-02-221-0/+77
* wbinfo: make --verbose --pam-logon print sidsVolker Lendecke2015-10-121-0/+10
* wbinfo: Dump user info for pam-logon -vVolker Lendecke2015-06-111-3/+42
* nsswitch: improve error messages in wbinfo callsStefan Metzmacher2015-03-271-10/+17
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* Use global context for winbindd_request_responseMatthew Newton2015-03-101-2/+2
* nsswitch/wbinfo: allow 'wbinfo --ping-dc --domain=SOMEDOMAIN'Stefan Metzmacher2014-12-191-4/+13
* nsswitch: avoid some compiler warningsStefan Metzmacher2014-11-141-3/+4
* nsswitch: Fix bogus #include line.Ira Cooper2014-08-091-1/+0
* s3:lib/afs move afs_settoken.c to common lib dirChristian Ambach2014-06-041-0/+1
* wbinfo: Fix a memory leak in wbinfo_ping_dc().Andreas Schneider2014-01-091-0/+1
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-091-2/+12
* wbinfo: fix output of wbinfo --sid-to-name for sids of type DOMAINMichael Adam2013-11-131-2/+6
* wbinfo: fix output of "--lookup-sids" to use the configured winbind separatorMichael Adam2013-11-131-1/+2
* wbinfo: fix ouptput of --lookup-sids for sids of type DOMAINMichael Adam2013-11-131-3/+9
* nsswitch: Add OPT_KRB5CCNAME to avoid an error message.Andreas Schneider2013-07-261-2/+4
* wbinfo: allow to define a custom krb5ccname for kerberized pam auth.Günther Deschner2013-07-231-2/+4
* nsswitch: Don't enumerate all domains with wbinfo -u|-g.Andreas Schneider2013-07-181-4/+18
* nsswitch: Remove #if SAMBA_BUILD_ >= 4 now we only have the waf buildAndrew Bartlett2013-05-281-4/+0
* Bug 9807 - wbinfo: fix segfault in wbinfo_pam_logonDavid Disseldorp2013-04-171-4/+3
* wbinfo: Fix several memory leaks.Andreas Schneider2013-02-221-0/+8
* nsswitch: Cleanup code in parse_wbinfo_domain_user().Andreas Schneider2012-12-121-1/+2
* wbinfo: Use new samba_getpass() function.Andreas Schneider2012-12-031-4/+11
* Extending space for fqdn in wbinfo --trusted-domains in verbose modeDaniel Liberman2012-08-231-2/+2
* wbinfo: Improve output of wbinfo --ping-dcChristof Schmitt2012-08-151-3/+5
* wbinfo: Fix Coverity ID 242684 Resource leakVolker Lendecke2012-05-151-0/+1
* wbinfo: Fix Coverity ID 242685 Resource leakVolker Lendecke2012-05-151-0/+1
* build: build wbinfo only once in the waf buildAndrew Bartlett2011-10-081-1/+2
* wbclient: added support for handling WBC_ID_TYPE_BOTH mappingsAndrew Tridgell2011-09-231-0/+3
* Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett2011-05-031-1/+0
* nsswitch: Add wbinfo --sids-to-unix-idsVolker Lendecke2011-04-131-0/+78
* nsswitch: wbinfo --lookup-sidsVolker Lendecke2011-04-131-0/+63
* s3: Fix Coverity ID 2220: RESOURCE_LEAKVolker Lendecke2011-03-301-0/+2
* s3: Fix Coverity ID 2221: RESOURCE_LEAKVolker Lendecke2011-03-301-0/+2
* s3: Fix Coverity ID 2222: RESOURCE_LEAKVolker Lendecke2011-03-301-0/+2
* s3: Fix Coverity ID 2223: RESOURCE_LEAKVolker Lendecke2011-03-301-0/+2
* wbinfo: Use wbcSidToStringBufVolker Lendecke2011-03-051-60/+14
* wbinfo: Fix a debug messageVolker Lendecke2011-03-051-1/+1