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
/
source4
/
smb_server
/
smb
Commit message (
Expand
)
Author
Age
Files
Lines
*
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r17361: check that file handles are only accessable
Stefan Metzmacher
2007-10-10
1
-0
/
+11
*
r17341: pass a messaging context to auth_context_create()
Stefan Metzmacher
2007-10-10
2
-10
/
+16
*
r17283: use the async calls of auth_check_password() and gensec_update()
Stefan Metzmacher
2007-10-10
2
-245
/
+330
*
r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in this
Stefan Metzmacher
2007-10-10
1
-14
/
+20
*
r17274: fix typos
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r17206: Add a modular API for share configuration.
Simo Sorce
2007-10-10
1
-28
/
+29
*
r17012: don't try to send any data when the socket is gone already...
Stefan Metzmacher
2007-10-10
1
-0
/
+6
*
r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...
Stefan Metzmacher
2007-10-10
1
-16
/
+17
*
r16979: - ntcancel should compare TID,UID,MID and PID
Stefan Metzmacher
2007-10-10
1
-3
/
+10
*
r16950: remove the smb mid from the ntvfs layer and keep a list of pending
Stefan Metzmacher
2007-10-10
3
-6
/
+26
*
r16923: remove unused substitude code
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r16834: split the level's of smb_search_first/smb_search_next and the levels
Stefan Metzmacher
2007-10-10
2
-25
/
+29
*
r16815: split out search levels which are also used by smb2
Stefan Metzmacher
2007-10-10
1
-127
/
+2
*
r16735: vista beta2 reuses the tcp connect where it does the
Stefan Metzmacher
2007-10-10
1
-15
/
+1
*
r16621: split out passthru levels of setfileinfo
Stefan Metzmacher
2007-10-10
1
-55
/
+15
*
r16464: split client and server min/max protocol settings
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r16449: move some code to a generic place
Stefan Metzmacher
2007-10-10
1
-513
/
+56
*
r16448: add more error checks
Stefan Metzmacher
2007-10-10
1
-53
/
+47
*
r16444: - split out qfsinfo passthru levels
Stefan Metzmacher
2007-10-10
1
-85
/
+83
*
r16443: add push code for SMB2 levels
Stefan Metzmacher
2007-10-10
1
-0
/
+36
*
r16440: split out passthru level into a new functions,
Stefan Metzmacher
2007-10-10
1
-71
/
+116
*
r16403: remove dependency to smbsrv_request next part...
Stefan Metzmacher
2007-10-10
1
-21
/
+27
*
r16402: start to remove the dependecy to smbsrv_request from the parsing func...
Stefan Metzmacher
2007-10-10
1
-57
/
+77
*
r16401: keep the old pointer when realloc fails, this is needed for the
Stefan Metzmacher
2007-10-10
1
-2
/
+4
*
r16400: add more error checks
Stefan Metzmacher
2007-10-10
1
-47
/
+55
*
r16399: - split out pushing smb_fsinfo into a DATA_BLOB
Stefan Metzmacher
2007-10-10
1
-67
/
+76
*
r16357: - start get rid of void parsing functions
Stefan Metzmacher
2007-10-10
1
-223
/
+233
*
r15827: fixed a spelling error
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r15769: this functions belong to params/ so move it.
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15747: move some functions to the protocol independend part of the
Stefan Metzmacher
2007-10-10
1
-42
/
+1
*
r15741: move smb2 request structures into the main smb request structs
Stefan Metzmacher
2007-10-10
2
-0
/
+4
*
r15739: return False when the function is called with an invalid level
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
2007-10-10
6
-100
/
+272
*
r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...
Stefan Metzmacher
2007-10-10
1
-1
/
+9
*
r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r...
Stefan Metzmacher
2007-10-10
1
-22
/
+32
*
r15711: - make use of nttrans_setup_reply()
Stefan Metzmacher
2007-10-10
1
-14
/
+9
*
r15710: - we no longer need to set the nttrans out fields to zero
Stefan Metzmacher
2007-10-10
1
-11
/
+5
*
r15709: - return an error is better than ignoring a non supported request
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r15708: setup count is 8bit and param_count and data_count are 32bit
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r15656: for NT IOCTL's we need to control the max_data field for some calls
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r15640: - NT IOCTL calls also have an 'in' data_blob
Stefan Metzmacher
2007-10-10
1
-3
/
+1
*
r15314: Fix recursive dependency hack for static libs. Should fix the build
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15313: Fix some dependencies in dso mode
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15304: Fix smbd build, more updates on getting --enable-dso to build again
Jelmer Vernooij
2007-10-10
3
-0
/
+3
*
r15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15191: Avoid uint_t as it's not standard.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
[next]