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
/
passdb
Age
Commit message (
Expand
)
Author
Files
Lines
1998-10-17
Small tidyups for gcc in 'preen' mode....
Jeremy Allison
2
-0
/
+2
1998-10-16
trust password
Luke Leighton
1
-2
/
+2
1998-10-15
rpcclient interactive login (with trust account changing if you are root)
Luke Leighton
2
-2
/
+38
1998-10-15
getpwnam() failing is a serious error (corrupt smbpasswd database)
Luke Leighton
1
-1
/
+6
1998-10-15
bug-fixing against:
Luke Leighton
1
-0
/
+2
1998-10-09
anders blomdell spotted an unititialised fstring causing strlen to go
Luke Leighton
1
-0
/
+1
1998-09-29
Fixed warning in get_time_from_string().
Jeremy Allison
1
-1
/
+1
1998-09-29
missed the pdb_sam_to_smb function needed by nispass.c
Luke Leighton
1
-19
/
+22
1998-09-29
added in some pdb_xxx routines that are needed by nispass.c
Luke Leighton
1
-0
/
+121
1998-09-28
Added fix from gildea@intouchsys.com - smbpasswd file could be left
Jeremy Allison
1
-1
/
+5
1998-09-28
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1
-2
/
+2
1998-09-28
automated generation of .dummy files for each subdirectory;
Alexandre Oliva
1
-1
/
+0
1998-09-26
Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>
Jeremy Allison
1
-1
/
+3
1998-09-25
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
3
-2
/
+12
1998-09-24
Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s
Jeremy Allison
4
-71
/
+109
1998-09-24
removed function names printed out in debug statements (duplicated in
Luke Leighton
1
-33
/
+37
1998-09-21
major autoconf clean-up
Alexandre Oliva
1
-0
/
+1
1998-09-17
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
3
-15
/
+15
1998-09-17
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
4
-17
/
+17
1998-09-05
some cleanups to use ZERO_STRUCT() and friends
Andrew Tridgell
1
-1
/
+1
1998-09-05
tridge the destroyer returns!
Andrew Tridgell
2
-246
/
+4
1998-09-04
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1
-2
/
+2
1998-09-03
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
2
-9
/
+9
1998-09-01
More abstraction of file system data types, to move to a 64
Jeremy Allison
1
-2
/
+2
1998-08-29
got rid of calls to update_protected_database(). It was causing core
Andrew Tridgell
1
-37
/
+0
1998-08-17
moved connection_struct handling code into smbd/conn.c and changed it
Andrew Tridgell
1
-4
/
+4
1998-08-15
use user instead of this_user to prevent global shadowing
Andrew Tridgell
1
-18
/
+18
1998-08-15
configure: Changes for extra headers.
Jeremy Allison
2
-6
/
+6
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1
-2
/
+2
1998-08-10
split the system password checking routines out of smbd/password.c and
Andrew Tridgell
1
-0
/
+950
1998-07-31
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1
-6
/
+6
1998-07-29
merge from the autoconf2 branch to the main branch
Andrew Tridgell
5
-162
/
+166
1998-06-27
nisppass.c: Fixed incorrect parameter usage.
Jeremy Allison
1
-1
/
+1
1998-06-20
clitar.c: Fixed minor gcc -pedantic-error compile warnings.
Jeremy Allison
1
-0
/
+2
1998-06-04
includes.h: Fixes for NetBSD and BSDI.
Jeremy Allison
1
-2
/
+2
1998-06-01
clientutil.c: Don't core dump if no controlling terminal available for password.
Jeremy Allison
2
-8
/
+26
1998-05-28
latest messing about: probably doesn't compile; doesn't matter.
Luke Leighton
1
-3
/
+54
1998-05-27
loadparm.c: Added machine password timeout parameter - set to 7 days be default.
Jeremy Allison
2
-4
/
+16
1998-05-26
smb.h: More NT SMB stuff (just defines).
Jeremy Allison
1
-1
/
+2
1998-05-25
added set logon, logoff, kickoff etc time functions.
Luke Leighton
2
-8
/
+42
1998-05-25
i wondered why nisppass.c came up with a linker error "pdb_set_last_set_time"
Luke Leighton
1
-5
/
+0
1998-05-24
- created pdb_sethexpwd(), to be called from all pwd apis that need to
Luke Leighton
3
-46
/
+81
1998-05-22
add_nisp21pwd_entry() finished but not tested. module now compiles.
Luke Leighton
1
-107
/
+77
1998-05-22
doesn't compile: don't care. checking this in so people can see what's
Luke Leighton
1
-19
/
+107
1998-05-21
fixed signed / unsigned warnings spotted by tim winders. also fixed
Luke Leighton
2
-2
/
+2
1998-05-19
passdb.c: Fixed typo in coment.
Jeremy Allison
2
-2
/
+6
1998-05-19
made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need not
Luke Leighton
1
-98
/
+97
1998-05-19
oops - got some of the default (conversion) functions wrong.
Luke Leighton
1
-32
/
+19
1998-05-19
removed "default" system for password database api: all functions must
Luke Leighton
4
-195
/
+176
1998-05-19
ldap.c :
Luke Leighton
4
-88
/
+286
[prev]
[next]