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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3-vfs: async pwrite
Volker Lendecke
2012-07-18
4
-0
/
+135
*
libasys
Volker Lendecke
2012-07-18
5
-0
/
+522
*
s3:Really ignore unknown special ids in NFSv4 ACLs.
Alexander Werth
2012-07-18
1
-0
/
+1
*
docs-xml: document smbstatus --notify
Christian Ambach
2012-07-18
1
-0
/
+8
*
docs-xml: document smbstatus --fast
Christian Ambach
2012-07-18
1
-0
/
+10
*
s3:smbstatus add --fast option
Christian Ambach
2012-07-18
1
-4
/
+11
*
s3:smbstatus don't check if process exists twice
Christian Ambach
2012-07-18
1
-4
/
+0
*
s3:smbstatus rename a function to make its purpose more clear
Christian Ambach
2012-07-18
1
-4
/
+4
*
s3:smbstatus fix a compiler warning
Christian Ambach
2012-07-18
1
-1
/
+1
*
s4-lib/tls: Try socket_send() multiple times to send partial packets
Andrew Bartlett
2012-07-18
1
-13
/
+26
*
s4-librpc: Ensure we do not call call the decrpc timeout handler during gense...
Andrew Bartlett
2012-07-18
3
-5
/
+39
*
s4-dbcheck: Check for and correct incorrect instanceType values
Andrew Bartlett
2012-07-18
1
-0
/
+45
*
dsdb: Allocate new OID to allow updates of a read-only replica
Andrew Bartlett
2012-07-18
5
-5
/
+15
*
s4-dsdb: Allow dbcheck to correct an incorrect instanceType
Andrew Bartlett
2012-07-18
1
-3
/
+5
*
s4-dsdb: Ensure we never write read-only objects onto a read-write replica
Andrew Bartlett
2012-07-18
1
-1
/
+8
*
source4/torture: add talloc_stackframe()
Rusty Russell
2012-07-18
1
-0
/
+3
*
source3/netapi: fix only caller which doesn't set up a talloc_stackframe()
Rusty Russell
2012-07-18
1
-0
/
+4
*
source3/passdb/py_passdb.c: wrap all calls in talloc_stackframe()
Rusty Russell
2012-07-18
1
-519
/
+489
*
source3/passdb/py_passdb.c: don't steal from talloc_stackframe().
Rusty Russell
2012-07-18
1
-15
/
+2
*
source3/torture/pdbtest: allocate talloc_stackframe()
Rusty Russell
2012-07-18
1
-2
/
+2
*
talloc_stack: abort in developer me if no stackframe on talloc_tos()
Rusty Russell
2012-07-18
2
-4
/
+9
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
86
-622
/
+661
*
source3/utils/net_conf.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-0
/
+2
*
source3/winbindd/winbindd_pam.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-0
/
+1
*
source3/lib/smbconf/testsuite.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-0
/
+1
*
source3/registry/reg_backend_db.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-2
/
+4
*
source3/winbindd/idmap_tdb_common.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-0
/
+1
*
source3/rpc_server/svcctl/srv_svcctl_reg.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-0
/
+1
*
source3/modules/vfs_xattr_tdb.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-1
/
+3
*
lib/util/modules.c: fix stackframe leak.
Rusty Russell
2012-07-18
1
-1
/
+2
*
source3/winbindd/winbindd_util.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-2
/
+4
*
nt_printing_tdb_migrate(): fix stackframe leak.
Rusty Russell
2012-07-18
1
-0
/
+1
*
source3/client/client.c: fix stackframe leak.
Rusty Russell
2012-07-18
1
-13
/
+7
*
smbpasswd: always free frame.
Rusty Russell
2012-07-18
1
-4
/
+4
*
talloc_stack: report lazy freeing (panic if DEVELOPER).
Rusty Russell
2012-07-18
1
-0
/
+11
*
talloc_stack: always include the location when creating a talloc_stackframe().
Rusty Russell
2012-07-18
2
-8
/
+11
*
talloc_stack: handle more than one talloc_stackframe_pool()
Rusty Russell
2012-07-18
1
-8
/
+9
*
talloc: don't allow a talloc_pool inside a talloc_pool.
Rusty Russell
2012-07-18
2
-1
/
+9
*
talloc: use a struct for pool headers.
Rusty Russell
2012-07-18
2
-106
/
+90
*
s3-linux-aio: Fix error handling
Volker Lendecke
2012-07-17
1
-4
/
+2
*
Add debug message when SD hash doesn't match.
Jeremy Allison
2012-07-17
1
-0
/
+5
*
s3-autoconf: Fix the build.
Günther Deschner
2012-07-17
1
-11
/
+3
*
Enable AES in winbind.
Andreas Schneider
2012-07-17
1
-1
/
+1
*
s3-rpc_client: Fix updating netlogon credentials.
Andreas Schneider
2012-07-17
1
-8
/
+7
*
s3-rpc_client: Add capabilities check for AES encrypted connections.
Andreas Schneider
2012-07-17
1
-1
/
+158
*
s4-auth: Make sure we use the correct credential state.
Andreas Schneider
2012-07-17
1
-1
/
+6
*
s4-librpc: Add capabilities check for AES encrypted connections.
Andreas Schneider
2012-07-17
1
-1
/
+110
*
s4-torture: Improve samlogon test.
Andreas Schneider
2012-07-17
1
-0
/
+8
*
s4-torture: Add DCERPC_SCHANNEL_AES tests.
Andreas Schneider
2012-07-17
1
-1
/
+5
*
s3:rpc_server: add support for AES bases netlogon schannel
Stefan Metzmacher
2012-07-17
1
-0
/
+4
[prev]
[next]