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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r25551: Convert to standard bool type.
Jelmer Vernooij
15
-83
/
+83
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
8
-39
/
+43
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
3
-3
/
+5
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
7
-0
/
+8
2007-10-10
r24940: Fix undeclared warning.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r24937: Merge tests spoolss RPC callbacks.
Jelmer Vernooij
2
-3
/
+7
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r24494: add comment to remind me to look at the flags on a tconx
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
27
-81
/
+54
2007-10-10
r23700: pre-open the sam in the parent smbd. This has the effect of loading
Andrew Tridgell
1
-0
/
+16
2007-10-10
r23680: Make it easier to setup a domain member server - the 'server role'
Andrew Bartlett
2
-2
/
+2
2007-10-10
r23067: use 'const union smb_search_data *file' also in the server code to ge...
Stefan Metzmacher
4
-6
/
+6
2007-10-10
r23045: forward SMB2 oplock breaks to the client
Stefan Metzmacher
2
-3
/
+50
2007-10-10
r23044: - use uint32_t for handle id's
Stefan Metzmacher
3
-19
/
+26
2007-10-10
r23043: allow more than UINT16_MAX - 1 handles on smb2 connections
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)
Andrew Tridgell
3
-5
/
+16
2007-10-10
r23019: revert r23018 - this will require more thought.
Andrew Tridgell
1
-14
/
+2
2007-10-10
r23018: fixed a memory leak in our server side session setup code for failed
Andrew Tridgell
1
-2
/
+14
2007-10-10
r22866: handle incoming chained smb2 requests in our server code to let
Stefan Metzmacher
5
-30
/
+135
2007-10-10
r22843: pass smb2 lock requests to the ntvfs layer
Stefan Metzmacher
1
-1
/
+32
2007-10-10
r22774: correctly initialize the smbsrv_connection when switching to SMB2
Stefan Metzmacher
1
-0
/
+13
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
4
-1
/
+8
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
r18839: align all directory search blobs on an 8 byte boundary to keep the
Andrew Tridgell
1
-4
/
+15
2007-10-10
r18686: Fix typo protocl->protocol
Volker Lendecke
1
-1
/
+2
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
2
-3
/
+4
2007-10-10
r18211: wct is not a size, so don't use size_t
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
6
-6
/
+6
2007-10-10
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r17361: check that file handles are only accessable
Stefan Metzmacher
1
-0
/
+11
2007-10-10
r17360: add some comments
Stefan Metzmacher
1
-3
/
+23
2007-10-10
r17341: pass a messaging context to auth_context_create()
Stefan Metzmacher
4
-14
/
+24
2007-10-10
r17297: Some compilers don't seem to like the ;;
Andrew Bartlett
1
-1
/
+1
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
r17268: change the smb2 session setup to use the new gensec_update_send/recv(...
Stefan Metzmacher
1
-61
/
+91
2007-10-10
r17206: Add a modular API for share configuration.
Simo Sorce
5
-41
/
+52
2007-10-10
r17084: implement SMB2 Cancel in the server,
Stefan Metzmacher
4
-11
/
+125
2007-10-10
r17012: don't try to send any data when the socket is gone already...
Stefan Metzmacher
2
-0
/
+19
2007-10-10
r17009: set the protocol version correct
Stefan Metzmacher
1
-0
/
+2
[next]