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_server.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-08
libds: moved enum security_types to a common header
Andrew Tridgell
1
-2
/
+1
2011-05-08
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Andrew Bartlett
1
-1
/
+1
2010-11-15
s4-server: make server sockets a child of the task context
Andrew Tridgell
1
-3
/
+4
2010-10-23
netlogon.idl: Switch to explicit constants to remove dependency on nbt.idl
Kai Blin
1
-0
/
+1
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-2
/
+2
2008-12-17
s4: fix LIBEVENTS dependencies and use more forward declarations
Stefan Metzmacher
1
-1
/
+2
2008-12-05
Let ntvfs request transport close via ntvfs_request state
Sam Liddicott
1
-0
/
+12
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-24
record highest seq number in SMB2 to check for seqnum going backwards
Andrew Tridgell
1
-0
/
+2
2008-07-28
smb2srv: correctly hold the signing state per session
Stefan Metzmacher
1
-1
/
+6
2008-07-07
smb_server/smb: prepare multi fragmented nttrans requests
Stefan Metzmacher
1
-1
/
+4
2008-06-06
added server side SMB2 signing
Andrew Tridgell
1
-0
/
+2
2008-02-14
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
1
-2
/
+2
2008-02-12
fixed up the .in side of SMB2 negprot
Andrew Tridgell
1
-1
/
+1
2007-12-21
r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...
Jelmer Vernooij
1
-0
/
+2
2007-12-21
r26238: Add a loadparm context parameter to torture_context, remove more uses...
Jelmer Vernooij
1
-0
/
+2
2007-12-21
r26236: Remove more uses of global_loadparm or specify loadparm_context expli...
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r24940: Fix undeclared warning.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r24937: Merge tests spoolss RPC callbacks.
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23044: - use uint32_t for handle id's
Stefan Metzmacher
1
-4
/
+5
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
1
-1
/
+1
2007-10-10
r17206: Add a modular API for share configuration.
Simo Sorce
1
-0
/
+2
2007-10-10
r17084: implement SMB2 Cancel in the server,
Stefan Metzmacher
1
-0
/
+17
2007-10-10
r16950: remove the smb mid from the ntvfs layer and keep a list of pending
Stefan Metzmacher
1
-11
/
+18
2007-10-10
r16923: remove unused substitude code
Stefan Metzmacher
1
-29
/
+0
2007-10-10
r16450: fix the build...
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r16410: remove some warnings of talloc_steal() usage without target
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r16023: we don't need a global variable here...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15799: fixed the problem with BASE-DISCONNECT after the recent memory leak
Andrew Tridgell
1
-0
/
+1
2007-10-10
r15796: this talloc_reference() was causing a memory leak on every NTVFS
Andrew Tridgell
1
-4
/
+0
2007-10-10
r15745: - reorder the elements of smbsrv_request
Stefan Metzmacher
1
-10
/
+12
2007-10-10
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
1
-5
/
+99
2007-10-10
r14739: keep the last request time for the smbsrv_connection,
Stefan Metzmacher
1
-0
/
+13
2007-10-10
r14736: - the ntvfs subsystem should not know about smb_server.h
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r14541: separate smbsrv_request and ntvfs_request,
Stefan Metzmacher
1
-26
/
+84
2007-10-10
r14511: Install more headers
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request
Stefan Metzmacher
1
-7
/
+25
2007-10-10
r14456: don't access the smbsrv_tcon inside the ntvfs modules
Stefan Metzmacher
1
-8
/
+3
2007-10-10
r14447: remove unused stuff
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13658: More moving around of files:
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r13403: Try to better handle a case where SPNEGO isn't available (allow us to
Andrew Bartlett
1
-2
/
+2
2007-10-10
r12801: Some more include/ cleanups (remove unused macros + move files
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r12126: get rid of the local ->terminate hacks, we do that genericly now
Stefan Metzmacher
1
-3
/
+0
[next]