summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* I *hate* global variables...Andrew Bartlett2004-02-252-0/+16
* Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke2004-02-241-1/+62
* Remove unused variable.Volker Lendecke2004-02-241-1/+0
* 'net idmap restore' is too useful to be left broken :-)Volker Lendecke2004-02-241-1/+105
* Fix "unable to initialize" bug when smbd hasn't been run withJeremy Allison2004-02-232-2/+8
* Enable checking/resetting of account lockout and bad password based on policyJim McDonough2004-02-191-3/+17
* Add bad password reset and display of bad password count/timeJim McDonough2004-02-191-3/+25
* Don't try to show groups that could not be listed.Volker Lendecke2004-02-171-0/+9
* If there are no alias members, don't ask for their sids :-)Volker Lendecke2004-02-171-0/+4
* Fix success message for net groupmap modifyVolker Lendecke2004-02-161-1/+1
* Fix ETA Calculation when resumingJelmer Vernooij2004-02-131-1/+1
* fix set/getsampwent iterator in tdbsam to use an allocated listGerald Carter2004-02-111-2/+4
* BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fi...Gerald Carter2004-02-112-5/+6
* Expand 'net rpc group members' to local groups.Volker Lendecke2004-02-091-49/+175
* Make it possible to 'net rpc samdump' of any domain you are currently joinedAndrew Bartlett2004-02-083-89/+116
* Add some help for 'net rpc password'.Andrew Bartlett2004-02-081-0/+1
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-082-7/+7
* Make this table static const.Andrew Bartlett2004-02-081-1/+1
* I should have done this years ago...Andrew Bartlett2004-02-071-0/+131
* This should be the correct fix for the lack of a prototype forAndrew Bartlett2004-02-041-6/+0
* fix problems with proto.hGerald Carter2004-02-021-1/+1
* remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter2004-02-021-0/+7
* more initialization fixesGerald Carter2004-01-291-0/+41
* 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