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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: use directory_create_or_exist_strict() to create corepath
Gregor Beck
2013-12-11
1
-16
/
+17
*
s3-lib: Fix %G substitution for domain users in smbd
Andreas Schneider
2013-12-10
1
-1
/
+11
*
s3:lib/asys modify included headers
Christian Ambach
2013-12-10
1
-4
/
+2
*
CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.
Jeremy Allison
2013-12-09
2
-0
/
+32
*
CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.
Jeremy Allison
2013-12-09
3
-1
/
+145
*
CVE-2013-4408:s3:ctdb_conn: add some length verification to ctdb_packet_more()
Stefan Metzmacher
2013-12-09
1
-0
/
+5
*
CVE-2013-4408:s3:util_tsock: add some overflow detection to tstream_read_pack...
Stefan Metzmacher
2013-12-09
1
-0
/
+5
*
idmap_cache: Use gencache_parse
Volker Lendecke
2013-12-05
1
-32
/
+47
*
idmap_cache: Use an fstring instead of talloc_asprintf
Volker Lendecke
2013-12-05
1
-12
/
+6
*
messaging3: Do not go through messages.tdb for self-sends
Volker Lendecke
2013-12-05
1
-0
/
+54
*
smbd: Fix bug 10284
Volker Lendecke
2013-11-26
1
-69
/
+31
*
s3-lib: Add grpname to talloc_sub_specified().
Andreas Schneider
2013-11-21
1
-6
/
+25
*
debug: remove unused sys_adminlog
David Disseldorp
2013-11-20
1
-25
/
+0
*
messaging: use local talloc ctx instead of talloc_tos
David Disseldorp
2013-11-20
1
-4
/
+4
*
smbd: Fix a talloc hierarchy problem in msg_channel
Volker Lendecke
2013-11-20
1
-1
/
+1
*
netapi: Add support for info level 502 in NetShareAdd.
Hans Leidekker
2013-11-19
3
-1
/
+58
*
s3-lib: smbclient shows no error if deleting a directory with del failed
Jeremy Allison
2013-11-14
1
-0
/
+42
*
smbd: Fix CID 1035365 Buffer not null terminated
Volker Lendecke
2013-11-11
1
-2
/
+2
*
smbd: Fix CID 1035366 Buffer not null terminated
Volker Lendecke
2013-11-11
1
-4
/
+4
*
smbd: Use fstring in conn_tdb.c
Volker Lendecke
2013-11-11
1
-2
/
+2
*
smbd: Use fstring in conn_tdb.h
Volker Lendecke
2013-11-11
1
-3
/
+3
*
netapi: Fix CID 1127344 Uninitialized scalar variable
Volker Lendecke
2013-11-11
1
-0
/
+1
*
s3-smbd_shim: Add become_authenticated_pipe_user().
Andreas Schneider
2013-10-29
2
-0
/
+20
*
s3: add cluster_probe_ok() in a new module util_cluster.
Michael Adam
2013-10-17
2
-0
/
+66
*
smbd/winbindd: Do an early check if ctdbd is functional
Volker Lendecke
2013-10-17
1
-0
/
+24
*
ctdbd_conn: Remove one call to cluster_fatal
Volker Lendecke
2013-10-17
1
-1
/
+0
*
ctdbd_conn: Remove one call to cluster_fatal
Volker Lendecke
2013-10-17
1
-1
/
+2
*
ctdbd_conn: Lift the cluster_fatal call in get_cluster_vnn
Volker Lendecke
2013-10-17
1
-1
/
+3
*
s3:lib/netapi: do not use rpc_pipe_np_smb_conn()
Gregor Beck
2013-10-17
1
-1
/
+1
*
Add NetWkstaGetInfo.
Hans Leidekker
2013-10-16
8
-1
/
+294
*
build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_build
Michael Adam
2013-09-25
1
-2
/
+1
*
libsmbconf:registry: add "state directory" to the list of forbidden parameters
Michael Adam
2013-09-24
1
-0
/
+1
*
libsmbconf:registry: clarify the appearance of "includes" in forbidden_names
Michael Adam
2013-09-24
1
-1
/
+7
*
libsmbconf:registry: reorganize the validity check and canonicalization of th...
Michael Adam
2013-09-24
1
-14
/
+19
*
libsmbconf:registry: publish smbconf_reg_parameter_is_valid()
Michael Adam
2013-09-24
2
-1
/
+6
*
libsmbconf:registry: rework smbconf_reg_parameter_forbidden(), renaming it.
Michael Adam
2013-09-24
1
-17
/
+17
*
afs: implement afs_syscall() always, returning -1 if FAKE_KASERVER is not def...
Michael Adam
2013-09-23
1
-0
/
+6
*
afs: format afs_syscall() properly
Michael Adam
2013-09-23
1
-5
/
+1
*
s3-rpc: use table->name directly in DEBUG contexts.
Günther Deschner
2013-09-20
1
-1
/
+1
*
gencache: Avoid a duplicate call to string_term_tdb_data
Volker Lendecke
2013-09-09
1
-4
/
+2
*
smbd: Use talloc_pooled_object in cp_smb_filename
Volker Lendecke
2013-09-08
1
-16
/
+32
*
lib: Apply some const to pull_file_id_24
Volker Lendecke
2013-09-06
2
-2
/
+2
*
lib: Use "mem_ctx" arg in gencache_get
Volker Lendecke
2013-09-05
2
-17
/
+21
*
lib: Add a "mem_ctx" arg to gencache_get (unused so far)
Volker Lendecke
2013-09-05
3
-6
/
+7
*
gencache: Fix SAFE_FREE vs data_blob_free
Volker Lendecke
2013-09-05
1
-2
/
+2
*
lib: Add "mem_ctx" to gencache_get_data_blob
Volker Lendecke
2013-09-05
1
-4
/
+9
*
dbwrap_ctdb: Treat empty records as non-existing
Volker Lendecke
2013-08-28
2
-0
/
+18
*
Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / w...
Jeremy Allison
2013-08-24
1
-2
/
+4
*
libctdb: Avoid an explicit memset
Volker Lendecke
2013-08-16
1
-2
/
+1
*
s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...
Jeremy Allison
2013-08-15
2
-0
/
+162
[next]