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
/
source4
/
smb_server
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r22381: fix memory leak
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21206: - a couple more nttrans places were a memcpy() should be used
Andrew Tridgell
1
-8
/
+4
2007-10-10
r21183: Commit the big/little endian fix for nttrans setup[] handling.
Volker Lendecke
1
-4
/
+3
2007-10-10
r20657: fix compiler warning and bug:-)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20646: first preparations for cluster enablement. This changes "
Andrew Tridgell
1
-3
/
+3
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2
-0
/
+4
2007-10-10
r19505: fixed a valgrind error
Andrew Tridgell
1
-0
/
+4
2007-10-10
r19504: - fixed a free error in file_lines_parse
Andrew Tridgell
1
-2
/
+6
2007-10-10
r18972: we don't need this now all builds in the build farm are limited to 150
Andrew Tridgell
1
-12
/
+0
2007-10-10
r18583: a nasty hack to allow me to monitor the number of open file
Andrew Tridgell
1
-0
/
+13
2007-10-10
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
1
-1
/
+2
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17361: check that file handles are only accessable
Stefan Metzmacher
1
-0
/
+11
2007-10-10
r17341: pass a messaging context to auth_context_create()
Stefan Metzmacher
2
-10
/
+16
2007-10-10
r17283: use the async calls of auth_check_password() and gensec_update()
Stefan Metzmacher
2
-245
/
+330
2007-10-10
r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in this
Stefan Metzmacher
1
-14
/
+20
2007-10-10
r17274: fix typos
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r17206: Add a modular API for share configuration.
Simo Sorce
1
-28
/
+29
2007-10-10
r17012: don't try to send any data when the socket is gone already...
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...
Stefan Metzmacher
1
-16
/
+17
2007-10-10
r16979: - ntcancel should compare TID,UID,MID and PID
Stefan Metzmacher
1
-3
/
+10
2007-10-10
r16950: remove the smb mid from the ntvfs layer and keep a list of pending
Stefan Metzmacher
3
-6
/
+26
2007-10-10
r16923: remove unused substitude code
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r16834: split the level's of smb_search_first/smb_search_next and the levels
Stefan Metzmacher
2
-25
/
+29
2007-10-10
r16815: split out search levels which are also used by smb2
Stefan Metzmacher
1
-127
/
+2
2007-10-10
r16735: vista beta2 reuses the tcp connect where it does the
Stefan Metzmacher
1
-15
/
+1
2007-10-10
r16621: split out passthru levels of setfileinfo
Stefan Metzmacher
1
-55
/
+15
2007-10-10
r16464: split client and server min/max protocol settings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r16449: move some code to a generic place
Stefan Metzmacher
1
-513
/
+56
2007-10-10
r16448: add more error checks
Stefan Metzmacher
1
-53
/
+47
2007-10-10
r16444: - split out qfsinfo passthru levels
Stefan Metzmacher
1
-85
/
+83
2007-10-10
r16443: add push code for SMB2 levels
Stefan Metzmacher
1
-0
/
+36
2007-10-10
r16440: split out passthru level into a new functions,
Stefan Metzmacher
1
-71
/
+116
2007-10-10
r16403: remove dependency to smbsrv_request next part...
Stefan Metzmacher
1
-21
/
+27
2007-10-10
r16402: start to remove the dependecy to smbsrv_request from the parsing func...
Stefan Metzmacher
1
-57
/
+77
2007-10-10
r16401: keep the old pointer when realloc fails, this is needed for the
Stefan Metzmacher
1
-2
/
+4
2007-10-10
r16400: add more error checks
Stefan Metzmacher
1
-47
/
+55
2007-10-10
r16399: - split out pushing smb_fsinfo into a DATA_BLOB
Stefan Metzmacher
1
-67
/
+76
2007-10-10
r16357: - start get rid of void parsing functions
Stefan Metzmacher
1
-223
/
+233
2007-10-10
r15827: fixed a spelling error
Andrew Tridgell
1
-1
/
+1
2007-10-10
r15769: this functions belong to params/ so move it.
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15747: move some functions to the protocol independend part of the
Stefan Metzmacher
1
-42
/
+1
2007-10-10
r15741: move smb2 request structures into the main smb request structs
Stefan Metzmacher
2
-0
/
+4
2007-10-10
r15739: return False when the function is called with an invalid level
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
6
-100
/
+272
2007-10-10
r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...
Stefan Metzmacher
1
-1
/
+9
2007-10-10
r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r...
Stefan Metzmacher
1
-22
/
+32
2007-10-10
r15711: - make use of nttrans_setup_reply()
Stefan Metzmacher
1
-14
/
+9
2007-10-10
r15710: - we no longer need to set the nttrans out fields to zero
Stefan Metzmacher
1
-11
/
+5
[next]