summaryrefslogtreecommitdiff
path: root/source3/smbd/chgpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-23Fix case insensitive password change code.Jeremy Allison1-1/+1
2001-07-07You can't dump_data() a function pointer...Andrew Bartlett1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+4
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-1/+1
2001-05-07Patch from Simo:Gerald Carter1-5/+5
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-54/+44
2001-05-02Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison1-54/+42
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison1-0/+21
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison1-3/+3
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-94/+92
2000-06-23Delete OriginalDir stuff.Tim Potter1-11/+15
2000-06-09clean up oplock capability code ready for Linux codeAndrew Tridgell1-3/+1
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-1/+1
2000-04-18ReadDirName calls vfs->readdirname calls dos_readdirname.Luke Leighton1-5/+5
2000-03-21indent update to make t easier to see setuid mods in TNG. someLuke Leighton1-455/+558
2000-01-05Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison1-0/+43
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-127/+150
1999-11-20modified domain_client_validate to take trust account name / type. thisLuke Leighton1-1/+2
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-67/+0
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-0/+31
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1-1/+1
1999-06-02Fixing core dump bug with unix password sync, caused by a NULLMatthew Chapman1-5/+7
1999-03-25SAM database "set user info".Luke Leighton1-24/+37
1999-03-19Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1-0/+8
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-3/+1
1999-02-11UNICODE issues.Luke Leighton1-1/+1
1999-02-10use jeremy's versions of the UNICODE routines.Luke Leighton1-1/+1
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-1/+1
1998-11-29weekend work. user / group database API.Luke Leighton1-1/+1
1998-11-23changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1-4/+4
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-3/+3
1998-11-12Fix fd leak in error condition in grantpt code case.Jeremy Allison1-5/+8
1998-10-23possible bug in change oem password code: replaced E_P16 and E_md4hashLuke Leighton1-9/+1
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-6/+7
1998-10-21signed / unsigned issuesLuke Leighton1-1/+1
1998-10-19- dce/rpc codeLuke Leighton1-108/+215
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-0/+6
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-2/+2
1998-09-05tridge the destroyer returns!Andrew Tridgell1-1/+1
1998-09-02Fix for PR#9497 - not waiting for child.Jeremy Allison1-2/+4
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-2/+2
1998-08-20Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1-0/+4
1998-08-15configure: Changes for extra headers.Jeremy Allison1-3/+3
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-1/+1
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-35/+23
1998-07-27chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1-4/+13
1998-07-22includes.h: Added feature type USE_GRANTPT for pty code.Jeremy Allison1-5/+9