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
...
*
s4:dns_server: add some const to dns_server_process_update/dns_update_allowed...
Stefan Metzmacher
2014-11-18
2
-5
/
+5
*
samba: pass down size_t instead of int to add_string_to_array().
Günther Deschner
2014-11-17
13
-20
/
+22
*
lib/util: use size_t for add_string_to_array().
Günther Deschner
2014-11-17
2
-2
/
+2
*
s3-proto: remove duplicate proto for add_string_to_array().
Günther Deschner
2014-11-17
1
-3
/
+0
*
dbwrap_ctdb: Pass on mutex flags to tdb_open
Volker Lendecke
2014-11-16
1
-1
/
+2
*
s3:lib: fix const warnings in popt_common.c
Stefan Metzmacher
2014-11-15
1
-3
/
+6
*
s3:auth: add some const to user_in_list()
Stefan Metzmacher
2014-11-14
2
-3
/
+3
*
s3:auth: add missing auth_samba4_init() prototype
Stefan Metzmacher
2014-11-14
1
-0
/
+3
*
nsswitch: avoid some compiler warnings
Stefan Metzmacher
2014-11-14
3
-6
/
+7
*
auth: add missing includes to auth/wbc_auth_util.c
Stefan Metzmacher
2014-11-14
1
-0
/
+2
*
s4:librpc/idl: add a uuid to sasl_helpers.idl
Stefan Metzmacher
2014-11-14
2
-1
/
+2
*
s4:librpc: remove unused allow_warnings=True from NDR_WINSREPL and NDR_WINSIF
Stefan Metzmacher
2014-11-14
1
-2
/
+0
*
libcli/nbt: use NDR_SCALAR_PTR_PROTO() and fix the prototype of ndr_pull_wrep...
Stefan Metzmacher
2014-11-14
2
-2
/
+2
*
librpc/ndr: add NDR_SCALAR_PTR_PROTO() helper macro
Stefan Metzmacher
2014-11-14
1
-0
/
+5
*
lib/smbconf: remove const warning
Stefan Metzmacher
2014-11-14
1
-1
/
+1
*
lib/param: fix const warnings
Stefan Metzmacher
2014-11-14
1
-11
/
+12
*
lib/util/tests: avoid some compiler warnings
Stefan Metzmacher
2014-11-14
3
-33
/
+61
*
lib/util: add str_list_make_v3_const()
Stefan Metzmacher
2014-11-14
2
-0
/
+11
*
lib/ldb: remove unused 'allow_warnings=True'
Stefan Metzmacher
2014-11-14
1
-2
/
+0
*
lib/ldb: fix compiler warnings in ldb_tdb.c
Stefan Metzmacher
2014-11-14
1
-3
/
+11
*
lib/ldb: fix compiler warnings in ldb_modules_list_from_string()
Stefan Metzmacher
2014-11-14
1
-2
/
+2
*
lib/texpect: fix compiler warnings
Stefan Metzmacher
2014-11-14
1
-2
/
+4
*
lib/texpect: make the code more portable by using "replace.h" and "system/wai...
Stefan Metzmacher
2014-11-14
1
-15
/
+3
*
wafsamba: add -Werror=return-type for developer builds
Stefan Metzmacher
2014-11-14
1
-0
/
+2
*
fsrvp: define FSRVP_E_SHADOWCOPYSET_ID_MISMATCH
David Disseldorp
2014-11-14
2
-1
/
+6
*
ctdb-daemon: Improve error handling for running event scripts
Amitay Isaacs
2014-11-14
2
-19
/
+39
*
lib: Slightly simplify strupper_m
Volker Lendecke
2014-11-14
2
-10
/
+2
*
registry: Slightly simplify tdb_data_is_cstr
Volker Lendecke
2014-11-13
1
-1
/
+1
*
Move dnspython to third_party.
Jelmer Vernooij
2014-11-12
120
-3
/
+3
*
Add samba.ensure_third_party_module() function, loading external python modul...
Jelmer Vernooij
2014-11-12
3
-7
/
+58
*
s3-keytab: fix keytab array NULL termination.
Matt Rogers
2014-11-12
1
-2
/
+1
*
s3:smb2_break: First test for NT_STATUS_INVALID_OPLOCK_PROTOCOL, then for in_...
Volker Lendecke
2014-11-12
1
-11
/
+11
*
s3:locking: convert brl_have_read field to brl_num_read.
Volker Lendecke
2014-11-11
5
-126
/
+135
*
s3:smbd: Don't set fsp->oplock_type before we've granted any oplocks.
Jeremy Allison
2014-11-11
1
-3
/
+0
*
s3:smbd: move all oplock granting code to grant_fsp_oplock_type()
Volker Lendecke
2014-11-11
1
-29
/
+44
*
s3:smbd: break oplocks to none with FILE_OVERWRITE
Volker Lendecke
2014-11-11
1
-0
/
+1
*
pdb_tdb: Avoid a nasty error message with ctdb
Volker Lendecke
2014-11-11
1
-0
/
+6
*
pdb_tdb: Fix a TALLOC/SAFE_FREE mixup
Volker Lendecke
2014-11-11
1
-1
/
+1
*
selftest: ignore flapping addprinter[ex].print_job_enum test
David Disseldorp
2014-11-11
1
-0
/
+2
*
eventlog: Free tos talloced path.
David Disseldorp
2014-11-10
1
-0
/
+1
*
mapping_tdb: add missing talloc_free in error path
David Disseldorp
2014-11-10
1
-0
/
+1
*
Don't use a nested function when testing for visibility attribute support.
Jelmer Vernooij
2014-11-10
1
-2
/
+2
*
data_blob.h: Add space between literal and string constant.
Jelmer Vernooij
2014-11-10
1
-3
/
+3
*
Use tevent_req_simple_recv_unix in a few places
Volker Lendecke
2014-11-10
4
-23
/
+4
*
lib: Add tevent_req_simple_recv_unix
Volker Lendecke
2014-11-10
2
-0
/
+14
*
vfs_snapper: check for <linux/ioctl.h>
Ralph Boehme
2014-11-09
2
-1
/
+3
*
s3:messaging: fix conversion specifier
Ralph Boehme
2014-11-09
1
-2
/
+3
*
libcli/smb: Add smb2_lease_equal() which compares client_guids and keys.
Jeremy Allison
2014-11-07
2
-0
/
+13
*
libcli/smb: add smb2_lease_key_equal() helper function
Volker Lendecke
2014-11-07
2
-0
/
+8
*
libcli/smb: mask off SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET for version 1
Volker Lendecke
2014-11-07
1
-0
/
+1
[prev]
[next]