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
r2046: fixed two server packet format errors found with the RAW-* tests
Andrew Tridgell
1
-4
/
+3
2007-10-10
r2045: fixed a date format push in SMBsearch
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2044: fixed two unin
Andrew Tridgell
1
-0
/
+2
2007-10-10
r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r1999: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1998: fix compiler warning
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
2
-3
/
+3
2007-10-10
r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...
Andrew Tridgell
1
-5
/
+4
2007-10-10
r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB
Andrew Bartlett
6
-64
/
+152
2007-10-10
r1762: Ensure that a user (as opposed to guest) cannot login without SPNEGO,
Andrew Bartlett
1
-4
/
+6
2007-10-10
r1747: don't segfault when the spnego mech only use one call from the client ...
Stefan Metzmacher
1
-9
/
+19
2007-10-10
r1741: fixed padding of setpathinfo in server
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signing
Andrew Bartlett
2
-68
/
+149
2007-10-10
r1727: SPNEGO session setup replies need to include the blob, even on error
Andrew Bartlett
1
-5
/
+4
2007-10-10
r1726: Fix up the comments and indenting.
Andrew Bartlett
1
-5
/
+3
2007-10-10
r1687: Fix bogus requirement for SMB signing on guest connections.
Andrew Bartlett
1
-1
/
+4
2007-10-10
r1578: the first stage of the async client rewrite.
Andrew Tridgell
1
-0
/
+1
2007-10-10
r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r1521: Updates to our SMB signing code.
Andrew Bartlett
2
-85
/
+8
2007-10-10
r1514: close stuff from the server_connection not in the
Stefan Metzmacher
1
-4
/
+1
2007-10-10
r1508: simple fix for broken server side signing. This may need more work for
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1507: fixed the handling of SMB chaining with the new server structure. You
Andrew Tridgell
2
-17
/
+33
2007-10-10
r1499: combine struct user_struct and struct smbsrv_user
Stefan Metzmacher
7
-89
/
+88
2007-10-10
r1486: commit the start of the generic server infastructure
Stefan Metzmacher
7
-103
/
+114
2007-10-10
r1479: print out domain too
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1470: Get the smb_trans2 structure out of the rap_cli_call struct.
Volker Lendecke
1
-1
/
+1
2007-10-10
r1337: use sess->nt1. in sesssetup_nt1 :-)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1336: check the vuid in old style sessionsetup too
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r1294: A nice, large, commit...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1293: Indent
Andrew Bartlett
1
-3
/
+5
2007-10-10
r1291: rename struct smbsrv_context to smbsrv_connection
Stefan Metzmacher
15
-373
/
+349
2007-10-10
r1281: move include/context.h to smb_server/smb_server.h
Stefan Metzmacher
1
-0
/
+375
2007-10-10
r1280: rename struct request_context to smbsrv_request
Stefan Metzmacher
10
-170
/
+170
2007-10-10
r1279: rename struct tcon_context to smbsrv_tcon
Stefan Metzmacher
8
-154
/
+154
2007-10-10
r1278: rename struct user_context to smbsrv_user
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r1277: rename struct server_context to smbsrv_ontext
Stefan Metzmacher
14
-207
/
+207
2007-10-10
r1268: varient -> variant
Tim Potter
2
-7
/
+7
2007-10-10
r1233: -move smb related code to smb_server/*
Stefan Metzmacher
1
-0
/
+98
2007-10-10
r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...
Andrew Tridgell
2
-14
/
+25
2007-10-10
r1123: Make all lp_ string functions return 'const char *'.
Andrew Bartlett
2
-2
/
+2
2007-10-10
r1044: don't use sub_get_remote_machine()
Andrew Tridgell
1
-3
/
+2
2007-10-10
r1019: Push the auth subsystem away from using typedef, and over to the 'all
Andrew Bartlett
2
-36
/
+23
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
2
-12
/
+12
2007-10-10
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
3
-5
/
+5
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
1
-2
/
+2
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
9
-19
/
+19
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
11
-70
/
+70
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
6
-15
/
+15
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
3
-71
/
+44
[prev]
[next]