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:wscript_build: remove unused allow_warnings=True for 'smbregistry'
Stefan Metzmacher
2014-11-25
1
-1
/
+0
*
s3:registry: use discard_const_p() to avoid const warning in smb_iconv() define
Stefan Metzmacher
2014-11-25
1
-1
/
+1
*
s3:printing: fix some const warnings in print_iprint.c
Stefan Metzmacher
2014-11-25
1
-6
/
+6
*
s3:printing: Avoid compiler warning about unused label
Kai Blin
2014-11-25
1
-0
/
+4
*
s3:passdb: avoid invalid pointer type warnings in pdb_wbc_sam.c
Stefan Metzmacher
2014-11-25
1
-6
/
+13
*
s3:passdb: always copy the history in pdb_set_plaintext_passwd()
Stefan Metzmacher
2014-11-25
1
-19
/
+14
*
s3:wscript_build: remove unused allow_warnings=True for 'param'
Stefan Metzmacher
2014-11-25
1
-1
/
+0
*
s3:param: fix compiler warnings
Stefan Metzmacher
2014-11-25
1
-12
/
+12
*
s3:modules: remove unused allow_warnings=True for non_posix_acls, and vfs_med...
Stefan Metzmacher
2014-11-25
1
-2
/
+0
*
s3:modules: rename variables in vfs_fruit.c to fix shadow warnings
Stefan Metzmacher
2014-11-25
1
-16
/
+16
*
s3:librpc/idl: mark struct smbXsrv_client as [public]
Stefan Metzmacher
2014-11-25
1
-1
/
+1
*
s3:wscript_build: remove unused allow_warnings=True for 'ads'
Stefan Metzmacher
2014-11-25
1
-1
/
+0
*
s3:libads: avoid some compiler warnings in ldap.c
Stefan Metzmacher
2014-11-25
1
-15
/
+19
*
s3:libsmb: remove unused variables in cliconnect.c
Stefan Metzmacher
2014-11-25
1
-3
/
+0
*
s3:lib/netapi/examples: fix pointer from integer error in nltest.c
Stefan Metzmacher
2014-11-25
1
-1
/
+1
*
s3:lib/netapi/tests: fix invalid switch enum level warning
Stefan Metzmacher
2014-11-25
1
-1
/
+1
*
s3:lib: fix/simplify srprs_hex()
Stefan Metzmacher
2014-11-25
1
-10
/
+6
*
s3-smbstatus: Fix exit code of profile output.
Andreas Schneider
2014-11-24
1
-2
/
+5
*
messaging3: Fix sending large messages on FreeBSD
Volker Lendecke
2014-11-24
1
-0
/
+4
*
unix_msg: Reformat unix_dgram_send a bit
Volker Lendecke
2014-11-24
1
-1
/
+3
*
s3-smbclient: Return success if we listed the shares.
Andreas Schneider
2014-11-24
1
-1
/
+1
*
vfs_streams_xattr: check stream type
Ralph Boehme
2014-11-22
1
-0
/
+6
*
vfs_streams_xattr: initialize pointer
Ralph Boehme
2014-11-21
1
-1
/
+1
*
vfs_streams_xattr: fix check with samba_private_attr_name()
Ralph Boehme
2014-11-21
1
-3
/
+18
*
s3:libsmb: fix some function header comments.
Michael Adam
2014-11-20
1
-3
/
+3
*
s3:smbprofile: profile async pread/pwrite/fsync syscalls
Stefan Metzmacher
2014-11-19
2
-0
/
+13
*
s3:smbprofile: track connect_count and disconnect_count
Stefan Metzmacher
2014-11-19
3
-0
/
+5
*
s3:smbprofile: remove unused {START,END}_PROFILE_STAMP()
Stefan Metzmacher
2014-11-19
1
-19
/
+0
*
s3:smbprofile: report idle state of 'idle_count' and 'idle_time'
Stefan Metzmacher
2014-11-19
2
-9
/
+4
*
s3:smbprofile: improve profiling for the security context switching.
Stefan Metzmacher
2014-11-19
2
-4
/
+25
*
s3:smbprofile: count all SMB1 and SMB2 requests as 'request_count'
Stefan Metzmacher
2014-11-19
3
-2
/
+13
*
s3:smb2_server: use async smbprofile macros
Stefan Metzmacher
2014-11-19
6
-113
/
+97
*
s3:smbprofile: rewrite the internal macros
Stefan Metzmacher
2014-11-19
3
-1728
/
+686
*
s3:smbd: Use "smbd profiling level"
Volker Lendecke
2014-11-19
1
-6
/
+6
*
param: add "smbd profiling level" option
Volker Lendecke
2014-11-19
1
-0
/
+1
*
s3:smbprofile: Make "status_profile.h" a proper header
Volker Lendecke
2014-11-19
4
-6
/
+31
*
s3:smbprofile: Make smbprofile.h includable on its own
Volker Lendecke
2014-11-19
1
-0
/
+2
*
s3:smbd: improve writecache profiling
Stefan Metzmacher
2014-11-19
4
-43
/
+79
*
s3:wscript_build: remove unused to dependency from 'smbtree' to 'PROFILE'
Stefan Metzmacher
2014-11-19
1
-1
/
+0
*
s3:smbprofile: remove unused nmbd related counters
Stefan Metzmacher
2014-11-19
3
-165
/
+1
*
s3:nmbd: remove START/END_PROFILE() calls
Stefan Metzmacher
2014-11-19
4
-51
/
+11
*
s3:modules: make use of END_PROFILE_BYTES() when START_PROFILE_BYTES() was used
Stefan Metzmacher
2014-11-19
1
-6
/
+6
*
s3:smbprofile: add END_PROFILE_BYTES() marco
Stefan Metzmacher
2014-11-19
1
-0
/
+4
*
samba: pass down size_t instead of int to add_string_to_array().
Günther Deschner
2014-11-17
8
-10
/
+12
*
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
*
fsrvp: define FSRVP_E_SHADOWCOPYSET_ID_MISMATCH
David Disseldorp
2014-11-14
1
-1
/
+5
[next]