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