Age | Commit message (Expand) | Author | Files | Lines |
2003-08-12 | Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, username | Tim Potter | 1 | -3/+12 |
2003-08-11 | adding '.' special name to --domain to mean our domain | Gerald Carter | 1 | -5/+14 |
2003-08-10 | add --domain=DOMAINNAME to wbinfo | Gerald Carter | 1 | -17/+33 |
2003-07-25 | Make wbinfo -p work again. Fixes bug 251. | Tim Potter | 1 | -1/+1 |
2003-07-11 | moving more code around. | Gerald Carter | 1 | -22/+60 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 1 | -1/+174 |
2003-07-08 | fix some formatting | Gerald Carter | 1 | -25/+24 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -1/+1 |
2003-06-18 | Remove the -A option of wbinfo, leaving only the long version, | Jim McDonough | 1 | -1/+1 |
2003-04-14 | Syncup popt changes with HEAD. | Tim Potter | 1 | -2/+2 |
2003-04-07 | Winbind merges from HEAD: | Andrew Bartlett | 1 | -4/+6 |
2003-03-18 | Merge of popt help cleanups. | Tim Potter | 1 | -5/+5 |
2003-02-25 | Merge: add popt_common_version to command line options table. | Tim Potter | 1 | -0/+1 |
2003-01-08 | cannot assign to const | Herb Lewis | 1 | -1/+1 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -1/+1 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -16/+9 |
2002-11-02 | Fix --set-auth-user command to delete entries from the secrets file when an | Tim Potter | 1 | -12/+68 |
2002-10-29 | Sync with HEAD | Jelmer Vernooij | 1 | -38/+37 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -68/+36 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -4/+3 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -17/+18 |
2002-05-13 | Merge from HEAD: | Tim Potter | 1 | -1/+1 |
2002-05-13 | Merge of --set-auth-user updates from 2.2 | Tim Potter | 1 | -3/+4 |
2002-04-04 | Spelling. | Tim Potter | 1 | -1/+1 |
2002-04-04 | Call poptFreeContext() as appropriate. | Tim Potter | 1 | -23/+30 |
2002-03-29 | merge winbindd WINS changes from 2.2 | Herb Lewis | 1 | -0/+68 |
2002-03-20 | Cache call to winbind separator. | Tim Potter | 1 | -46/+56 |
2002-03-01 | Move wbinfo over to d_printf(). Patch by Hasch@t-online.de (Juergen Hasch) | Andrew Bartlett | 1 | -55/+55 |
2002-02-15 | Winbind cleanup. | Andrew Bartlett | 1 | -5/+13 |
2002-02-11 | A few small winbind updates: | Andrew Bartlett | 1 | -1/+0 |
2002-02-06 | 0x is the traditional prefix for displaying hex numbers. | Tim Potter | 1 | -2/+2 |
2002-02-05 | Drastic impromvents to pam_winbind. | Andrew Bartlett | 1 | -0/+6 |
2002-01-31 | added 'wbinfo --sequence' to show sequence numbers of all domains | Andrew Tridgell | 1 | -0/+34 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | Change the winbind interface to use seperate 'domain' and 'username' feilds for | Andrew Bartlett | 1 | -3/+25 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -11/+0 |
2002-01-18 | This is the 'winbind default domain' patch from Alexander Bokovoy | Andrew Bartlett | 1 | -8/+5 |
2002-01-11 | Some memory leak fixes. | Tim Potter | 1 | -17/+23 |
2002-01-10 | Return the winbind separator over the socket, so programs don't have to parse | Andrew Bartlett | 1 | -17/+37 |
2002-01-10 | This changes the winbind protcol a bit: | Andrew Bartlett | 1 | -6/+56 |
2001-12-19 | - added initial support for trusted domains in winbindd_ads | Andrew Tridgell | 1 | -1/+5 |
2001-12-11 | Oops, the -a option disappeared. | Tim Potter | 1 | -0/+1 |
2001-12-11 | fix for IRIX compilers | Herb Lewis | 1 | -2/+2 |
2001-12-11 | Converted wbinfo to use popt instead of getopt - popt is very nice! | Tim Potter | 1 | -28/+100 |
2001-12-04 | Correct message on wbinfo fail to open config file. | Jeremy Allison | 1 | -1/+2 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 1 | -2/+0 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -1/+1 |
2001-11-13 | Fix winbind client code so that winbind calls are not made if the | Jeremy Allison | 1 | -0/+21 |
2001-09-05 | fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA... | Andrew Tridgell | 1 | -32/+33 |
2001-08-22 | Added another authentication interface to winbindd. The Challenge Response | Tim Potter | 1 | -15/+116 |