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
Age
Commit message (
Expand
)
Author
Files
Lines
1998-08-05
Fixed memory leak when freeing ChangeNotify structures.
Jeremy Allison
1
-6
/
+6
1998-08-04
nttrans.c: Fix change_notify. Queue processing code wasn't changing to
Jeremy Allison
2
-18
/
+54
1998-08-04
loadparm.c: Added "debug timestamp" synonym for Chris.
Jeremy Allison
3
-39
/
+28
1998-08-03
First implementation of ChangeNotify - this version only checks
Jeremy Allison
2
-20
/
+297
1998-07-31
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
9
-237
/
+280
1998-07-30
Makefile.in: Moved UBIQX stuff into UTILOBJ.
Jeremy Allison
4
-217
/
+332
1998-07-29
get rid of the runtime test for broken getgroups() and add a compile
Andrew Tridgell
3
-85
/
+37
1998-07-29
merge from the autoconf2 branch to the main branch
Andrew Tridgell
11
-976
/
+440
1998-07-29
locking.c: Print messages when we downgrade a lock.
Jeremy Allison
2
-19
/
+32
1998-07-28
loadparm.c: Added strict sync parameter.
Jeremy Allison
2
-16
/
+14
1998-07-27
chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.
Jeremy Allison
4
-29
/
+18
1998-07-25
Noticed that I was using the strlen() of a string that I had strdup()'d
Christopher R. Hertel
1
-1
/
+1
1998-07-24
Changed the definition of the linked list header used in the directory
Christopher R. Hertel
1
-1
/
+1
1998-07-23
locking.c: Added lock type to is_locked() and do_lock()
Jeremy Allison
3
-20
/
+35
1998-07-22
Fixed bug found by Richard Sharpe. After increasing files_struct size by
Jeremy Allison
3
-12
/
+12
1998-07-22
includes.h: Added feature type USE_GRANTPT for pty code.
Jeremy Allison
1
-5
/
+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
4
-61
/
+204
1998-07-17
nttrans.c: Added FILE_EXECUTE to required permissions checked.
Jeremy Allison
2
-11
/
+13
1998-07-17
local.h: Added NTFS define if HAVE_NT_SMBS is defined.
Jeremy Allison
1
-4
/
+10
1998-07-16
Makefile: Added nttrans.o
Jeremy Allison
3
-213
/
+283
1998-07-16
Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.
Jeremy Allison
1
-9
/
+26
1998-07-14
loadparm.c:
Jeremy Allison
3
-103
/
+102
1998-07-11
nntrans.c: Fully implemented transact rename.
Jeremy Allison
2
-6
/
+40
1998-07-11
nttrans.c: More NT SMB stuff.
Jeremy Allison
3
-76
/
+103
1998-07-10
Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>
Jeremy Allison
1
-1
/
+8
1998-07-10
AIX patch from Michael Wojcik <mww@microfocus.com> adding detail
Jeremy Allison
1
-4
/
+135
1998-07-09
Needed fix to SIGHUP handling donated by branko.cibej@hermes.si
Jeremy Allison
1
-8
/
+29
1998-07-09
New version of the DFS_AUTH code from Karsten Muuss <muuss@or.uni-bonn.de>
Jeremy Allison
1
-39
/
+242
1998-07-09
NT SMB trans reply code.
Jeremy Allison
2
-74
/
+291
1998-07-08
Implementing more NT SMB functionality.
Jeremy Allison
1
-82
/
+332
1998-07-06
password.c: Fixes to allow Win95 clients to have lm encrypted passwords
Jeremy Allison
1
-2
/
+5
1998-07-02
nttrans.c: More NT SMB stuff.
Jeremy Allison
1
-2
/
+2
1998-07-02
chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIX
Jeremy Allison
2
-42
/
+53
1998-07-01
includes.h: AIX fix.
Jeremy Allison
2
-28
/
+109
1998-06-30
nttrans.c: More code towards NT protocol.
Jeremy Allison
1
-13
/
+91
1998-06-16
Added SSL support from Christian Starkjohann <cs@obdev.at>
Jeremy Allison
2
-0
/
+291
1998-06-15
client.c: Made -L do a null-session share unless -U user is specified.
Jeremy Allison
1
-0
/
+34
1998-06-15
Makefile:
Jeremy Allison
1
-8
/
+20
1998-06-13
Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...
Jeremy Allison
1
-1
/
+1
1998-06-13
Groupname mapping code now lives here.
Jeremy Allison
1
-0
/
+204
1998-06-12
ipc.c: map_username is now a BOOL function.
Jeremy Allison
3
-33
/
+47
1998-06-10
Minor changes as I've now discovered gcc -pedantic-errors. This
Jeremy Allison
1
-2
/
+1
1998-06-10
De-coupled the mapping of a Windows to UNIX username from the Get_Pwnam
Jeremy Allison
2
-3
/
+64
1998-06-04
client.c: Allowed client to proceed even if it gets error 234 (more data
Jeremy Allison
1
-6
/
+5
1998-06-03
ipc.c: Fix bug where we don't return the correct error code when client
Jeremy Allison
2
-91
/
+270
1998-05-27
loadparm.c: Added machine password timeout parameter - set to 7 days be default.
Jeremy Allison
2
-4
/
+52
1998-05-26
smb.h: More NT SMB stuff (just defines).
Jeremy Allison
1
-2
/
+10
1998-05-22
I've put the ubiqx headers back into includes.h, and removed them from
Christopher R. Hertel
2
-2
/
+0
1998-05-22
Removed all ubiqx includes from includes.h. So far, this was only a problem
Christopher R. Hertel
1
-0
/
+1
[next]