summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2004-02-08Make it possible to 'net rpc samdump' of any domain you are currently joinedAndrew Bartlett3-89/+116
2004-02-08Add some help for 'net rpc password'.Andrew Bartlett1-0/+1
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2-7/+7
2004-02-08Make this table static const.Andrew Bartlett1-1/+1
2004-02-07I should have done this years ago...Andrew Bartlett1-0/+131
2004-02-04This should be the correct fix for the lack of a prototype forAndrew Bartlett1-6/+0
2004-02-02fix problems with proto.hGerald Carter1-1/+1
2004-02-02remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter1-0/+7
2004-01-29more initialization fixesGerald Carter1-0/+41
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2-15/+2
2004-01-21Fix compiler warningVolker Lendecke1-0/+2
2004-01-21Display some nicer error messages for login via 'net'. I don'tVolker Lendecke1-0/+8
2004-01-16Fix another join problem. Don't use a TALLOC_CTX before it has beenJim McDonough1-4/+25
2004-01-15Fix net rpc join (at least newstyle) after it was broken by changingJim McDonough1-5/+5
2004-01-12fixing compile problems due to my recent ads.h changesGerald Carter1-1/+1
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2-31/+24
2004-01-07Add smbget utility, a simple wget-like utility that uses libsmbclient.Jelmer Vernooij1-0/+574
2004-01-06Fix -s option to smbcontrol (#908)Jelmer Vernooij1-1/+1
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison1-0/+6
2004-01-02JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett2-5/+4
2003-12-30Get the DOMAIN\username around the right way (I had username\domain...)Andrew Bartlett1-1/+3
2003-12-30Try to gain a bit more consistancy in the output of usernames from ntlm_auth:Andrew Bartlett1-11/+23
2003-12-30Make the name of the NTLMSSP client more consistant before we lock it in stone.Andrew Bartlett1-2/+2
2003-12-30Remove testing hackAndrew Bartlett1-2/+0
2003-12-30Move our basic password checking code from inside the authenticationAndrew Bartlett1-54/+254
2003-12-30Refactor our authentication and authentication testing code.Andrew Bartlett1-342/+181
2003-12-26Collecting some minor patches...Volker Lendecke1-8/+10
2003-12-24Thanks to Serassio Guido for noticing issues in our Squid NTLMSSPAndrew Bartlett1-4/+9
2003-12-01In the brief 'net rpc group' listing, don't cut off group names at 21 chars.Volker Lendecke1-3/+3
2003-12-01Beautify the net status help message a bitVolker Lendecke1-4/+4
2003-12-01I needed a decently parseable format of smbstatus. Looking at smbstatus codeVolker Lendecke3-0/+268
2003-11-28Implement 'net rpc group list [global|local|builtin]*' for a select listing ofVolker Lendecke2-0/+36
2003-11-27Fix for pdbedit error code returns (sorry, forgot who sent in the patch).Jeremy Allison1-2/+11
2003-11-27Only ask for 512 names at a time.Volker Lendecke1-8/+19
2003-11-26Implement "net rpc group members": Get members of a domain group inVolker Lendecke2-0/+89
2003-11-26Get rid of a const warningVolker Lendecke1-2/+2
2003-11-22Add support for variable-length session keys in our client code.Andrew Bartlett2-5/+5
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-72/+112
2003-11-12show locked files for -u <user>; bug 590Gerald Carter1-10/+41
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter3-4/+5
2003-10-24Add shutdown abort try over initshutdown pipe first, then fall back toJim McDonough1-4/+49
2003-10-23Fix bug 451. Stop net -P from prompting for machine account password.Jim McDonough3-3/+4
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2-11/+11
2003-10-20Changed output so all debug output goes to stderr, and all file processingJohn Terpstra1-40/+40
2003-10-14Break out of samsync loop on error.Tim Potter1-0/+3
2003-10-14Set errno = ENOSYS if mmap not supported.Tim Potter1-0/+1
2003-10-02Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison1-1/+7
2003-09-29Testparm fixes:Jelmer Vernooij1-3/+9
2003-09-26Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com.Jeremy Allison1-16/+4
2003-09-23This only touches the fake kaserver support. It adds two parameters:Volker Lendecke1-3/+3