summaryrefslogtreecommitdiffstats
path: root/source3/utils/passwd_util.c
Commit message (Collapse)AuthorAgeFilesLines
* r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit ea82958349a57ef4b7ce9638eec5f1388b0fba2a)
* r13528: Mention the tools and commandline option names used.Lars Müller2007-10-101-2/+2
| | | | (This used to be commit 5db7e9a42ab27871891be8a1314c32e13620da36)
* r13527: Adjust copyright header with information got from the 2.2 cvs tree.Lars Müller2007-10-101-3/+7
| | | | (This used to be commit e00505cc942dd5cf755aa6b5d2f565eeff95629e)
* r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.Lars Müller2007-10-101-0/+65
This fixes bug #1386. The initial changes had been made by Carsten Höger <choeger at open-xhange dot com> for Samba 2.2 while being at SuSE. *sigh* To not duplicate code from smbpasswd in pdbedit stdin_new_passwd() and get_pass() are moved from smbpasswd to utils/passwd_util.c. (This used to be commit dbdc5ba497c6010dbad47c9d77fc8bec5557a328)