summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/wbinfo.c
Commit message (Expand)AuthorAgeFilesLines
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-2/+104
* r16823: Allow to call wbinfo --domain-info="" or --domain-info="." to get domainGünther Deschner2007-10-101-4/+7
* r15985: Adding "own-domain" switch to wbinfo which is handy from time to time.Günther Deschner2007-10-101-1/+17
* r15174: Check in Ronan Waide's wbinfo -i. Thanks :-)Volker Lendecke2007-10-101-0/+40
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter2007-10-101-20/+20
* r14509: Attempt to fix the build on "sun1"Volker Lendecke2007-10-101-1/+3
* r13316: Let the carnage begin....Gerald Carter2007-10-101-14/+145
* r13229: * fix bad comparison caught by the AIX compiler in wbinfo codeGerald Carter2007-10-101-3/+3
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-101-0/+1
* r12407: Fix returning wrong error codes and better sort out errors and stdoutGünther Deschner2007-10-101-41/+49
* r11960: add 'wbinfo --separator' to get the currently active winbind_separator.Günther Deschner2007-10-101-2/+19
* r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison2007-10-101-0/+2
* r11280: BUG 3201: make sure request structure is cleared prior to sending the...Gerald Carter2007-10-101-0/+3
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+0
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-24/+24
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-3/+80
* r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter2007-10-101-211/+0
* r2762: Remove silly conversion to and from UTF8 on the winbind pipe. Fix theAndrew Bartlett2007-10-101-11/+3
* r2755: Fix NTLMv2 for use with pam_winbind, the plaintext ntlm_auth modes,Andrew Bartlett2007-10-101-6/+47
* r2340: Solve the problem of user sids ending up with gid's and vice versa: ThisVolker Lendecke2007-10-101-41/+0
* r1562: Make winbind for -S (sid->uid) and -Y (sid->gid) check whether the sidVolker Lendecke2007-10-101-0/+41
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-0/+19
* This restructures lib/afs.c so that the token data can be but into aVolker Lendecke2004-04-011-0/+67
* Cosmetic: Fix a const warning.Volker Lendecke2004-04-011-5/+6
* This might not be used a lot and might not survive for long, but at least itVolker Lendecke2004-03-071-1/+1
* Fix typoVolker Lendecke2004-01-231-2/+1
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-6/+8
* Don't duplicate pulling the 'IPC' username from secrets.tdb, insteadAndrew Bartlett2004-01-071-6/+6
* remove unused seek_file(); don't hardcode '\' when printing the auth-userGerald Carter2004-01-061-1/+1
* Show the sid type in name->sid translatons in a way that can be easilyAndrew Bartlett2004-01-051-1/+1
* Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke2004-01-041-0/+44
* Fix typo.John Terpstra2003-12-231-1/+1
* as discussed on irc, this is a small patch that allows a few moreAndrew Tridgell2003-11-191-1/+41
* prompt for password when invoking --set-auth-user and no pwGerald Carter2003-10-311-2/+7
* Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter2003-08-121-3/+12
* adding '.' special name to --domain to mean our domainGerald Carter2003-08-111-5/+14
* add --domain=DOMAINNAME to wbinfoGerald Carter2003-08-101-17/+33
* Make wbinfo -p work again. Fixes bug 251.Tim Potter2003-07-251-1/+1
* moving more code around.Gerald Carter2003-07-111-22/+60
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-1/+174
* fix some formattingGerald Carter2003-07-081-25/+24
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* Remove the -A option of wbinfo, leaving only the long version,Jim McDonough2003-06-181-1/+1
* Syncup popt changes with HEAD.Tim Potter2003-04-141-2/+2
* Winbind merges from HEAD:Andrew Bartlett2003-04-071-4/+6
* Merge of popt help cleanups.Tim Potter2003-03-181-5/+5
* Merge: add popt_common_version to command line options table.Tim Potter2003-02-251-0/+1
* cannot assign to constHerb Lewis2003-01-081-1/+1