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
/
request.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3481: split out client.h and events.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3466: split out request.h, signing.h, and smb_server.h
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3350: fixed a bug with sending multiple replies for the one request, as
Andrew Tridgell
1
-0
/
+31
2007-10-10
r3341: - don't zero the async structure (makes valgrind more useful)
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...
Stefan Metzmacher
1
-1
/
+8
2007-10-10
r3307: fixed the send side of the smb_server code to be non-blocking. This
Andrew Tridgell
1
-13
/
+5
2007-10-10
r3304: changed the API to lib/socket/ a little.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...
Andrew Tridgell
1
-7
/
+1
2007-10-10
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2618: before we had refererence counts in talloc I added a hack in the
Andrew Tridgell
1
-6
/
+0
2007-10-10
r2616: the cascading nature of talloc_free() can lead to some surprises. In
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2552: Character set conversion and string handling updates.
Andrew Bartlett
1
-3
/
+7
2007-10-10
r2544: (missed from the last commit)
Andrew Bartlett
1
-1
/
+1
2007-10-10
r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2447: let the server code use the new lib/socket/ stuff
Stefan Metzmacher
1
-1
/
+9
2007-10-10
r2326: remove definition and usage of struct socket_context
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r2249: got rid of some more mem_ctx elements in structures
Andrew Tridgell
1
-19
/
+8
2007-10-10
r2159: converted samba4 over to UTF-16.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1486: commit the start of the generic server infastructure
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r1291: rename struct smbsrv_context to smbsrv_connection
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r1280: rename struct request_context to smbsrv_request
Stefan Metzmacher
1
-24
/
+24
2007-10-10
r1277: rename struct server_context to smbsrv_ontext
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...
Andrew Tridgell
1
-13
/
+20
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
1
-11
/
+11
2007-10-10
r898: - remove some unused macros
Andrew Tridgell
1
-4
/
+0
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r818: added server side SMB signing to Samba4
Andrew Tridgell
1
-1
/
+18
2007-10-10
r549: added support for DOS error codes in NTSTATUS returns. This uses a
Andrew Tridgell
1
-2
/
+9
2004-02-03
- move all SMB server stuff to smb_server/*
Stefan Metzmacher
1
-0
/
+602