index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
chgpasswd.c
Age
Commit message (
Expand
)
Author
Files
Lines
1999-03-25
SAM database "set user info".
Luke Leighton
1
-24
/
+37
1999-03-19
Beau Kuiper: provided patch so that passwords could only be changed by
Luke Leighton
1
-0
/
+8
1999-02-12
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1
-3
/
+1
1999-02-11
UNICODE issues.
Luke Leighton
1
-1
/
+1
1999-02-10
use jeremy's versions of the UNICODE routines.
Luke Leighton
1
-1
/
+1
1999-02-08
UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()
Luke Leighton
1
-1
/
+1
1998-11-29
weekend work. user / group database API.
Luke Leighton
1
-1
/
+1
1998-11-23
changed string_sub() to replace " ; and ` in the inserted string with _
Andrew Tridgell
1
-4
/
+4
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-3
/
+3
1998-11-12
Fix fd leak in error condition in grantpt code case.
Jeremy Allison
1
-5
/
+8
1998-10-23
possible bug in change oem password code: replaced E_P16 and E_md4hash
Luke Leighton
1
-9
/
+1
1998-10-21
Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.
Jeremy Allison
1
-6
/
+7
1998-10-21
signed / unsigned issues
Luke Leighton
1
-1
/
+1
1998-10-19
- dce/rpc code
Luke Leighton
1
-108
/
+215
1998-09-25
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1
-0
/
+6
1998-09-17
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1
-2
/
+2
1998-09-05
tridge the destroyer returns!
Andrew Tridgell
1
-1
/
+1
1998-09-02
Fix for PR#9497 - not waiting for child.
Jeremy Allison
1
-2
/
+4
1998-08-31
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1
-2
/
+2
1998-08-20
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
1
-0
/
+4
1998-08-15
configure: Changes for extra headers.
Jeremy Allison
1
-3
/
+3
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1
-1
/
+1
1998-07-29
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1
-35
/
+23
1998-07-27
chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.
Jeremy Allison
1
-4
/
+13
1998-07-22
includes.h: Added feature type USE_GRANTPT for pty code.
Jeremy Allison
1
-5
/
+9
1998-07-02
chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIX
Jeremy Allison
1
-1
/
+1
1998-05-18
chgpasswd.c: Changed back to getsmb... from getsam...
Jeremy Allison
1
-39
/
+39
1998-05-14
chgpasswd.c: Added comments to #ifdefs
Jeremy Allison
1
-2
/
+2
1998-05-12
This is a security audit change of the main source.
Jeremy Allison
1
-2
/
+2
1998-05-07
created "passdb.c" which is an interface point to (at present) either
Luke Leighton
1
-39
/
+39
1998-04-30
Added patch from Bruce Tenison <btenison@dibbs.net> to allow encrypted
Jeremy Allison
1
-3
/
+5
1998-04-20
Added 'passwd chat debug' parameter to allow admins to debug their
Jeremy Allison
1
-6
/
+4
1998-04-14
Modified interfaces to getting smb password entries from
Jeremy Allison
1
-5
/
+5
1998-03-27
chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"
Jeremy Allison
1
-18
/
+56
1998-03-19
Adding the same changes to HEAD as were added to BRANCH_1_9_18.
Jeremy Allison
1
-5
/
+24
1998-03-18
Added SamOEMChangePassword functionality.
Jeremy Allison
1
-0
/
+114
1998-03-11
"For I have laboured mightily on Luke's code, and hath broken
Jeremy Allison
1
-0
/
+12
1998-02-07
A small raft of changes, I will sync up with 1.9.18 also.
Jeremy Allison
1
-1
/
+1
1998-01-29
Makefile: Fix for OSF1 typo.
Jeremy Allison
1
-2
/
+2
1998-01-22
This is *not* a big change (although it looks like one).
Jeremy Allison
1
-1
/
+1
1998-01-17
charcnv.c: Added codepage 866 support onto the file system. Patch
Jeremy Allison
1
-0
/
+83
1997-10-21
chgpasswd.c:
Jeremy Allison
1
-3
/
+3
1997-09-26
Adding Andrews buffer overflow fixes into the main branch.
Jeremy Allison
1
-6
/
+6
1997-07-08
Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>
Samba Release Account
1
-11
/
+32
1997-07-06
added, tested and debugged new "hide files" option.
Samba Release Account
1
-1
/
+1
1997-07-03
Fix for deleting directories that contain only veto files.
Samba Release Account
1
-1
/
+1
1997-02-23
Makefile: Added cleandir target.
Samba Release Account
1
-2
/
+6
1996-07-30
fix a bug that we've had for a long time where we don't handle EOF
Andrew Tridgell
1
-1
/
+1
1996-06-10
got rid of a lot of redundent header files as we now globally generate
Andrew Tridgell
1
-1
/
+0
1996-05-04
Initial version imported to CVS
Samba Release Account
1
-0
/
+376
[prev]