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
2012-02-18
auth: Reorder arguments to generate_session_info
Andrew Bartlett
1
-4
/
+4
2012-02-13
auth: Pass in the SMB username (for %U) into generate_session_info
Andrew Bartlett
1
-1
/
+3
2012-02-07
smb_server: Preserve signedness of string push return value.
Jelmer Vernooij
1
-1
/
+1
2011-11-08
s4-smb_server No longer follow the security=share smb.conf directive
Andrew Bartlett
5
-24
/
+2
2011-11-03
nbt: trim down header dependencies of nbt.idl.
Günther Deschner
1
-0
/
+1
2011-11-03
s4:smb_server: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/
Stefan Metzmacher
2
-2
/
+2
2011-11-03
s4:smb_server: change the default for "server signing" to "default"
Stefan Metzmacher
2
-2
/
+8
2011-11-03
s4:smb_server/smb2: add the same SMB_SIGNING_AUTO logic as for smb1
Stefan Metzmacher
1
-2
/
+25
2011-11-03
s4:smb_server/smb: make the SMB_SIGNING_AUTO behavior a bit easier to follow
Stefan Metzmacher
1
-19
/
+25
2011-10-31
s4:smb_server/smb2: correctly implement related compound requests
Stefan Metzmacher
2
-0
/
+15
2011-10-31
s4:smb_server/smb2: always grant the requested credits
Stefan Metzmacher
3
-20
/
+20
2011-10-31
s4:smb_server/smb2: echo back more header fields
Stefan Metzmacher
1
-3
/
+7
2011-10-19
s4:smb_server/smb2: make use of _smb_setlen_tcp()
Stefan Metzmacher
1
-1
/
+1
2011-10-19
s4:smb_server/smb: make use of _smb_setlen_nbt()
Stefan Metzmacher
1
-1
/
+1
2011-10-19
s4-smb_server do not set credentials on gensec twice
Andrew Bartlett
1
-4
/
+0
2011-10-18
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
2
-2
/
+2
2011-10-08
s4:smb_server: implement dfs referral handing on top of dfs_server_ad_get_ref...
Stefan Metzmacher
2
-812
/
+54
2011-09-29
s4:smb_server/smb2: make sure we sign the final session setup
Stefan Metzmacher
1
-3
/
+10
2011-09-05
s4:smb_server: make use of PROTOCOL_SMB2_02
Stefan Metzmacher
3
-3
/
+3
2011-08-18
credentials: Rename library to samba-credentials to avoid name clashes.
Jelmer Vernooij
1
-1
/
+1
2011-08-03
gensec: clarify memory ownership for gensec_session_info() and gensec_session...
Andrew Bartlett
2
-3
/
+4
2011-07-21
update/add my copyright
Matthieu Patou
1
-1
/
+1
2011-07-12
s4:libcli/raw: s/SMBchkpth/SMBcheckpath
Stefan Metzmacher
1
-1
/
+1
2011-07-12
s4:smb_server: s/SMBkeepalive/NBSSkeepalive
Stefan Metzmacher
1
-3
/
+3
2011-06-23
dfsreferral: search client's site and use it
Matthieu Patou
1
-2
/
+2
2011-06-09
lib/util Bring procid_str() into lib/util as server_id_string()
Andrew Bartlett
1
-1
/
+1
2011-06-06
s4-ipv6: removed an old comment
Andrew Tridgell
1
-1
/
+0
2011-06-06
s4-ipv6: update callers to load_interface_list()
Andrew Tridgell
2
-2
/
+2
2011-06-06
s4-ipv6: use "ip" instead of "ipv4" for servers
Andrew Tridgell
1
-1
/
+1
2011-06-06
s4-ipv6: use iface_list_wildcard() to listen on IPv6
Andrew Tridgell
2
-9
/
+27
2011-05-18
s4-dfs: Add workaround so that XP really works well
Matthieu Patou
1
-13
/
+18
2011-05-17
s4-dfs: Use a workaround for ndr relative pointer bug/limitation
Matthieu Patou
1
-11
/
+8
2011-05-17
s4-dfs: clean the code
Matthieu Patou
1
-44
/
+50
2011-05-17
s4-dfs: fix bugs in idl and adapt code accordingly
Matthieu Patou
1
-17
/
+23
2011-05-08
s4-interfaces Rename interfaces code so not to conflict with source3/
Andrew Bartlett
2
-6
/
+6
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
2
-2
/
+2
2011-05-03
s4:cluster Rename .id to .pid in server_id
Andrew Bartlett
2
-6
/
+10
2011-04-29
s4-param Rename lock_path() -> lpcfg_lock_path()
Andrew Bartlett
1
-1
/
+1
2011-03-30
s4:smb_server/smb/trans2.c - "talloc_move" isn't strictly necessary here
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-03-29
Ensure convert_string_XXX is always called with a valid converted_size pointer.
Jeremy Allison
1
-2
/
+4
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-2
/
+2
2011-03-19
source4/: Fix prototypes for all functions in various subsystems.
Jelmer Vernooij
1
-0
/
+2
2011-03-04
s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.c
Günther Deschner
2
-7
/
+7
2011-02-09
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
2
-13
/
+12
2010-12-01
s4-smb_server Return why the ntvfs_connect() failed.
Andrew Bartlett
1
-1
/
+1
2010-11-22
service_ldap, service_smb: Lowercase output file names.
Jelmer Vernooij
1
-1
/
+1
2010-11-15
smb_server: Build as shared module.
Jelmer Vernooij
1
-1
/
+1
2010-11-15
s4: Build ldap and samba3_smb services as shared modules.
Jelmer Vernooij
1
-2
/
+3
2010-11-15
s4-server: make server sockets a child of the task context
Andrew Tridgell
4
-13
/
+18
[next]