index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3-rpc_server: Use C99 types in rpc_pipes.h
Andrew Bartlett
2014-06-04
1
-4
/
+4
*
s3-param: Add lp_dnsdomain() for use by winbindd
Andrew Bartlett
2014-06-04
2
-0
/
+2
*
winbindd: Use rpc_pipe_open_interface() so that winbindd uses the correct rpc...
Andrew Bartlett
2014-06-04
2
-12
/
+33
*
s3-rpc_server: Give log messages on failure
Andrew Bartlett
2014-06-04
1
-0
/
+2
*
winbindd: Remove pointless if statement
Andrew Bartlett
2014-06-04
1
-14
/
+10
*
winbindd: explain that this check protects the AD DC machine account password...
Andrew Bartlett
2014-06-04
1
-0
/
+4
*
selftest: move all winbind test rules to one place
Andrew Bartlett
2014-06-04
1
-41
/
+1
*
selftest: Set winbind separator = /
Andrew Bartlett
2014-06-04
2
-8
/
+8
*
messaging3: Fix a talloc_tos memleak
Volker Lendecke
2014-06-03
1
-0
/
+1
*
s3:messaging: protect use of msg_control with HAVE_STRUCT_MSGHDR_MSG_CONTROL
Michael Adam
2014-06-03
1
-0
/
+4
*
build: rename HAVE_MSGHDR_MSG_ACCTRIGHTS to HAVE_STRUCT_MSGHDR_MSG_ACCTRIGHTS
Michael Adam
2014-06-02
2
-3
/
+3
*
build: rename HAVE_MSGHDR_MSG_CONTROL to HAVE_STRUCT_MSGHDR_MSG_CONTROL
Michael Adam
2014-06-02
2
-6
/
+6
*
vfs:aio_fork: simplify checking of MSG_CONTROL and MSG_ACCTRIGHTS
Michael Adam
2014-06-02
1
-9
/
+8
*
s3:smb2_server: call smbd_smb2_flush_send_queue() directly
Stefan Metzmacher
2014-05-31
1
-6
/
+5
*
s3:smb2_server: fix invalid TALLOC_FREE(iov) in smbd_smb2_inbuf_parse_compound()
Stefan Metzmacher
2014-05-31
1
-7
/
+7
*
messaging3: Enforce just one messaging context
Volker Lendecke
2014-05-31
1
-0
/
+22
*
messaging3: Make messaging_context private
Volker Lendecke
2014-05-31
2
-21
/
+15
*
messaging3: Add and use messaging_tevent_context()
Volker Lendecke
2014-05-31
4
-4
/
+14
*
messaging3: Introduce messaging_local_backend()
Volker Lendecke
2014-05-31
3
-3
/
+14
*
messaging3: The backend send_fn doesn't need a messaging_context
Volker Lendecke
2014-05-31
4
-9
/
+9
*
Fix several talloc stack frames not freed
Samuel Cabrero
2014-05-30
1
-0
/
+8
*
s3:messaging: change unix_dgram_recv_handler() to use recvmsg, not recv
Michael Adam
2014-05-30
1
-1
/
+15
*
s3:messaging: change messaging_backend to use iovec instead of data blob in s...
Michael Adam
2014-05-30
4
-44
/
+59
*
s3/smbcacls: use security_ace_equal instead of sec_ace_equal
David Disseldorp
2014-05-29
1
-4
/
+5
*
s3/sharesec: use security_ace_equal instead of sec_ace_equal
David Disseldorp
2014-05-29
1
-3
/
+5
*
s3/libsmb_xattr: use security_ace_equal instead of sec_ace_equal
David Disseldorp
2014-05-29
1
-4
/
+5
*
s3/profiles: improve copy_registry_tree() errors
David Disseldorp
2014-05-28
1
-4
/
+5
*
s3/rpc_server/lsa: replace dup_sec_desc() usage
David Disseldorp
2014-05-28
1
-3
/
+3
*
s3/rpc_server/spoolss: replace dup_sec_desc() usage
David Disseldorp
2014-05-28
1
-4
/
+14
*
s3/posix_acls: replace dup_sec_desc() usage
David Disseldorp
2014-05-28
1
-3
/
+3
*
s3/net_rpc_printer: replace dup_sec_desc() usage
David Disseldorp
2014-05-28
1
-1
/
+11
*
s3/profiles: replace dup_sec_desc() usage
David Disseldorp
2014-05-28
1
-2
/
+8
*
s3/rpc_server/spoolss: remove SETUP_SPOOLSS_NOTIFY_DATA_SECDESC
David Disseldorp
2014-05-28
1
-9
/
+3
*
sharesec: remove unused security descriptor print fns
David Disseldorp
2014-05-28
1
-85
/
+0
*
sharesec: use NDR security descriptor print fns
David Disseldorp
2014-05-28
1
-4
/
+12
*
s3-build: Support building with in-tree CTDB
Amitay Isaacs
2014-05-27
2
-3
/
+7
*
messaging3: Remove a pointless return;
Volker Lendecke
2014-05-27
1
-1
/
+0
*
messaging3: Fix whitespace
Volker Lendecke
2014-05-27
1
-1
/
+1
*
serverid: Fix an incompatible pointer assignment
Volker Lendecke
2014-05-27
1
-1
/
+1
*
smbd: Fix a typo
Volker Lendecke
2014-05-27
1
-1
/
+1
*
torture3: Add a little gencache_parse load test
Volker Lendecke
2014-05-24
1
-0
/
+24
*
Exit with ctdb_fatal if serverids_exist fails
Volker Lendecke
2014-05-24
1
-4
/
+4
*
dbwrap_ctdb: open locally with TDB_VOLATILE if requested
Volker Lendecke
2014-05-24
1
-1
/
+1
*
s3:smbd: let default_sys_recvfile() and sys_recvfile() cope with non-blocking...
Jeremy Allison
2014-05-24
1
-2
/
+44
*
unix_msg: Simplify unix_msg_send a bit
Volker Lendecke
2014-05-24
1
-3
/
+2
*
s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...
Jeremy Allison
2014-05-23
1
-42
/
+43
*
s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...
Jeremy Allison
2014-05-23
1
-70
/
+57
*
dbwrap_tdb: Use mutexes on demand
Volker Lendecke
2014-05-22
1
-0
/
+19
*
libreplace: Move thread checks from source3/wscript
Volker Lendecke
2014-05-22
1
-32
/
+0
*
Add protocol version to smbstatus output
Mathias Dietz
2014-05-22
3
-4
/
+33
[prev]
[next]