summaryrefslogtreecommitdiff
path: root/source/passdb/smbpasschange.c
Commit message (Expand)AuthorAgeFilesLines
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-1/+1
* fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1999-03-251-1/+1
* static password space needed.Luke Leighton1999-03-101-3/+3
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-42/+57
* Matthew Chapman spotted that smbpasschange was assuming the existenceLuke Leighton1998-12-071-29/+0
* passdb.c now calls getpwnam() which returns results in a static buffer.Luke Leighton1998-11-301-7/+21
* weekend work. user / group database API.Luke Leighton1998-11-291-2/+4
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-121-11/+18
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-0/+162