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
/
server.c
Age
Commit message (
Expand
)
Author
Files
Lines
1998-08-11
include/smb.h: Removed dir_ptr. Not needed.
Jeremy Allison
1
-27
/
+26
1998-08-10
moved access.c into lib/ from smbd/ as it is needed by testparm. I
Andrew Tridgell
1
-3
/
+9
1998-08-10
split the system password checking routines out of smbd/password.c and
Andrew Tridgell
1
-1
/
+2
1998-08-04
loadparm.c: Added "debug timestamp" synonym for Chris.
Jeremy Allison
1
-16
/
+24
1998-08-03
First implementation of ChangeNotify - this version only checks
Jeremy Allison
1
-1
/
+12
1998-07-31
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1
-100
/
+139
1998-07-30
Makefile.in: Moved UBIQX stuff into UTILOBJ.
Jeremy Allison
1
-61
/
+108
1998-07-29
get rid of the runtime test for broken getgroups() and add a compile
Andrew Tridgell
1
-8
/
+4
1998-07-29
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1
-349
/
+54
1998-07-28
loadparm.c: Added strict sync parameter.
Jeremy Allison
1
-8
/
+6
1998-07-27
chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.
Jeremy Allison
1
-9
/
+2
1998-07-23
locking.c: Added lock type to is_locked() and do_lock()
Jeremy Allison
1
-1
/
+15
1998-07-22
Fixed bug found by Richard Sharpe. After increasing files_struct size by
Jeremy Allison
1
-9
/
+9
1998-07-17
Forgot to increase size of files_struct by MAX_OPEN_DIRECTORIES in
Jeremy Allison
1
-1
/
+1
1998-07-17
Code added to fix the renaming of a directory under NT SMB calls.
Jeremy Allison
1
-23
/
+102
1998-07-16
Makefile: Added nttrans.o
Jeremy Allison
1
-3
/
+3
1998-07-14
loadparm.c:
Jeremy Allison
1
-88
/
+88
1998-07-11
nttrans.c: More NT SMB stuff.
Jeremy Allison
1
-3
/
+16
1998-07-10
Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>
Jeremy Allison
1
-1
/
+8
1998-07-09
Needed fix to SIGHUP handling donated by branko.cibej@hermes.si
Jeremy Allison
1
-8
/
+29
1998-06-16
Added SSL support from Christian Starkjohann <cs@obdev.at>
Jeremy Allison
1
-0
/
+25
1998-06-12
ipc.c: map_username is now a BOOL function.
Jeremy Allison
1
-28
/
+42
1998-06-10
Minor changes as I've now discovered gcc -pedantic-errors. This
Jeremy Allison
1
-2
/
+1
1998-06-03
ipc.c: Fix bug where we don't return the correct error code when client
Jeremy Allison
1
-82
/
+258
1998-05-27
loadparm.c: Added machine password timeout parameter - set to 7 days be default.
Jeremy Allison
1
-0
/
+47
1998-05-18
Abstracted all the crappy password interfaces through an indirect
Jeremy Allison
1
-0
/
+3
1998-05-18
resolving compilation errors
Luke Leighton
1
-1
/
+1
1998-05-14
passdb.c
Jeremy Allison
1
-181
/
+2
1998-05-14
namequery.c: Fixed SGI IRIX 5.x compiler problem.
Jeremy Allison
1
-2
/
+191
1998-05-12
This is a security audit change of the main source.
Jeremy Allison
1
-28
/
+28
1998-05-11
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1
-4
/
+4
1998-05-07
This should (hopefully :-) be the final fix for the %U %G substitution
Jeremy Allison
1
-22
/
+28
1998-05-06
loadparm.c: Added #ifdef USE_LDAP around ldap code.
Jeremy Allison
1
-7
/
+16
1998-05-06
Fixes for the %U and %G problems people have reported.
Jeremy Allison
1
-6
/
+11
1998-05-05
genrand.c: SGI compile warning fix.
Jeremy Allison
1
-2
/
+1
1998-04-29
Makefile: Added files to smbpasswd.c.
Jeremy Allison
1
-0
/
+16
1998-04-29
This is the checkin that adds the security=domain functionality.
Jeremy Allison
1
-4
/
+0
1998-04-25
This looks like a big change but really isn't.
Jeremy Allison
1
-4
/
+4
1998-04-22
genrand.c: Improved generation of random values, more secure.
Jeremy Allison
1
-0
/
+4
1998-04-20
Makefile: Added genrand.o
Jeremy Allison
1
-0
/
+2
1998-04-13
Changes include:
Christopher R. Hertel
1
-3
/
+3
1998-04-13
Changes to allow Samba to be compiled with -Wstrict-prototypes
Jeremy Allison
1
-8
/
+8
1998-04-13
fixed a memory leak in close_file(). Each time a file was opened
Andrew Tridgell
1
-1
/
+7
1998-04-12
support O_SYNC at open time in files (previously we only supported it
Andrew Tridgell
1
-0
/
+4
1998-04-10
Fix for [homes] problem with security=share. We were still relying
Jeremy Allison
1
-5
/
+19
1998-04-09
Makefile, loadparm.c, server.c, smb.h, util.c: Patch from
Jeremy Allison
1
-7
/
+7
1998-04-06
loadparm.c: Cause IPC$ comment to be evaluated at runtime, rather than
Jeremy Allison
1
-2
/
+10
1998-03-31
includes.h: Added semaphore fix for HPUX10.x
Jeremy Allison
1
-1
/
+1
1998-03-30
Fixed compile-time error introduced by log message change.
Jeremy Allison
1
-8
/
+19
1998-03-29
Added remote machine and address to debug message in make_connection() function.
John Terpstra
1
-1
/
+1
[next]