1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/lib
2010-05-18 12:51:35 +02:00
..
eventlog s3: Remove use of iconv_convenience. 2010-05-18 11:45:31 +02:00
netapi smbconf: only include smbconf headers where needed. 2010-05-18 10:36:33 +02:00
smbconf smbconf: only include smbconf headers where needed. 2010-05-18 10:36:33 +02:00
access.c
adt_tree.c s3: Remove unused comparison fn from "struct sorted_tree" 2010-02-13 13:26:11 +01:00
afs_settoken.c Use sec_initial_uid() in the places where being root doesn't matter, 2010-02-12 23:18:53 -08:00
afs.c Fix bug 6136: New AFS syscall conventions 2009-05-03 22:16:01 +02:00
audit.c
avahi.c Avahi disables a timer by tv=NULL in avahi_timeout_update(), do not crash 2009-03-26 10:05:27 +01:00
bitmap.c s3: Remove unused bitmap_[allocate|free] 2010-03-28 15:25:17 +02:00
charcnv.c Use a switch statement in charset_name() 2009-07-25 12:58:06 -04:00
clobber.c
conn_tdb.c s3: Add connections_forall_read() 2010-03-01 14:51:34 +01:00
ctdbd_conn.c s3-build: fix the build. 2010-05-18 12:27:31 +02:00
dbwrap_ctdb.c s3: Add the "ctdb locktime warn threshold" parameter 2010-03-22 17:32:18 +01:00
dbwrap_file.c
dbwrap_rbt.c Implement db_rbt_traverse 2009-08-08 13:44:31 +02:00
dbwrap_tdb.c Replace short-lived NULL talloc contexts with talloc_tos(). 2009-07-16 18:13:46 -07:00
dbwrap_util.c s3:fix endianness bug in dbwrap_change_int32_atomic() (bug #6901) 2009-11-21 00:49:29 +01:00
dbwrap.c s3: Remove a pointless #endif/#ifdef pair 2009-10-22 16:33:44 +02:00
debug.c s3: only include gen_ndr headers where needed. 2010-05-06 00:22:59 +02:00
dmallocmsg.c s3: only include gen_ndr headers where needed. 2010-05-06 00:22:59 +02:00
dprintf.c s3: Fix Coverity ID 581 -- NEGATIVE_RETURNS 2009-09-18 20:20:39 +02:00
dummyroot.c
dummysmbd.c Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them next :-). 2010-05-07 01:20:26 -07:00
errmap_unix.c s3:error_map: make NTSTATUS -> errno -> NTSTATUS mapping consistent for NT_STATUS_INVALID_PARAMETER 2009-08-27 16:45:39 +02:00
events.c s3-event: switch s3 to using tevent_re_initialise() 2010-03-26 22:07:50 +11:00
fault.c s3-lib: Remove obsolete signal type cast. 2010-02-23 12:23:43 +01:00
file_id.c Make the smbd VFS typesafe 2009-07-24 11:42:05 -04:00
fncall.c Add fncall_send/recv 2009-05-01 12:30:59 +02:00
g_lock.c s3: only include gen_ndr headers where needed. 2010-05-06 00:22:59 +02:00
gencache.c s3: Use tdb_transaction_start_nonblock in gencache_stabilize 2010-03-28 15:25:15 +02:00
iconv.c Fix some nonempty blank lines 2009-07-25 12:58:06 -04:00
idmap_cache.c
interface.c s3:load_interfaces(): use function gfree_interfaces() that we have. 2009-11-18 22:19:18 +01:00
interfaces.c s3-lib: use TYPESAFE_QSORT() in s3 interfaces code 2010-02-14 18:44:20 +11:00
ldap_debug_handler.c
ldap_escape.c Make escape_ldap_string take a talloc context 2009-07-09 22:25:29 +02:00
ldb_compat.c Remove the copy of ldb from Samba 3. 2010-05-06 11:34:30 +02:00
ldb_compat.h Remove the copy of ldb from Samba 3. 2010-05-06 11:34:30 +02:00
memcache.c s3-memcache: update memcache to use new DLIST macros 2010-02-10 15:38:31 -08:00
messages_ctdbd.c
messages_local.c s3: Remove use of iconv_convenience. 2010-05-18 11:45:31 +02:00
messages.c s3: Fix a long-standing problem with recycled PIDs 2010-03-10 16:07:10 +01:00
module.c
ms_fnmatch.c s3: Fix a bool/enum mismatch 2009-11-21 20:49:16 +01:00
packet.c s3: Add parameter "ctdb timeout" 2009-11-05 12:05:36 +01:00
pam_errors.c
pidfile.c Revert "[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it." 2009-07-03 12:41:08 +02:00
popt_common.c s3: Add -C (--use-ccache) to popt_common_credentials 2010-01-24 20:32:17 +01:00
privileges_basic.c s3-privileges: remove trailing whitespace from privileges codes. 2009-05-16 01:27:51 +02:00
privileges.c s3-privileges: add privilege_delete_account(). 2009-05-16 01:27:51 +02:00
pthreadpool.c Many build farm boxes do not have clock_gettime 2009-05-01 21:43:25 +02:00
readline.c
recvfile.c
secdesc.c s3-secdesc: move SEC_DESC_HEADER_SIZE to its only user. 2010-05-18 12:51:35 +02:00
select.c s3:lib/select: don't overwrite errno in the signal handler 2009-09-21 05:55:05 +02:00
sendfile.c Clean up assignments to iov_base, ensure it's always cast to void *. This should quieten some warnings with picky compilers on the buildfarm. 2009-05-12 11:45:37 -07:00
server_mutex.c
serverid.c s3: Add a comment to serverid_parent_init, this is pretty confusing 2010-03-25 16:46:21 +01:00
sessionid_tdb.c s3: Abstract access to sessionid.tdb, similar to conn_tdb.c 2010-03-01 17:53:22 +01:00
sharesec.c s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". 2010-05-18 12:30:12 +02:00
smbldap_util.c Make escape_ldap_string take a talloc context 2009-07-09 22:25:29 +02:00
smbldap.c s3-lib: Remove obsolete signal type cast. 2010-02-23 12:23:43 +01:00
smbrun.c Add checks for non_root mode to help buildfarm spoolss tests. 2009-05-11 09:42:08 -07:00
sock_exec.c
substitute.c s3: Make alloc_sub_basic() static 2009-11-21 20:54:10 +01:00
sysacls.c
sysquotas_4A.c
sysquotas_linux.c
sysquotas_xfs.c
sysquotas.c s3: "sys_path_to_bdev" only looks at the devicenumber 2009-11-29 11:22:04 +01:00
system_smbd.c s3: Fix initgroups return check 2010-02-14 12:45:04 +01:00
system.c Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to a read or write." 2010-03-08 16:55:07 -08:00
talloc_dict.c s3: Add talloc_dict.[ch] 2009-08-16 12:38:19 +02:00
tallocmsg.c s3: only include gen_ndr headers where needed. 2010-05-06 00:22:59 +02:00
tdb_validate.c s3: Open winbindd_cache.tdb with read/write access. 2010-03-21 16:00:26 +08:00
tdb_validate.h
time.c s3-time: Added a function to get the startup time of the server. 2010-04-23 16:06:42 +02:00
tldap_util.c s3-tldap: only include tldap when actually needed. 2010-05-18 00:44:27 +02:00
tldap.c s3-tldap: only include tldap when actually needed. 2010-05-18 00:44:27 +02:00
username.c
util_file.c Fix a talloc/malloc screwup in file_lines_pload 2009-03-26 14:58:38 +01:00
util_nscd.c s3: Fix incorrect rc check of nscd_flush_cache. 2009-10-29 11:11:43 -04:00
util_nttoken.c s3-secdesc: remove "typedef struct security_ace SEC_ACE". 2010-05-18 12:30:11 +02:00
util_pw.c
util_reg_api.c s3: Remove use of iconv_convenience. 2010-05-18 11:45:31 +02:00
util_seaccess.c s3: Remove unused samr_make_sam_obj_sd 2010-01-10 20:56:16 +01:00
util_sec.c
util_sid.c s3: Remove use of iconv_convenience. 2010-05-18 11:45:31 +02:00
util_sock.c s3-util_sock: Rise debug level for getpeername failed messages. 2010-03-26 15:24:21 +01:00
util_str.c s3: Move sanitize_username to lib/util_str.c 2010-04-11 22:59:47 +02:00
util_tdb.c s3: Use a switch to implement map_nt_error_from_tdb 2010-03-14 17:42:49 +01:00
util_transfer_file.c
util_tsock.c Add tstream_read_packet 2009-06-27 23:17:49 +02:00
util_unistr.c s3: remove unused rpcstr_pull and rpcstr_pull_talloc. 2009-10-01 11:40:31 +02:00
util_uuid.c Make sid_binstring & friends take a talloc context 2009-05-28 11:33:21 +02:00
util.c s3-event: switch s3 to using tevent_re_initialise() 2010-03-26 22:07:50 +11:00
version_test.c add a versiontest program to print samba_version_string(). 2009-03-19 23:57:35 +01:00
version.c
winbind_util.c Fix some nonempty blank lines 2009-08-07 13:02:15 +02:00
wins_srv.c Fix some nonempty blank lines 2009-08-07 13:02:15 +02:00