1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/lib
Michael Adam f7525abf3b gencache: fix an extra newline in a DEBUG message in gencache_iterate_blobs_fn()
by using timestring() instead of ctime()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-02-19 13:58:09 +01:00
..
ABI s3-smbldap: make smbldap public library and maintain its ABI 2012-09-07 14:14:30 +02:00
asys build: Do not install testing binaries 2012-11-22 12:00:36 +01:00
dbwrap s3:dbrwap_ctdb: ZERO_STRUCT(rec) just to be sure in traverse_persistent_callback_read() 2013-02-04 17:14:22 +01:00
eventlog s3-eventlog: Make sure the eventlog directory exists. 2012-12-21 13:55:59 +01:00
netapi s3-netapi: Add missing break in NetUserSetInfo_r(). 2012-12-21 13:56:01 +01:00
pthreadpool build: Do not install testing binaries 2012-11-22 12:00:36 +01:00
smbconf source3/lib/smbconf/testsuite.c: fix stackframe leak 2012-07-18 05:07:31 +09:30
access.c s3-lib Use common lib/socket code for get_interfaces() et al 2011-05-08 12:57:04 +02:00
addrchange.c s3-tevent: only include ../lib/util/tevent wrappers where needed. 2011-04-29 14:00:30 +02:00
addrchange.h s3:lib/addrchange.h: include libreplace headers before others 2011-10-25 17:58:33 +02:00
adt_tree.c adt_tree: Fix return types. 2012-03-24 17:11:11 +01:00
afs_settoken.c s3:afs make path argument to afs_syscall const 2011-07-21 14:55:08 +02:00
afs.c Correctly check for errors in strlower_m() returns. 2012-08-09 12:08:18 -07:00
audit.c
avahi.c
background.c s3: Fix Coverity ID 2743: CHECKED_RETURN 2012-04-19 17:37:38 +02:00
background.h s3: Add infrastructure for background jobs 2012-04-17 10:21:00 +02:00
cbuf.c s3:lib fix output of hex escapes > 0x7F with cbuf_print_quoted 2011-11-25 13:24:34 +01:00
cbuf.h s3:lib: use includes.h with cbuf and srprs 2012-09-07 23:39:45 +02:00
charcnv.c s3-lib: Fix push_ucs2() for-loop. 2012-12-21 13:56:00 +01:00
conn_tdb.c s3:lib: remove unused connections_fetch_entry*() and connections_init() 2012-10-19 12:15:03 +02:00
conn_tdb.h s3:lib: remove unused connections_fetch_entry*() and connections_init() 2012-10-19 12:15:03 +02:00
ctdb_conn.c s3: Add a second ctdb connect library 2012-04-17 10:21:01 +02:00
ctdb_conn.h s3:ctdb library: fix the build against older ctdb versions 2012-11-02 13:47:34 +01:00
ctdb_packet.c s3: Remove an unnecessary include 2011-08-10 18:10:39 +02:00
ctdbd_conn.c s3-ctdb: Make sure addr.sun_path is null terminated. 2012-12-12 15:00:02 +01:00
dmallocmsg.c
dummyparam.c s3:lib/dummyparam: remove unused conn_snum_used() dummy 2011-12-13 15:45:36 +01:00
dumpcore.c
errmap_unix.c s3:lib/errmap_unix: map EPIPE to NT_STATUS_CONNECTION_DISCONNECTED 2011-10-25 17:58:33 +02:00
events.c s3-events: Do not vasprintf() the tevent debug messages that will not be shown 2012-08-09 20:14:22 +10:00
file_id.c s3: Use file_id_string in file_id_string_tos 2012-10-30 00:05:34 +01:00
file_id.h s3-lib: Add file_id_string() 2012-04-18 12:05:00 +10:00
filename_util.c s3:vfs: change files_struct.fnum from int to uint64_t 2012-06-15 05:22:41 +02:00
fncall.c s3: We can depend on pthreadpool now 2012-06-19 10:27:24 -07:00
fstring.c
g_lock.c s3:g_lock: use serverid_exists() with SERVERID_UNIQUE_ID_NOT_TO_VERIFY 2012-08-24 13:43:31 +02:00
gencache.c gencache: fix an extra newline in a DEBUG message in gencache_iterate_blobs_fn() 2013-02-19 13:58:09 +01:00
id_cache.c s3:id_cache: do not use the in-memory idmap cache (it is going to be removed) 2012-04-20 23:17:36 +02:00
id_cache.h s3:smbcontrol: let smbd pass the idmap msg to its children for convenience 2011-10-12 22:45:53 +02:00
idmap_cache.c s3:idmap_cache: also store negative entries for unknown sids 2012-06-21 18:04:05 +02:00
idmap_cache.h s3-idmap: remove (now) unused function idmap_cache_set_sid2both() 2012-05-02 13:18:05 +02:00
interface.c s3-lib Use common lib/socket code for get_interfaces() et al 2011-05-08 12:57:04 +02:00
ldap_debug_handler.c
ldap_escape.c
memcache.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
messages_ctdbd.c s3: Make messaging_ctdbd_connection available in non-clustered mode 2012-04-17 10:21:02 +02:00
messages_local.c s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers 2012-06-27 17:11:16 +02:00
messages.c s3:lib: make sure we don't try to send messages to server_id's marked as disconnected 2012-08-24 15:54:48 +02:00
ms_fnmatch.c Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems. 2011-07-19 23:48:05 +02:00
msg_channel.c s3-msg: For msg_channel, correct the talloc hierarchy 2012-08-16 18:05:34 +02:00
msg_channel.h s3: Add msg_channel 2012-04-17 10:21:01 +02:00
namearray.c s3-lib Move free_namearray() into it's own file 2011-05-31 00:32:08 +02:00
popt_common.c s3:popt_common: Fix password processing. 2012-11-30 14:01:07 +01:00
privileges.c s3:privileges: convert privileges.c to use dbwrap wrapper functions. 2011-10-11 14:17:57 +02:00
privileges.h source3/lib/privileges.h: fix licence/copyright 2011-06-10 15:12:15 +02:00
recvfile.c build: Remove SMB_OFF_T, replace with off_t 2012-04-06 01:47:43 +02:00
sendfile.c s3: add Darwin sendfile support and merge with the FreeBSD code 2012-07-26 17:19:09 +02:00
server_contexts.c s3: Remove a bunch of calls to procid_self() 2011-12-12 21:50:25 +01:00
server_mutex.c smbd: Fix a typo 2013-01-30 16:37:43 +01:00
server_prefork_util.c s3-prefork: Fix code to retire children 2011-08-21 09:05:06 -04:00
server_prefork_util.h s3-prefork: add a few more utility functions 2011-08-21 09:05:05 -04:00
server_prefork.c s3-prefork: Directly fail if tevent_req_is_unix_error() fails. 2012-12-21 15:38:17 +01:00
server_prefork.h s3-prefork: Listening fds must be in non-blocking mode 2011-08-21 09:05:07 -04:00
serverid.c s3:lib: readd the CTDB_CONTROL_CHECK_SRVIDS optimization to serverids_exist() 2012-08-24 13:43:33 +02:00
sessionid_tdb.c s3:lib: remove unused sessionid_*() functions 2012-10-19 12:15:01 +02:00
sharesec.c Change the S3 fileserver over to se_file_access_check(). 2012-08-31 20:29:13 -07:00
smbd_shim.c s3:smbd: add exit_server to the smbd_shim hooks 2012-10-19 12:14:58 +02:00
smbd_shim.h s3:smbd: add exit_server to the smbd_shim hooks 2012-10-19 12:14:58 +02:00
smbldap.c s3-smbldap: use smbldap_ prefix for all functions 2012-09-07 12:31:42 +02:00
smbrun.c build: Remove sys_lseek wrapper 2012-04-05 02:39:08 +02:00
sock_exec.c s3-lib: Don't close the listener twice if we goto failed. 2012-12-12 23:14:44 +01:00
srprs.c s3:lib: use includes.h with cbuf and srprs 2012-09-07 23:39:45 +02:00
srprs.h s3:lib: use includes.h with cbuf and srprs 2012-09-07 23:39:45 +02:00
substitute_generic.c Finally remove all malloc()'s from the substitute code. Now totally 2012-01-27 03:43:21 +01:00
substitute.c Correctly check for errors in strlower_m() returns. 2012-08-09 12:08:18 -07:00
sysacls.c s3-lib: Make it clear that we want to fall trough here. 2012-12-21 13:56:01 +01:00
sysquotas_4A.c
sysquotas_4B.c s3: adopt the new sysquotas_4B support for BSD 2012-09-02 20:58:58 +02:00
sysquotas_linux.c
sysquotas_nfs.c s3-lib: Remove unsused variable from sys_get_nfs_quota(). 2012-12-12 15:00:02 +01:00
sysquotas_xfs.c s3:quota: clean up and consolidate the xfs quota checks and defines 2012-09-07 15:59:46 +02:00
sysquotas.c quota: add supprt for gfs2 2012-09-18 14:30:25 +02:00
system_smbd.c Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. 2012-06-28 17:15:16 -07:00
system.c s3: in sys_popen(), add a debug message for failed fork 2012-09-04 22:17:30 +02:00
talloc_dict.c s3:talloc_dict: change to only use dbwrap wrapper functions 2011-10-11 14:17:57 +02:00
tallocmsg.c More const fixes for compiler warnings from the waf build. 2011-05-05 23:56:07 +02:00
tdb_validate.c TDB2: make SAMBA use tdb1 again for the moment. 2012-06-19 05:38:05 +02:00
tdb_validate.h tdb_compat.h: divert every tdb build and includes to tdb_compat 2011-06-20 11:18:34 +02:00
tevent_barrier.c s3: Implement tevent_barrier 2012-04-17 10:21:02 +02:00
tevent_barrier.h s3: Implement tevent_barrier 2012-04-17 10:21:02 +02:00
tevent_wait.c s3: Add tevent_wait_send/recv 2012-07-18 15:54:20 -07:00
tevent_wait.h s3: Add tevent_wait_send/recv 2012-07-18 15:54:20 -07:00
time.c s3: Use SBVAL in put_long_date_timespec 2012-09-19 01:16:25 +02:00
tldap_util.c s3: Fix some False/NULL hickups 2011-12-20 13:13:17 +01:00
tldap.c s3-tldap: Fix dead code in tldap_sasl_bind_send(). 2012-12-21 13:56:00 +01:00
username.c Correctly check for errors in strlower_m() returns. 2012-08-09 12:08:18 -07:00
util_builtin.c s3:util add sid_check_is_wellknown_builtin() 2012-05-01 09:32:11 +02:00
util_cmdline.c util: Use new samba_getpass() function. 2012-12-03 14:35:08 +01:00
util_file.c Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed" message logged in /var/log/message many times. 2013-01-24 10:45:48 +01:00
util_malloc.c s3: Remove some unused code 2012-05-15 18:24:10 +02:00
util_names.c Check error returns from strupper_m() (in all reasonable places). 2012-08-09 12:06:54 -07:00
util_nscd.c
util_nttoken.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
util_sec.c Move set_thread_credentials_permanently() to set_thread_credentials() 2012-07-11 03:54:00 +02:00
util_sid_passdb.c s3:passdb: add sid_check_object_is_for_passdb() 2012-12-03 08:48:30 +01:00
util_sid_passdb.h s3:passdb: add sid_check_object_is_for_passdb() 2012-12-03 08:48:30 +01:00
util_sid.c s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups. 2012-07-23 22:12:29 +02:00
util_sock.c s3-lib: Use new strict directory create function in create_pipe_sock(). 2013-01-09 10:55:23 +01:00
util_str.c Remove smb_panic() from unix_strlower(). Just rely on error code return. 2012-08-09 23:52:53 +02:00
util_tdb.c tdb: return unpack error on strdup failure 2012-08-31 21:05:21 +02:00
util_transfer_file.c s3-lib: Cleanup transfer_file_internal() a bit. 2012-12-21 13:56:01 +01:00
util_tsock.c s3-tevent: only include ../lib/util/tevent wrappers where needed. 2011-04-29 14:00:30 +02:00
util_unixsids.c lib/util: Remove dummy wrapper for getgrnam(). 2012-03-24 15:25:48 +01:00
util_wellknown.c security: add local authority well-known SIDs 2011-11-24 19:01:08 +01:00
util.c Avoid a very small memleak on talloc_tos() 2013-01-25 00:54:01 +01:00
version_test.c
version.c
winbind_util.c s3-talloc Change TALLOC_ARRAY() to talloc_array() 2011-06-09 12:40:08 +02:00
winbind_util.h
wins_srv.c param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server() 2011-07-02 12:31:34 +10:00
xattr_tdb.c s3: Fix the build on FreeBSD 2012-04-19 19:13:45 +02:00
xattr_tdb.h s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blob 2012-04-18 12:05:00 +10:00