summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-22fix some warnings found by the Sun C compilerGerald Carter2-4/+3
2003-09-21Fix typoJelmer Vernooij1-1/+1
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-3/+3
2003-09-15Fix from gregory@networksentry.co.za, don't clobber the comment if itJeremy Allison1-2/+2
2003-09-15Fixed test and wording for long share names.Christopher R. Hertel1-3/+4
2003-09-15fix online helpSimo Sorce1-1/+1
2003-09-11Fix error message when calling namedtogid() fails adding a group mapTim Potter1-1/+1
2003-09-10Fix error return path memory leaks in vampire code for creating users.Tim Potter1-3/+8
2003-09-10Use opt_target_workgroup instead of lp_workgroup() in vampire code soTim Potter1-2/+2
2003-09-10Formatting fixups for help output.Tim Potter1-2/+2
2003-09-08Fix for incorrect error message - found by Alex Davis <alex14641@yahoo.com>.Jeremy Allison1-2/+2
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke2-0/+50
2003-09-05fixes for ads domain membership when only the realm is defined inGerald Carter1-2/+41
2003-09-05Fix for bug #73. Name types can be specified using name#type notation.Tim Potter1-7/+31
2003-09-04Check in Andrew's fix for bug #305 (always use lp_realm() )Gerald Carter1-2/+7