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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-07
s3:smb2cli: SMB2_READ needs one dyn byte to that the structure size check works.
Stefan Metzmacher
1
-1
/
+2
2011-09-07
s3:smb2cli: SMB2_QUERY_DIRECTORY needs one dyn byte to that the structure siz...
Stefan Metzmacher
1
-0
/
+6
2011-09-07
s3:smb2cli: SMB2_CREATE needs one dyn byte to that the structure size check w...
Stefan Metzmacher
1
-1
/
+1
2011-09-07
s3:smb2cli: SMB2_SESSION_SETUP needs one dyn byte to that the structure size ...
Stefan Metzmacher
1
-1
/
+12
2011-09-07
Revert "Part 5 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for...
Jeremy Allison
1
-21
/
+4
2011-09-07
s4-s3-upgrade Handle expected errors, error out on unexpected ones
Andrew Bartlett
1
-3
/
+5
2011-09-07
s4-s3-upgrade Fix group member addition
Andrew Bartlett
1
-2
/
+2
2011-09-06
s3: Make winbindd_lookup_names static
Volker Lendecke
2
-14
/
+14
2011-09-06
s3:smb2_server: make use of SMB2_WRITEFLAG_WRITE_THROUGH
Stefan Metzmacher
1
-1
/
+1
2011-09-06
smb2_constants: add SMB2_WRITEFLAG_WRITE_THROUGH define
Stefan Metzmacher
1
-0
/
+2
2011-09-06
s4:librpc: rpc_common.h was move to dcerpc-binding
Stefan Metzmacher
1
-1
/
+1
2011-09-06
s4:auth/gensec: gensec.h was moved to gensec_runtime
Stefan Metzmacher
1
-1
/
+1
2011-09-06
waf: install pam modules in PAMMODULESDIR.
Günther Deschner
2
-0
/
+2
2011-09-05
s3:smb2_server: add basic support for SMB 2.1
Stefan Metzmacher
4
-5
/
+67
2011-09-05
s3:smb2_server: return NOT_SUPPORTED if we don't find a common dialect with t...
Stefan Metzmacher
1
-6
/
+8
2011-09-05
s3:smb2_server: max_trans, max_read and max_write are limited to 64 kilobytes
Stefan Metzmacher
1
-3
/
+17
2011-09-05
s3:smb2cli: make sure we don't try to send requests on a disconnected cli_state
Stefan Metzmacher
1
-0
/
+5
2011-09-05
s3:smb2cli: make sure requests are not finished, when we send when to the net...
Stefan Metzmacher
1
-0
/
+4
2011-09-05
s3:smb2cli: disconnect the connection, if we're out of message ids
Stefan Metzmacher
1
-1
/
+15
2011-09-05
s3:smb2cli: don't use state->cli->smb2.mid++ as macro argument
Stefan Metzmacher
1
-1
/
+5
2011-09-05
s3-smbd: Rename reload_printers() and add documentation.
Andreas Schneider
5
-11
/
+22
2011-09-05
s3: Fix smbcontrol smbd idmap kill S-1-5-21-...
Volker Lendecke
1
-6
/
+20
2011-09-05
s3: Reformat msg_idmap.c to match Samba coding
Volker Lendecke
1
-13
/
+19
2011-09-05
libcli/smb: add PROTOCOL_SMB2_10
Stefan Metzmacher
1
-1
/
+2
2011-09-05
libcli/smb: remove PROTOCOL_SMB2 alias of PROTOCOL_SMB2_02
Stefan Metzmacher
1
-1
/
+0
2011-09-05
s3:smbd: make use of PROTOCOL_SMB2_02
Stefan Metzmacher
1
-1
/
+1
2011-09-05
s4:libcli/raw: make use of PROTOCOL_SMB2_02
Stefan Metzmacher
1
-1
/
+1
2011-09-05
s4:ntvfs: s/!= PROTOCOL_SMB2/< PROTOCOL_SMB2_02/
Stefan Metzmacher
4
-8
/
+8
2011-09-05
s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/
Stefan Metzmacher
8
-9
/
+9
2011-09-05
s4:smb_server: make use of PROTOCOL_SMB2_02
Stefan Metzmacher
3
-3
/
+3
2011-09-05
s4:param: make use of PROTOCOL_SMB2_02
Stefan Metzmacher
1
-1
/
+2
2011-09-05
libcli/smb: move smb2_signing.c to the toplevel
Stefan Metzmacher
7
-13
/
+42
2011-09-05
s4-cracknames: fixed cracknames to use more specific search
Andrew Tridgell
1
-13
/
+12
2011-09-05
s4-cldap: fixed cldap search based on dom_sid
Andrew Tridgell
1
-15
/
+4
2011-09-05
ndr: range check on push of dom_sid blob
Andrew Tridgell
1
-1
/
+4
2011-09-05
s4-ldb: allow decoding of trustAuthIncoming and trustAuthOutgoing
Andrew Tridgell
2
-0
/
+23
2011-09-05
heimdal: Try to handle the PAC checking when we are in a cross-realm environment
Andrew Bartlett
1
-1
/
+10
2011-09-05
s4-samdb: added a few function comments for pydoc
Andrew Tridgell
1
-0
/
+3
2011-09-05
s4-provision: these substitutuons are not used any more
Andrew Tridgell
1
-4
/
+1
2011-09-05
drsblobs: fixed alignment of drs blobs authentication information
Andrew Tridgell
1
-5
/
+5
2011-09-05
s4-torture: enable password comparison in drsblobs test
Andrew Tridgell
1
-2
/
+2
2011-09-05
s4-torture: fixed a ndr string error
Andrew Tridgell
1
-1
/
+1
2011-09-05
s4-s3-upgrade Fix error handling in add_users_to_group
Andrew Bartlett
1
-2
/
+5
2011-09-05
s4-schema consolidate schema handling
Andrew Bartlett
3
-80
/
+48
2011-09-05
s3-spoolssd: Remove stale printers only on a valid pcap update.
Andreas Schneider
1
-2
/
+2
2011-09-05
s4-provision handle a number of invalid but real-world upgrade cases
Andrew Bartlett
1
-9
/
+36
2011-09-05
s4-provision Fix type error on existing idmap entries in s3 upgrade
Andrew Bartlett
1
-1
/
+1
2011-09-05
s4-dsdb Print clearer error messages when invalid account flags are specified...
Andrew Bartlett
1
-0
/
+9
2011-09-05
s4-provision Use ProvisioningError and the eadb
Andrew Bartlett
2
-6
/
+27
2011-09-05
s4-provision Add realm to DC configuration in upgrade_from_s3 test
Andrew Bartlett
1
-0
/
+1
[prev]
[next]