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:winbindd: avoid argv related const warnings
Stefan Metzmacher
2014-04-02
2
-3
/
+2
*
s3:utils: explicitly check the return value of fscanf() to avoid unused warni...
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
s3:utils: check the status of open_socket_out() correctly in smbfilter.c
Stefan Metzmacher
2014-04-02
1
-3
/
+2
*
s3:utils: use char packet[] in smbfilter.c to avoid warnings
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
s3:utils: avoid argv related const warnings
Stefan Metzmacher
2014-04-02
10
-22
/
+26
*
s3:torture: avoid compiler warnings in vfstest.c
Stefan Metzmacher
2014-04-02
1
-18
/
+18
*
s3:torture: check the result of cli_nt_delete_on_close_recv() in test_notify.c
Stefan Metzmacher
2014-04-02
1
-0
/
+4
*
s3:torture: remove unused variables in test_buffersize.c
Stefan Metzmacher
2014-04-02
1
-1
/
+0
*
s3:torture: avoid explicit casting and compiler warnings in pdbtest.c
Stefan Metzmacher
2014-04-02
1
-3
/
+2
*
s3:smbd: let srvstr_pull_req_talloc() take 'const uint8_t *src'
Stefan Metzmacher
2014-04-02
4
-20
/
+21
*
s3:smbd: avoid compiler warnings in smbd_tevent_trace_callback()
Stefan Metzmacher
2014-04-02
1
-0
/
+5
*
s3:registry: fix invalid pointer type warning in reg_format.c
Stefan Metzmacher
2014-04-02
1
-1
/
+3
*
s3:lib/netapi/examples: remove unused variables
Stefan Metzmacher
2014-04-02
4
-30
/
+0
*
s3:lib/netapi/examples: fix const warnings in netlogon_control2.c
Stefan Metzmacher
2014-04-02
1
-2
/
+2
*
s3:lib/netapi/examples: fix invalid pointer value warnings in getjoininformat...
Stefan Metzmacher
2014-04-02
1
-5
/
+6
*
s3:lib/netapi: fix some incompatible pointer type warnings in NetGetJoinableO...
Stefan Metzmacher
2014-04-02
1
-3
/
+5
*
s3:lib/smbconf: fix const warnings in testsuite.c
Stefan Metzmacher
2014-04-02
1
-4
/
+6
*
s3:lib: fix a const warning in client_match()
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
libcli/lsarpc: add struct trustAuthInOutBlob; forward declaration
Stefan Metzmacher
2014-04-02
1
-0
/
+1
*
libcli/auth: s/encrypt/do_encrypt
Stefan Metzmacher
2014-04-02
1
-6
/
+6
*
examples/libsmbclient: avoid some compiler warnings
Stefan Metzmacher
2014-04-02
3
-15
/
+18
*
librpc/idl: remove unused [gensize] from DNS_RPC_RECORD_STRING
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
libcli/security: s/remove/remove_ace/
Stefan Metzmacher
2014-04-02
1
-3
/
+3
*
lib/util: fix const warnings
Stefan Metzmacher
2014-04-02
4
-6
/
+13
*
lib/util: declare smb_panic_default() as _NORETURN_
Stefan Metzmacher
2014-04-02
1
-0
/
+1
*
tdb/wscript: maintain a global list of unit tests
Stefan Metzmacher
2014-04-02
1
-45
/
+32
*
tdb/test: avoid const warnings by using 'discard_const_p(uint8_t,' instead of...
Stefan Metzmacher
2014-04-02
18
-34
/
+34
*
tdb/test: remove "\n" in diag() arguments
Stefan Metzmacher
2014-04-02
2
-2
/
+2
*
tdb/test: always call fflush() after [f]printf() in tap-interface.h
Stefan Metzmacher
2014-04-02
1
-4
/
+22
*
tdb/tools: avoid const warnings in tdbdump.c
Stefan Metzmacher
2014-04-02
1
-1
/
+1
*
tdb: don't alter errno on success of tdb_open_ex()
Stefan Metzmacher
2014-04-02
1
-0
/
+2
*
lib/zlib: make use of conf.CHECK_BUNDLED_SYSTEM()
Stefan Metzmacher
2014-04-02
1
-28
/
+23
*
wafsamba: allow --bundled-libraries=ALL,!popt
Stefan Metzmacher
2014-04-02
1
-0
/
+2
*
wafsamba: allow --bundled-libraries=NONE,popt
Stefan Metzmacher
2014-04-02
1
-0
/
+2
*
wafsamba: simplify LIB_MUST_BE_BUNDLED()
Stefan Metzmacher
2014-04-02
1
-2
/
+5
*
wafsamba: simplify LIB_MAY_BE_BUNDLED()
Stefan Metzmacher
2014-04-02
1
-3
/
+5
*
wafsamba: allow optional 'checkcode' argument to CHECK_BUNDLED_SYSTEM()
Stefan Metzmacher
2014-04-02
1
-4
/
+12
*
wafsamba: allow CHECK_BUNDLED_SYSTEM() to check headers without functions
Stefan Metzmacher
2014-04-02
1
-4
/
+7
*
wafsamba: simplify CHECK_BUNDLED_SYSTEM_PKG() by just calling CHECK_BUNDLED_S...
Stefan Metzmacher
2014-04-02
1
-41
/
+5
*
wafsamba: port optional 'pkg' option from CHECK_BUNDLED_SYSTEM_PKG() to CHECK...
Stefan Metzmacher
2014-04-02
1
-4
/
+8
*
wafsamba: require a ';' after STATIC_*_MODULES_PROTO
Stefan Metzmacher
2014-04-02
1
-3
/
+6
*
Rename module init functions from samba_init_module
Christof Schmitt
2014-04-02
6
-6
/
+6
*
libsmbclient: Wrap more function calls in talloc_stackframe() to protect agai...
Andrew Bartlett
2014-04-02
1
-0
/
+17
*
pam_smbpass: Wrap calls in talloc_stackframe() to avoid warnings about leakin...
Andrew Bartlett
2014-04-02
3
-1
/
+31
*
libsmb: Provide a talloc_stackframe() to external users of libsmb_setget.c
Andrew Bartlett
2014-04-02
1
-2
/
+15
*
selftest: Remove reduction in time window in delaywrite test
Andrew Bartlett
2014-04-02
1
-10
/
+10
*
s3-smbd: Align debug level for the same information.
Andreas Schneider
2014-04-01
1
-3
/
+5
*
s3-nmbd: Align debug level for the same information.
Andreas Schneider
2014-04-01
1
-2
/
+2
*
ctdb:daemon avoid goto ctdb_remove_orphaned_ifaces()
Gregor Beck
2014-04-01
1
-9
/
+5
*
ctdb:daemon take a shortcut in all_nodes_are_disabled()
Gregor Beck
2014-04-01
1
-5
/
+4
[prev]
[next]