summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-262-15/+2
* Fix compiler warningVolker Lendecke2004-01-211-0/+2
* Display some nicer error messages for login via 'net'. I don'tVolker Lendecke2004-01-211-0/+8
* Fix another join problem. Don't use a TALLOC_CTX before it has beenJim McDonough2004-01-161-4/+25
* Fix net rpc join (at least newstyle) after it was broken by changingJim McDonough2004-01-151-5/+5
* fixing compile problems due to my recent ads.h changesGerald Carter2004-01-121-1/+1
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-082-31/+24
* Add smbget utility, a simple wget-like utility that uses libsmbclient.Jelmer Vernooij2004-01-071-0/+574
* Fix -s option to smbcontrol (#908)Jelmer Vernooij2004-01-061-1/+1
* Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-061-0/+6
* JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett2004-01-022-5/+4
* Get the DOMAIN\username around the right way (I had username\domain...)Andrew Bartlett2003-12-301-1/+3
* Try to gain a bit more consistancy in the output of usernames from ntlm_auth:Andrew Bartlett2003-12-301-11/+23
* Make the name of the NTLMSSP client more consistant before we lock it in stone.Andrew Bartlett2003-12-301-2/+2
* Remove testing hackAndrew Bartlett2003-12-301-2/+0
* Move our basic password checking code from inside the authenticationAndrew Bartlett2003-12-301-54/+254
* Refactor our authentication and authentication testing code.Andrew Bartlett2003-12-301-342/+181
* Collecting some minor patches...Volker Lendecke2003-12-261-8/+10
* Thanks to Serassio Guido for noticing issues in our Squid NTLMSSPAndrew Bartlett2003-12-241-4/+9
* In the brief 'net rpc group' listing, don't cut off group names at 21 chars.Volker Lendecke2003-12-011-3/+3
* Beautify the net status help message a bitVolker Lendecke2003-12-011-4/+4
* I needed a decently parseable format of smbstatus. Looking at smbstatus codeVolker Lendecke2003-12-013-0/+268
* Implement 'net rpc group list [global|local|builtin]*' for a select listing ofVolker Lendecke2003-11-282-0/+36
* Fix for pdbedit error code returns (sorry, forgot who sent in the patch).Jeremy Allison2003-11-271-2/+11
* Only ask for 512 names at a time.Volker Lendecke2003-11-271-8/+19
* Implement "net rpc group members": Get members of a domain group inVolker Lendecke2003-11-262-0/+89
* Get rid of a const warningVolker Lendecke2003-11-261-2/+2
* Add support for variable-length session keys in our client code.Andrew Bartlett2003-11-222-5/+5
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-72/+112
* show locked files for -u <user>; bug 590Gerald Carter2003-11-121-10/+41
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-063-4/+5
* Add shutdown abort try over initshutdown pipe first, then fall back toJim McDonough2003-10-241-4/+49
* Fix bug 451. Stop net -P from prompting for machine account password.Jim McDonough2003-10-233-3/+4
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-222-11/+11
* Changed output so all debug output goes to stderr, and all file processingJohn Terpstra2003-10-201-40/+40
* Break out of samsync loop on error.Tim Potter2003-10-141-0/+3
* Set errno = ENOSYS if mmap not supported.Tim Potter2003-10-141-0/+1
* Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison2003-10-021-1/+7
* Testparm fixes:Jelmer Vernooij2003-09-291-3/+9
* Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com.Jeremy Allison2003-09-261-16/+4
* This only touches the fake kaserver support. It adds two parameters:Volker Lendecke2003-09-231-3/+3
* fix some warnings found by the Sun C compilerGerald Carter2003-09-222-4/+3
* Fix typoJelmer Vernooij2003-09-211-1/+1
* Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-3/+3
* Fix from gregory@networksentry.co.za, don't clobber the comment if itJeremy Allison2003-09-151-2/+2
* Fixed test and wording for long share names.Christopher R. Hertel2003-09-151-3/+4
* fix online helpSimo Sorce2003-09-151-1/+1
* Fix error message when calling namedtogid() fails adding a group mapTim Potter2003-09-111-1/+1
* Fix error return path memory leaks in vampire code for creating users.Tim Potter2003-09-101-3/+8
* Use opt_target_workgroup instead of lp_workgroup() in vampire code soTim Potter2003-09-101-2/+2