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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed signed/unsigned warning.
Jeremy Allison
1998-05-19
1
-1
/
+1
*
Forgot to add the initialize_password_db() call to nmbd also.
Jeremy Allison
1998-05-19
1
-0
/
+3
*
Abstracted all the crappy password interfaces through an indirect
Jeremy Allison
1998-05-18
8
-320
/
+328
*
chgpasswd.c: Changed back to getsmb... from getsam...
Jeremy Allison
1998-05-18
17
-393
/
+607
*
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
3
-117
/
+96
*
creating and using some pdb_init_(sam/smb) routines. putting ldap headers
Luke Leighton
1998-05-18
4
-25
/
+14
*
no include headers in ldap.c.
Luke Leighton
1998-05-18
2
-0
/
+72
*
resolving compilation errors
Luke Leighton
1998-05-18
5
-5
/
+7
*
received update from jean francois for ldap.c: he is doing add / mod
Luke Leighton
1998-05-18
2
-75
/
+434
*
- renamed some of the passdb.c functions: they have a prefix pdb_ on them
Luke Leighton
1998-05-18
7
-304
/
+323
*
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
10
-183
/
+546
*
Change getpwnam to Get_Pwnam(xx , True) to allow lazy matching
Jeremy Allison
1998-05-15
1
-1
/
+1
*
Fix from "Gerald W. Carter" <cartegw@eng.auburn.edu>, we were
Jeremy Allison
1998-05-15
1
-1
/
+1
*
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
*
adding copyright messages for Benny Holmgren
Luke Leighton
1998-05-15
2
-0
/
+4
*
two scripts from benny holmgren which a) create NIS+ table b) populate it
Luke Leighton
1998-05-15
2
-0
/
+69
*
util.c: Re-seed the crypto random number generator after a fork, so all
Jeremy Allison
1998-05-15
1
-0
/
+10
*
passdb.c
Jeremy Allison
1998-05-14
5
-191
/
+210
*
sync with 1.9.18 branch (clean up comments)
Herb Lewis
1998-05-14
1
-19
/
+21
*
some pretty horrible formatting in standard_sub_basic(): makes the function
Luke Leighton
1998-05-14
1
-48
/
+56
*
robert frank - some Next3 compilation errors detected.
Luke Leighton
1998-05-14
1
-1
/
+1
*
Fixed dce/rpc to use global_machine_sid (auto generated in server.c if
Jeremy Allison
1998-05-14
4
-24
/
+13
*
namequery.c: Fixed SGI IRIX 5.x compiler problem.
Jeremy Allison
1998-05-14
4
-7
/
+199
*
chgpasswd.c: Added comments to #ifdefs
Jeremy Allison
1998-05-14
17
-427
/
+491
*
Fixed up HPUX entry.
Jeremy Allison
1998-05-13
1
-2
/
+4
*
initialise some variables (stops warning)
Andrew Tridgell
1998-05-13
1
-2
/
+2
*
test for overflow in nmb name parsing code
Andrew Tridgell
1998-05-13
1
-1
/
+1
*
initialise a variable
Andrew Tridgell
1998-05-13
1
-1
/
+1
*
we don't need a typedef for string
Andrew Tridgell
1998-05-13
1
-2
/
+0
*
includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don't
Jeremy Allison
1998-05-12
7
-75
/
+15
*
- removed ldap_get_trust()
Luke Leighton
1998-05-12
1
-101
/
+74
*
function comments wrong
Luke Leighton
1998-05-12
1
-2
/
+2
*
removed lp_domain_workstation() parameter
Luke Leighton
1998-05-12
3
-10
/
+1
*
retired this file: it's not actually needed now that passdb.c provides
Luke Leighton
1998-05-12
1
-152
/
+0
*
a new slprintf() function. This one is totally portable but a bit of a
Andrew Tridgell
1998-05-12
1
-27
/
+41
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
68
-787
/
+887
*
password back-end database support
Luke Leighton
1998-05-11
4
-118
/
+168
*
reply.c: Added code to not overwrite sesssetup_user when in share level security
Jeremy Allison
1998-05-11
2
-2
/
+9
*
add lp_domain_workstations() parameter. this is a list of workstation names
Luke Leighton
1998-05-11
2
-0
/
+6
*
ldap back-end database development
Luke Leighton
1998-05-11
10
-604
/
+725
*
don't use system functions as arguments to qsort() as otherwise you
Andrew Tridgell
1998-05-11
1
-1
/
+1
*
include includes.h in all the ubiqx files. I know Chris won't like
Andrew Tridgell
1998-05-11
5
-4
/
+6
*
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1998-05-11
33
-94
/
+207
*
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1998-05-11
1
-1
/
+1
*
Updated OSF1_ENH_SEC mode password handling.
John Terpstra
1998-05-10
1
-1
/
+8
*
added sam_passwd structure: don't want smb_passwd to be "polluted".
Luke Leighton
1998-05-08
1
-6
/
+50
[next]