Age | Commit message (Expand) | Author | Files | Lines |
2004-02-02 | fix problems with proto.h | Gerald Carter | 1 | -1/+1 |
2004-02-02 | remerge andrew's cracklib patch from HEAD and fix a compile warnings | Gerald Carter | 1 | -0/+7 |
2004-01-29 | more initialization fixes | Gerald Carter | 1 | -0/+41 |
2004-01-26 | This adds client-side support for the unicode/SAMR password change scheme. | Andrew Bartlett | 2 | -15/+2 |
2004-01-21 | Fix compiler warning | Volker Lendecke | 1 | -0/+2 |
2004-01-21 | Display some nicer error messages for login via 'net'. I don't | Volker Lendecke | 1 | -0/+8 |
2004-01-16 | Fix another join problem. Don't use a TALLOC_CTX before it has been | Jim McDonough | 1 | -4/+25 |
2004-01-15 | Fix net rpc join (at least newstyle) after it was broken by changing | Jim McDonough | 1 | -5/+5 |
2004-01-12 | fixing compile problems due to my recent ads.h changes | Gerald Carter | 1 | -1/+1 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 2 | -31/+24 |
2004-01-07 | Add smbget utility, a simple wget-like utility that uses libsmbclient. | Jelmer Vernooij | 1 | -0/+574 |
2004-01-06 | Fix -s option to smbcontrol (#908) | Jelmer Vernooij | 1 | -1/+1 |
2004-01-06 | Patch based on work from James Peach <jpeach@sgi.com> to convert over to | Jeremy Allison | 1 | -0/+6 |
2004-01-02 | JHT came up with a nasty (broken) torture case in preparing examples for | Andrew Bartlett | 2 | -5/+4 |
2003-12-30 | Get the DOMAIN\username around the right way (I had username\domain...) | Andrew Bartlett | 1 | -1/+3 |
2003-12-30 | Try to gain a bit more consistancy in the output of usernames from ntlm_auth: | Andrew Bartlett | 1 | -11/+23 |
2003-12-30 | Make the name of the NTLMSSP client more consistant before we lock it in stone. | Andrew Bartlett | 1 | -2/+2 |
2003-12-30 | Remove testing hack | Andrew Bartlett | 1 | -2/+0 |
2003-12-30 | Move our basic password checking code from inside the authentication | Andrew Bartlett | 1 | -54/+254 |
2003-12-30 | Refactor our authentication and authentication testing code. | Andrew Bartlett | 1 | -342/+181 |
2003-12-26 | Collecting some minor patches... | Volker Lendecke | 1 | -8/+10 |
2003-12-24 | Thanks to Serassio Guido for noticing issues in our Squid NTLMSSP | Andrew Bartlett | 1 | -4/+9 |
2003-12-01 | In the brief 'net rpc group' listing, don't cut off group names at 21 chars. | Volker Lendecke | 1 | -3/+3 |
2003-12-01 | Beautify the net status help message a bit | Volker Lendecke | 1 | -4/+4 |
2003-12-01 | I needed a decently parseable format of smbstatus. Looking at smbstatus code | Volker Lendecke | 3 | -0/+268 |
2003-11-28 | Implement 'net rpc group list [global|local|builtin]*' for a select listing of | Volker Lendecke | 2 | -0/+36 |
2003-11-27 | Fix for pdbedit error code returns (sorry, forgot who sent in the patch). | Jeremy Allison | 1 | -2/+11 |
2003-11-27 | Only ask for 512 names at a time. | Volker Lendecke | 1 | -8/+19 |
2003-11-26 | Implement "net rpc group members": Get members of a domain group in | Volker Lendecke | 2 | -0/+89 |
2003-11-26 | Get rid of a const warning | Volker Lendecke | 1 | -2/+2 |
2003-11-22 | Add support for variable-length session keys in our client code. | Andrew Bartlett | 2 | -5/+5 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -72/+112 |
2003-11-12 | show locked files for -u <user>; bug 590 | Gerald Carter | 1 | -10/+41 |
2003-11-06 | Final round of printf warnings fixes for the moment. | Tim Potter | 3 | -4/+5 |
2003-10-24 | Add shutdown abort try over initshutdown pipe first, then fall back to | Jim McDonough | 1 | -4/+49 |
2003-10-23 | Fix bug 451. Stop net -P from prompting for machine account password. | Jim McDonough | 3 | -3/+4 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2 | -11/+11 |
2003-10-20 | Changed output so all debug output goes to stderr, and all file processing | John Terpstra | 1 | -40/+40 |
2003-10-14 | Break out of samsync loop on error. | Tim Potter | 1 | -0/+3 |
2003-10-14 | Set errno = ENOSYS if mmap not supported. | Tim Potter | 1 | -0/+1 |
2003-10-02 | Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549. | Jeremy Allison | 1 | -1/+7 |
2003-09-29 | Testparm fixes: | Jelmer Vernooij | 1 | -3/+9 |
2003-09-26 | Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com. | Jeremy Allison | 1 | -16/+4 |
2003-09-23 | This only touches the fake kaserver support. It adds two parameters: | Volker Lendecke | 1 | -3/+3 |
2003-09-22 | fix some warnings found by the Sun C compiler | Gerald Carter | 2 | -4/+3 |
2003-09-21 | Fix typo | Jelmer Vernooij | 1 | -1/+1 |
2003-09-19 | Ensure that dup_sec_desc copies the 'type' field correctly. This caused | Jeremy Allison | 1 | -3/+3 |
2003-09-15 | Fix from gregory@networksentry.co.za, don't clobber the comment if it | Jeremy Allison | 1 | -2/+2 |
2003-09-15 | Fixed test and wording for long share names. | Christopher R. Hertel | 1 | -3/+4 |
2003-09-15 | fix online help | Simo Sorce | 1 | -1/+1 |