summaryrefslogtreecommitdiffstats
path: root/source3/smbd/chgpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-111-3/+3
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-94/+92
* Delete OriginalDir stuff.Tim Potter2000-06-231-11/+15
* clean up oplock capability code ready for Linux codeAndrew Tridgell2000-06-091-3/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-1/+1
* ReadDirName calls vfs->readdirname calls dos_readdirname.Luke Leighton2000-04-181-5/+5
* indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-211-455/+558
* Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison2000-01-051-0/+43
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-127/+150
* modified domain_client_validate to take trust account name / type. thisLuke Leighton1999-11-201-1/+2
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-67/+0
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-0/+31
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-1/+1
* Fixing core dump bug with unix password sync, caused by a NULLMatthew Chapman1999-06-021-5/+7
* SAM database "set user info".Luke Leighton1999-03-251-24/+37
* Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1999-03-191-0/+8
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-3/+1
* UNICODE issues.Luke Leighton1999-02-111-1/+1
* use jeremy's versions of the UNICODE routines.Luke Leighton1999-02-101-1/+1
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-1/+1
* weekend work. user / group database API.Luke Leighton1998-11-291-1/+1
* changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1998-11-231-4/+4
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-3/+3
* Fix fd leak in error condition in grantpt code case.Jeremy Allison1998-11-121-5/+8
* possible bug in change oem password code: replaced E_P16 and E_md4hashLuke Leighton1998-10-231-9/+1
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-6/+7
* signed / unsigned issuesLuke Leighton1998-10-211-1/+1
* - dce/rpc codeLuke Leighton1998-10-191-108/+215
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-0/+6
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-2/+2
* tridge the destroyer returns!Andrew Tridgell1998-09-051-1/+1
* Fix for PR#9497 - not waiting for child.Jeremy Allison1998-09-021-2/+4
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-2/+2
* Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1998-08-201-0/+4
* configure: Changes for extra headers.Jeremy Allison1998-08-151-3/+3
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-1/+1
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-35/+23
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-271-4/+13
* includes.h: Added feature type USE_GRANTPT for pty code.Jeremy Allison1998-07-221-5/+9
* chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIXJeremy Allison1998-07-021-1/+1
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-181-39/+39
* chgpasswd.c: Added comments to #ifdefsJeremy Allison1998-05-141-2/+2
* This is a security audit change of the main source.Jeremy Allison1998-05-121-2/+2
* created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1998-05-071-39/+39
* Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1998-04-301-3/+5
* Added 'passwd chat debug' parameter to allow admins to debug theirJeremy Allison1998-04-201-6/+4
* Modified interfaces to getting smb password entries fromJeremy Allison1998-04-141-5/+5