summaryrefslogtreecommitdiffstats
path: root/source3/passdb/smbpasschange.c
Commit message (Expand)AuthorAgeFilesLines
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-173/+0
* fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-281-1/+3
* Update last changed time for new password entry.Jeremy Allison2000-03-021-0/+1
* client/client.c:Jeremy Allison2000-02-251-28/+42
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-83/+93
* 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