index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
passdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
smb.h: More NT SMB stuff (just defines).
Jeremy Allison
1998-05-26
1
-1
/
+2
*
added set logon, logoff, kickoff etc time functions.
Luke Leighton
1998-05-25
2
-8
/
+42
*
i wondered why nisppass.c came up with a linker error "pdb_set_last_set_time"
Luke Leighton
1998-05-25
1
-5
/
+0
*
- created pdb_sethexpwd(), to be called from all pwd apis that need to
Luke Leighton
1998-05-24
3
-46
/
+81
*
add_nisp21pwd_entry() finished but not tested. module now compiles.
Luke Leighton
1998-05-22
1
-107
/
+77
*
doesn't compile: don't care. checking this in so people can see what's
Luke Leighton
1998-05-22
1
-19
/
+107
*
fixed signed / unsigned warnings spotted by tim winders. also fixed
Luke Leighton
1998-05-21
2
-2
/
+2
*
passdb.c: Fixed typo in coment.
Jeremy Allison
1998-05-19
2
-2
/
+6
*
made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need not
Luke Leighton
1998-05-19
1
-98
/
+97
*
oops - got some of the default (conversion) functions wrong.
Luke Leighton
1998-05-19
1
-32
/
+19
*
removed "default" system for password database api: all functions must
Luke Leighton
1998-05-19
4
-195
/
+176
*
ldap.c :
Luke Leighton
1998-05-19
4
-88
/
+286
*
Abstracted all the crappy password interfaces through an indirect
Jeremy Allison
1998-05-18
4
-293
/
+274
*
chgpasswd.c: Changed back to getsmb... from getsam...
Jeremy Allison
1998-05-18
4
-280
/
+341
*
linker errors with -DUSE_NISPLUS_DB - difficult to spot when you're not
Luke Leighton
1998-05-18
2
-4
/
+4
*
sorting out removal of some smb_passwd functions by calling pdb_smb_to_sam()
Luke Leighton
1998-05-18
1
-10
/
+11
*
removed references to some of the smb_passwd routines from ldap and nis+
Luke Leighton
1998-05-18
2
-111
/
+91
*
creating and using some pdb_init_(sam/smb) routines. putting ldap headers
Luke Leighton
1998-05-18
3
-25
/
+10
*
no include headers in ldap.c.
Luke Leighton
1998-05-18
2
-0
/
+72
*
resolving compilation errors
Luke Leighton
1998-05-18
3
-3
/
+6
*
received update from jean francois for ldap.c: he is doing add / mod
Luke Leighton
1998-05-18
1
-71
/
+424
*
- renamed some of the passdb.c functions: they have a prefix pdb_ on them
Luke Leighton
1998-05-18
3
-300
/
+319
*
oops. pressed ctrl-z while editing the previous cvs message: this was
Luke Leighton
1998-05-18
1
-19
/
+105
*
Makefile:
Luke Leighton
1998-05-18
4
-145
/
+488
*
some databases have search capabilities. acknowledging this in design
Luke Leighton
1998-05-15
1
-19
/
+60
*
first non-compiling, unused, mostly stub version of NIS+ password database.
Luke Leighton
1998-05-15
1
-0
/
+330
*
passdb.c
Jeremy Allison
1998-05-14
1
-0
/
+192
*
namequery.c: Fixed SGI IRIX 5.x compiler problem.
Jeremy Allison
1998-05-14
1
-4
/
+4
*
initialise a variable
Andrew Tridgell
1998-05-13
1
-1
/
+1
*
- removed ldap_get_trust()
Luke Leighton
1998-05-12
1
-101
/
+74
*
removed lp_domain_workstation() parameter
Luke Leighton
1998-05-12
1
-1
/
+1
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
2
-27
/
+28
*
password back-end database support
Luke Leighton
1998-05-11
3
-13
/
+140
*
ldap back-end database development
Luke Leighton
1998-05-11
3
-401
/
+596
*
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1998-05-11
1
-9
/
+11
*
renamed last_change_time to pass_must_change_time. removed "if (bool==True)"
Luke Leighton
1998-05-08
2
-21
/
+20
*
added first pass at start/get/end-ldappwent functions. unfortunately, lots
Luke Leighton
1998-05-07
1
-10
/
+65
*
remove unused ldap functions: add stub start/get/endldappwent routines.
Luke Leighton
1998-05-07
2
-146
/
+97
*
moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c
Luke Leighton
1998-05-07
2
-57
/
+0
*
This should (hopefully :-) be the final fix for the %U %G substitution
Jeremy Allison
1998-05-07
1
-11
/
+0
*
created "passdb.c" which is an interface point to (at present) either
Luke Leighton
1998-05-07
3
-33
/
+213
*
smbpass.c: Fixed machine_passwd_lock() problems.
Jeremy Allison
1998-05-06
1
-25
/
+21
*
loadparm.c: Added #ifdef USE_LDAP around ldap code.
Jeremy Allison
1998-05-06
1
-8
/
+9
*
jean-francois micouleau's well-alpha code for ldap password database stuff!
Luke Leighton
1998-05-06
2
-0
/
+572
*
genrand.c: SGI compile warning fix.
Jeremy Allison
1998-05-05
1
-2
/
+2
*
Added patch from Bruce Tenison <btenison@dibbs.net> to allow encrypted
Jeremy Allison
1998-04-30
1
-4
/
+6
*
Makefile: Added files to smbpasswd.c.
Jeremy Allison
1998-04-29
1
-27
/
+54
*
password.c:
Luke Leighton
1998-04-29
1
-10
/
+17
*
This is the checkin that adds the security=domain functionality.
Jeremy Allison
1998-04-29
1
-3
/
+0
*
genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().
Jeremy Allison
1998-04-23
1
-33
/
+222
[next]