index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:librpc/rpc: fix padding calculation in dcerpc_guess_sizes()
Stefan Metzmacher
2015-06-23
4
-16
/
+10
*
s3:librpc/rpc: allow up to DCERPC_AUTH_PAD_ALIGNMENT padding bytes in dcerpc_...
Stefan Metzmacher
2015-06-23
1
-1
/
+3
*
vfs:fruit: implement copyfile style copy_chunk
Ralph Boehme
2015-06-23
1
-0
/
+218
*
smb2:ioctl: support for OS X AAPL copyfile style copy_chunk
Ralph Boehme
2015-06-23
2
-1
/
+40
*
s3:util: use pread/pwrite in transfer_file
Ralph Boehme
2015-06-23
3
-17
/
+20
*
smbd/smb2_ioctl: fix error handling
Ralph Boehme
2015-06-23
1
-1
/
+2
*
vfs_fruit: simplify lp_parm_bool check
Ralph Boehme
2015-06-23
1
-22
/
+13
*
lib/sysquota_linux: Handle the quota flags properly
Anoop C S
2015-06-20
1
-18
/
+6
*
selftest: Add blackbox test for srvsvc calls from rpcclient
Christof Schmitt
2015-06-18
2
-0
/
+95
*
selftest: Add callout scripts for RPC SRVSVC share modifications
Christof Schmitt
2015-06-18
4
-0
/
+105
*
s3: smbd - Fix SMB3.11 protocol encryption selection.
Jeremy Allison
2015-06-18
1
-4
/
+0
*
winbindd: Sync secrets.ldb into secrets.tdb on startup
Andrew Bartlett
2015-06-17
1
-2
/
+70
*
winbindd: Use pdb_get_domain_info() to get exactly the local domain info when...
Andrew Bartlett
2015-06-17
1
-3
/
+14
*
smbd: Fix clients connecting unencrypted with PROTOCOL_SMB2_24 or higher.
Jeremy Allison
2015-06-17
1
-2
/
+2
*
s3:smb2_setinfo: fix memory leak in the defer_rename case
Stefan Metzmacher
2015-06-17
1
-0
/
+9
*
selftest: Add test for sharesec command
Christof Schmitt
2015-06-17
2
-0
/
+114
*
sharesec: Use non-numerical output for sharesec
Christof Schmitt
2015-06-17
1
-2
/
+2
*
libads: further split resolve_and_ping into dns and netbios implementations
Uri Simchoni
2015-06-16
1
-42
/
+82
*
libads: Fix fallback logic when finding a domain controller
Uri Simchoni
2015-06-16
1
-95
/
+126
*
namequery: remove dead code
Uri Simchoni
2015-06-16
1
-9
/
+0
*
libads: Keep 'good' server at the head of custom KDC list
Uri Simchoni
2015-06-16
1
-20
/
+31
*
namequery: correctly merge kdc ip address list
Uri Simchoni
2015-06-16
1
-4
/
+11
*
kerberos: Move DEFAULT_KRB5_PORT to a header file
Uri Simchoni
2015-06-16
2
-2
/
+2
*
namequery: fix get_kdc_list() to look for _kerberos records
Uri Simchoni
2015-06-16
1
-2
/
+6
*
libads: fix indentation in generated krb5.conf
Uri Simchoni
2015-06-16
1
-3
/
+3
*
net: Fix messaging_init for clustering
Volker Lendecke
2015-06-15
1
-6
/
+17
*
ctdbd_conn: Fix a leak on talloc_tos()
Volker Lendecke
2015-06-15
1
-0
/
+3
*
source/libsmb: Fix CID 1272955 Logically dead code
Anoop C S
2015-06-15
1
-4
/
+0
*
source3/registry: Fix CID 1273100 Stray semicolon
Anoop C S
2015-06-15
1
-1
/
+1
*
source3/registry: Fix CID 1273421 Useless call
Anoop C S
2015-06-15
1
-2
/
+0
*
s3:pysmbd: #include <Python.h> must be the first include in order to avoid co...
Stefan Metzmacher
2015-06-12
1
-1
/
+1
*
s3:libsmb: convert nb_trans_send/recv internals to tdgram
Stefan Metzmacher
2015-06-12
1
-36
/
+66
*
s3:libsmb: convert nb_packet_reader to tstream_* functions
Stefan Metzmacher
2015-06-12
1
-38
/
+34
*
s3:libsmb: convert nb_packet_client to tstream_* functions
Stefan Metzmacher
2015-06-12
2
-52
/
+68
*
s3:libsmb: let nb_packet_server_destructor() explicitly destroy the tevent_fd
Stefan Metzmacher
2015-06-12
1
-4
/
+9
*
s3:libsmb: remove pending requests as early as possible via a smbsock_any_con...
Stefan Metzmacher
2015-06-12
1
-2
/
+31
*
s3:libsmb: remove subreqs as early as possible via a smbsock_connect_cleanup(...
Stefan Metzmacher
2015-06-12
1
-6
/
+26
*
s3:libsmb: remove the cli_session_request as early as possible via a nb_conne...
Stefan Metzmacher
2015-06-12
1
-6
/
+30
*
s3:lib/addrchange: make use of tdgram_* in addrchange_*()
Stefan Metzmacher
2015-06-12
1
-36
/
+55
*
s3:lib/addrchange: look at the correct nl_pid in addrchange_done()
Stefan Metzmacher
2015-06-12
1
-4
/
+4
*
s3:lib/background: make sure we destroy a pending read_packet_send() before c...
Stefan Metzmacher
2015-06-12
1
-0
/
+8
*
s3:wscript: move lib/util_tsock.c from 'TLDAP' to 'samba3util'
Stefan Metzmacher
2015-06-12
1
-3
/
+4
*
rpcclient: Add netsharesetdfsflags command
Christof Schmitt
2015-06-12
1
-0
/
+56
*
rpcclient: Add info level 1005 for netsharegetinfo
Christof Schmitt
2015-06-12
1
-1
/
+13
*
rpcclient: Add netsharedel command
Christof Schmitt
2015-06-12
1
-0
/
+28
*
rpcclient: Add netshareadd command
Christof Schmitt
2015-06-12
1
-0
/
+46
*
messaging: Init server_id_db after clustering
Volker Lendecke
2015-06-12
1
-9
/
+9
*
winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC.
Jeremy Allison
2015-06-11
1
-0
/
+5
*
kerberos auth info3 should contain resource group ids available from pac_logon
Noel Power
2015-06-11
1
-2
/
+7
*
smbd: Use new debug macros in kill-client-ip
Christof Schmitt
2015-06-11
1
-3
/
+3
[next]