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
/
include
/
proto.h
Age
Commit message (
Expand
)
Author
Files
Lines
1997-12-13
This is it ! The mega-merge of the JRA_NMBD_REWRITE branch
Jeremy Allison
1
-185
/
+293
1997-12-11
kanji.c: Patch from Anders Blomdell <anders.blomdell@control.lth.se>
Jeremy Allison
1
-3
/
+0
1997-12-04
added optonal MEM_MAN code
Andrew Tridgell
1
-0
/
+20
1997-12-03
loadparm.c: Added lp_we_are_a_wins_server as an alias for lp_wins_support.
Jeremy Allison
1
-0
/
+1
1997-12-03
make the "printing" option a per share option rather than global. When
Andrew Tridgell
1
-1
/
+1
1997-11-30
clientgen.c: Added cli_mv() (used in a recent torture test).
Jeremy Allison
1
-0
/
+1
1997-11-28
pass the mailslot name to process_logon_packet()
Andrew Tridgell
1
-1
/
+2
1997-11-24
added cli_rmdir and cli_mkdir
Andrew Tridgell
1
-0
/
+5
1997-11-23
added some QPATHINFO and QFILEINFO tests into smbtorture.
Andrew Tridgell
1
-0
/
+4
1997-11-23
test SMBsetatr as well
Andrew Tridgell
1
-1
/
+3
1997-11-23
added a test for the NT SMBgetatr bug in smbtorture
Andrew Tridgell
1
-0
/
+13
1997-11-22
the usual :-)
Andrew Tridgell
1
-2
/
+2
1997-11-21
Added in mods for new smb.conf "remote browse sync" option as posted to
John Terpstra
1
-0
/
+2
1997-11-18
ipc.c: Changed reply_trans to use receive_next_smb() to cope
Jeremy Allison
1
-1
/
+2
1997-11-17
loadparm.c : Added "veto oplock files" parameter.
Jeremy Allison
1
-0
/
+1
1997-11-10
Rolled back tree state to 11:59pm 8th November 1997 EST to
Jeremy Allison
1
-30
/
+12
1997-11-09
byteorder.h :
Luke Leighton
1
-1
/
+14
1997-11-09
attempting to mark up 32 bit error codes, needed for NT domains.
Luke Leighton
1
-12
/
+29
1997-11-08
added two more sets of tests to the smbtorture test. The tests I added
Andrew Tridgell
1
-0
/
+1
1997-11-07
local time discrepancies between the date on my computer and the date on
Luke Leighton
1
-2
/
+2
1997-11-07
ipc.c :
Luke Leighton
1
-10
/
+13
1997-11-07
Modified Files:
Christopher R. Hertel
1
-2
/
+2
1997-11-06
following a cvs error, i am rewriting this monster-commit. with bad grace.
Luke Leighton
1
-3
/
+58
1997-11-03
Rolling back the files
Jeremy Allison
1
-4
/
+0
1997-11-03
added code that _uses_ arcfour. arcfour itself, or anything remotely
Luke Leighton
1
-1
/
+2
1997-11-02
Christian Lademann's contribution: new capabilities in smb.conf.
Luke Leighton
1
-0
/
+4
1997-11-02
loadparm.c :
Luke Leighton
1
-1
/
+3
1997-11-02
fix some uchar/char conflicts
Andrew Tridgell
1
-2
/
+2
1997-11-02
convert the credentials code back to uchar[8] from uint32[2]
Andrew Tridgell
1
-11
/
+12
1997-11-01
client.c clientutil.c proto.h
Luke Leighton
1
-2
/
+3
1997-11-01
a simple SMB torture tester. This will allow us to evaluate locking
Andrew Tridgell
1
-2
/
+15
1997-10-31
- cleanup some warnings
Andrew Tridgell
1
-17
/
+209
1997-10-30
storing pipe name state (from set named pipe handle state call) in the
Luke Leighton
1
-4
/
+1
1997-10-30
Makefile:
Luke Leighton
1
-0
/
+13
1997-10-30
Makefiles for libraries. the dependencies aren't quite right, and i
Luke Leighton
1
-210
/
+0
1997-10-30
Chris will be pleased to know that mkproto.awk no longer runs on the
Andrew Tridgell
1
-3
/
+0
1997-10-30
removed mechanism that created actual files NETLOGON, lsarpc and the like,
Luke Leighton
1
-0
/
+2
1997-10-29
ipc.c ntclientpipe.c:
Luke Leighton
1
-0
/
+1
1997-10-29
split ntclient.c down into appropriate modules.
Luke Leighton
1
-0
/
+38
1997-10-29
clean up the hash entry code a bit. Got rid of lp_shmem_hash_size()
Andrew Tridgell
1
-3
/
+2
1997-10-29
added frag field to make_rpc_hdr() function
Luke Leighton
1
-1
/
+1
1997-10-29
byteorder.h :
Luke Leighton
1
-5
/
+3
1997-10-28
Adding Windows 95 printer driver code donated by Jean-Francois.Micouleau@utc.fr.
Jeremy Allison
1
-0
/
+3
1997-10-28
smb.h smbparse.c pipeutil.c :
Luke Leighton
1
-2
/
+27
1997-10-28
SYSV IPC implementation of fast share modes.
Andrew Tridgell
1
-12
/
+5
1997-10-27
added LSA_Q_CLOSE and LSA_R_CLOSE (also to smb.h). implemented in smbclient.
Luke Leighton
1
-0
/
+4
1997-10-27
added LSA Query Info Policy.
Luke Leighton
1
-0
/
+1
1997-10-27
added LSA Open Policy query and response processing to smbclient
Luke Leighton
1
-0
/
+6
1997-10-27
change the default file permissions on the SHARE_MEM_FILE* to
Andrew Tridgell
1
-4
/
+4
1997-10-26
hooray. hooray some more. hooray a lot. got the client-side working.
Luke Leighton
1
-3
/
+6
[next]