summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2004-03-18Two little annoyances:Volker Lendecke2-3/+2
2004-03-14Use possessive in message asking for user's password.Tim Potter1-1/+1
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison1-1/+1
2004-03-09Added strstr_m() function. Use in all places where we might run into mbJeremy Allison1-1/+1
2004-03-05Add -O (for writing downloaded files to standard out) based on patch byJelmer Vernooij1-65/+80
2004-03-04Another typo, sorry for samba-cvs spam :-)Volker Lendecke1-1/+1
2004-03-04Fix typo.Volker Lendecke1-1/+1
2004-02-29net_rpc.c: Don't complain if [add|del]mem was successful.Volker Lendecke1-4/+4
2004-02-29Print an informative error message if trying to add/remove members fromVolker Lendecke1-0/+6
2004-02-28Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke1-0/+452
2004-02-28Fix my fix to net rpc group list. We can certainly have more than a singleVolker Lendecke1-3/+6
2004-02-26Implement 'net groupmap set' and 'net groupmap cleanup'.Volker Lendecke3-0/+157
2004-02-25Fix bug in previous global_sam_sid() commit. I broke the 'read fromAndrew Bartlett1-0/+6
2004-02-25I *hate* global variables...Andrew Bartlett2-0/+16
2004-02-24Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke1-1/+62
2004-02-24Remove unused variable.Volker Lendecke1-1/+0
2004-02-24'net idmap restore' is too useful to be left broken :-)Volker Lendecke1-1/+105
2004-02-23Fix "unable to initialize" bug when smbd hasn't been run withJeremy Allison2-2/+8
2004-02-19Enable checking/resetting of account lockout and bad password based on policyJim McDonough1-3/+17
2004-02-19Add bad password reset and display of bad password count/timeJim McDonough1-3/+25
2004-02-17Don't try to show groups that could not be listed.Volker Lendecke1-0/+9
2004-02-17If there are no alias members, don't ask for their sids :-)Volker Lendecke1-0/+4
2004-02-16Fix success message for net groupmap modifyVolker Lendecke1-1/+1
2004-02-13Fix ETA Calculation when resumingJelmer Vernooij1-1/+1
2004-02-11fix set/getsampwent iterator in tdbsam to use an allocated listGerald Carter1-2/+4
2004-02-11BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fi...Gerald Carter2-5/+6
2004-02-09Expand 'net rpc group members' to local groups.Volker Lendecke1-49/+175
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