index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
chgpasswd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-94
/
+92
*
Delete OriginalDir stuff.
Tim Potter
2000-06-23
1
-11
/
+15
*
clean up oplock capability code ready for Linux code
Andrew Tridgell
2000-06-09
1
-3
/
+1
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+4
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-1
/
+1
*
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2000-04-30
1
-1
/
+1
*
ReadDirName calls vfs->readdirname calls dos_readdirname.
Luke Leighton
2000-04-18
1
-5
/
+5
*
indent update to make t easier to see setuid mods in TNG. some
Luke Leighton
2000-03-21
1
-455
/
+558
*
Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.
Jeremy Allison
2000-01-05
1
-0
/
+43
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-127
/
+150
*
modified domain_client_validate to take trust account name / type. this
Luke Leighton
1999-11-20
1
-1
/
+2
*
samuserset <username> -p password. YESSSSS :)
Luke Leighton
1999-11-04
1
-67
/
+0
*
adding experimental set user password command to rpcclient, it returns
Luke Leighton
1999-11-04
1
-0
/
+31
*
Moved code that changes the pw_passwd entry (i.e shadow password and
Tim Potter
1999-06-13
1
-1
/
+1
*
Fixing core dump bug with unix password sync, caused by a NULL
Matthew Chapman
1999-06-02
1
-5
/
+7
*
SAM database "set user info".
Luke Leighton
1999-03-25
1
-24
/
+37
*
Beau Kuiper: provided patch so that passwords could only be changed by
Luke Leighton
1999-03-19
1
-0
/
+8
*
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1999-02-12
1
-3
/
+1
*
UNICODE issues.
Luke Leighton
1999-02-11
1
-1
/
+1
*
use jeremy's versions of the UNICODE routines.
Luke Leighton
1999-02-10
1
-1
/
+1
*
UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()
Luke Leighton
1999-02-08
1
-1
/
+1
*
weekend work. user / group database API.
Luke Leighton
1998-11-29
1
-1
/
+1
*
changed string_sub() to replace " ; and ` in the inserted string with _
Andrew Tridgell
1998-11-23
1
-4
/
+4
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-3
/
+3
*
Fix fd leak in error condition in grantpt code case.
Jeremy Allison
1998-11-12
1
-5
/
+8
*
possible bug in change oem password code: replaced E_P16 and E_md4hash
Luke Leighton
1998-10-23
1
-9
/
+1
*
Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.
Jeremy Allison
1998-10-21
1
-6
/
+7
*
signed / unsigned issues
Luke Leighton
1998-10-21
1
-1
/
+1
*
- dce/rpc code
Luke Leighton
1998-10-19
1
-108
/
+215
*
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1998-09-25
1
-0
/
+6
*
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1998-09-17
1
-2
/
+2
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
1
-1
/
+1
*
Fix for PR#9497 - not waiting for child.
Jeremy Allison
1998-09-02
1
-2
/
+4
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
1
-2
/
+2
*
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
1998-08-20
1
-0
/
+4
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
1
-3
/
+3
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
1
-1
/
+1
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
1
-35
/
+23
*
chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.
Jeremy Allison
1998-07-27
1
-4
/
+13
*
includes.h: Added feature type USE_GRANTPT for pty code.
Jeremy Allison
1998-07-22
1
-5
/
+9
*
chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIX
Jeremy Allison
1998-07-02
1
-1
/
+1
*
chgpasswd.c: Changed back to getsmb... from getsam...
Jeremy Allison
1998-05-18
1
-39
/
+39
*
chgpasswd.c: Added comments to #ifdefs
Jeremy Allison
1998-05-14
1
-2
/
+2
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
1
-2
/
+2
*
created "passdb.c" which is an interface point to (at present) either
Luke Leighton
1998-05-07
1
-39
/
+39
*
Added patch from Bruce Tenison <btenison@dibbs.net> to allow encrypted
Jeremy Allison
1998-04-30
1
-3
/
+5
*
Added 'passwd chat debug' parameter to allow admins to debug their
Jeremy Allison
1998-04-20
1
-6
/
+4
*
Modified interfaces to getting smb password entries from
Jeremy Allison
1998-04-14
1
-5
/
+5
*
chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"
Jeremy Allison
1998-03-27
1
-18
/
+56
*
Adding the same changes to HEAD as were added to BRANCH_1_9_18.
Jeremy Allison
1998-03-19
1
-5
/
+24
[next]