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
2008-02-14
Remove type before variables in data.mk
Jelmer Vernooij
2
-2
/
+2
2008-02-14
updated SMB2 code for getinfo according to WSPP docs
Andrew Tridgell
2
-26
/
+25
2008-02-14
A better way to handle the different format of RenameInformation in SMB2
Andrew Tridgell
2
-13
/
+30
2008-02-14
Fixed SMB2 rename operations from Vista clients
Andrew Tridgell
3
-12
/
+24
2008-02-14
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
13
-107
/
+144
2008-02-13
updated SMB2 create operation to match WSPP.
Andrew Tridgell
1
-11
/
+11
2008-02-13
updated SMB2 tcon as per WSPP docs
Andrew Tridgell
1
-17
/
+11
2008-02-12
fixed crash when 0 dialects (thanks metze!)
Andrew Tridgell
1
-2
/
+4
2008-02-12
updated SMB2 header defines to match WSPP docs
Andrew Tridgell
4
-32
/
+32
2008-02-12
converted SMB2 session setup to use WSPP protocol field names
Andrew Tridgell
1
-7
/
+8
2008-02-12
converted the out side of SMB2 negprot handling
Andrew Tridgell
1
-29
/
+30
2008-02-12
fixed up the .in side of SMB2 negprot
Andrew Tridgell
3
-6
/
+37
2008-02-04
Remove useless layer of indirection, where every service called
Andrew Bartlett
1
-13
/
+1
2008-02-04
Rework service init functions to pass down service name. This is
Andrew Bartlett
1
-1
/
+1
2008-02-01
Fix sending of large nttrans responses.
Amin Azez
1
-1
/
+1
2008-01-05
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
2
-3
/
+5
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2
-3
/
+3
2008-01-01
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
3
-3
/
+3
2007-12-21
r26504: Don't rely on system-provided kerberos headers.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26440: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
2
-2
/
+2
2007-12-21
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
4
-7
/
+11
2007-12-21
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
1
-2
/
+7
2007-12-21
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
2
-2
/
+2
2007-12-21
r26353: Remove use of global_loadparm.
Jelmer Vernooij
2
-0
/
+3
2007-12-21
r26350: More tests.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26347: More tests.
Jelmer Vernooij
1
-3
/
+0
2007-12-21
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26316: Use contexts for conversion functions.
Jelmer Vernooij
4
-12
/
+12
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
1
-1
/
+3
2007-12-21
r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...
Jelmer Vernooij
9
-44
/
+51
2007-12-21
r26264: pass name resolve order explicitly, use torture context for settings ...
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
4
-0
/
+5
2007-12-21
r26250: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26238: Add a loadparm context parameter to torture_context, remove more uses...
Jelmer Vernooij
2
-5
/
+8
2007-12-21
r26237: Add loadparm context to the server service interface.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26236: Remove more uses of global_loadparm or specify loadparm_context expli...
Jelmer Vernooij
3
-6
/
+8
2007-12-21
r26227: Make loadparm_context part of a server task, move loadparm_contexts f...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26221: Add loadparm_context parameter to auth_context_create.
Jelmer Vernooij
2
-0
/
+2
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
3
-29
/
+45
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
[prev]
[next]