1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/lib
2009-07-15 10:55:20 +02:00
..
eventlog Fix a couple of warnings 2009-04-23 14:35:50 +02:00
ldb LDB_ERR_INVALID_DN_SYNTAX doesn't exist ... 2009-07-02 14:55:38 +10:00
netapi Remove gencache_init/shutdown 2009-07-15 10:55:20 +02:00
smbconf s3:libsmbconf: fix a comment typo 2009-04-27 13:25:07 +02:00
access.c
account_pol.c s3-account_policy: add pdb_policy_type enum. 2009-07-14 12:12:18 +02:00
adt_tree.c
afs_settoken.c Fix bug 6136: New AFS syscall conventions 2009-05-03 22:16:01 +02: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
charcnv.c Make ctemp async. Fix the test to pass against W2K3. 2009-06-10 11:58:00 -07:00
clobber.c
conn_tdb.c
ctdbd_conn.c Do not crash in ctdbd_traverse if ctdbd is not around 2009-05-04 14:46:17 +02:00
dbwrap_ctdb.c s3:dbwrap_ctdb: fix some function header comments 2009-05-25 22:16:46 +02:00
dbwrap_file.c
dbwrap_rbt.c s3: Fix a memleak in dbwrap_rbt. 2009-03-04 11:23:05 +01:00
dbwrap_tdb.c Add db_tdb_parse 2009-02-26 11:05:22 +01:00
dbwrap_util.c
dbwrap.c Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly. For the clustering case. 2009-03-27 12:13:13 -07:00
debug.c Fix ndrdump to use a common setup_logging() API 2009-06-29 20:12:23 +10:00
dmallocmsg.c
dprintf.c Memory leaks and other fixes found by Coverity 2009-01-21 17:13:03 -08:00
dummyroot.c
dummysmbd.c s3 oplocks: Make the level2 oplock contention API more granular 2009-02-09 23:47:45 -08:00
errmap_unix.c s3: map NetBSD's errno on posix open calls for symlinks 2009-06-04 22:09:10 +02:00
events.c Quieten events and tldap debug messages 2009-07-10 22:01:56 +02:00
fault.c Fix Coverity ID 884: DEADCODE 2009-04-23 10:44:51 +02:00
file_id.c s3: Add extid to the dev/inode pair 2009-02-19 20:58:26 -08:00
fncall.c Add fncall_send/recv 2009-05-01 12:30:59 +02:00
gencache.c Remove gencache_init/shutdown 2009-07-15 10:55:20 +02:00
iconv.c Use samba3's own iconv implementation for now, until all changes are 2009-03-02 05:04:07 +01:00
idmap_cache.c
interface.c Fix bug 5681: Do not limit the number of network interfaces 2009-05-18 13:38:55 +02:00
interfaces.c Fix bug 5681: Do not limit the number of network interfaces 2009-05-18 13:38:55 +02:00
ldap_debug_handler.c More warning fixes for Solaris. 2009-02-23 16:22:43 -08:00
ldap_escape.c Make escape_ldap_string take a talloc context 2009-07-09 22:25:29 +02:00
memcache.c
messages_ctdbd.c
messages_local.c Use TDB_VOLATILE instead of tdb_set_max_dead() 2009-05-19 14:54:53 +02:00
messages.c fixed a bug in message handling for code the change notify code 2009-03-10 16:45:45 +11:00
module.c
ms_fnmatch.c s3:lib Use push_ucs2_talloc() in ms_fnmatch() 2009-04-08 01:15:24 +02:00
packet.c Optimize for the common case that packet.c received exactly one full packet 2009-01-02 22:11:50 +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: make better use of ccache by not including version.h in every C-file. 2009-01-15 22:56:01 +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 Several fixes to our use of splice 2009-01-07 12:04:44 +01:00
secdesc.c s3: Use common security_descriptor_equal(). 2009-04-21 18:17:40 +02:00
select.c S3: Stop creating SMBD cores when failing to create a pipe. 2009-02-18 18:08:33 -08: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
sharesec.c Add iconv_convenience argument to size functions. 2009-01-01 04:45:33 +01:00
smbldap_util.c Make escape_ldap_string take a talloc context 2009-07-09 22:25:29 +02:00
smbldap.c Fix some nonempty blank lines 2009-05-31 12:16:34 +02: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 Convert Samba3 to use the common lib/util/charset API 2009-04-14 12:53:56 +10:00
sysacls.c
sysquotas_4A.c
sysquotas_linux.c
sysquotas_xfs.c
sysquotas.c s3:lib/sysquotas: fix usage of SMB_STRUCT_STAT (struct stat_ex). 2009-06-29 16:51:53 +02:00
system_smbd.c
system.c Rename update_stat_ex_writetime() -> update_stat_ex_mtime() 2009-07-08 18:05:30 -07:00
tallocmsg.c
tdb_validate.c More warning fixes for Solaris. 2009-02-23 16:22:43 -08:00
tdb_validate.h Fix the build on "opi" 2009-01-29 21:38:05 +01:00
time.c Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT 2009-05-26 17:48:23 +02:00
tldap_util.c Add tldap_pull_guid 2009-07-04 12:54:22 +02:00
tldap.c If the connection is down, don't try another write. 2009-06-28 15:51:02 +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
util_nttoken.c Move secace.c to top-level. 2009-03-01 18:00:26 +01:00
util_pw.c
util_reg_api.c Fix a type-punned warning 2009-04-23 14:35:50 +02:00
util_reg.c s3:registry: replace typedef REGISTRY_OPS by struct registry_ops 2009-04-27 11:21:04 +02:00
util_seaccess.c Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or delete file 2009-02-02 17:10:27 -08:00
util_sec.c
util_sid.c Make sid_binstring & friends take a talloc context 2009-05-28 11:33:21 +02:00
util_sock.c s3: allow setting the TCP_QUICKACK socket option 2009-07-14 22:29:59 +02:00
util_str.c Fix our base64 implementation for blobs of length 4.... 2009-07-10 18:16:46 +02:00
util_tdb.c Add tdb_data_cmp 2009-07-15 10:55:20 +02:00
util_transfer_file.c
util_tsock.c Add tstream_read_packet 2009-06-27 23:17:49 +02:00
util_unistr.c s3:charcnv Remove unused unistrcpy() and unistrlen() 2009-04-07 20:51:56 +02:00
util_uuid.c Make sid_binstring & friends take a talloc context 2009-05-28 11:33:21 +02:00
util.c s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name() 2009-07-08 21:36:04 -07:00
version_test.c add a versiontest program to print samba_version_string(). 2009-03-19 23:57:35 +01:00
version.c s3: make better use of ccache by not including version.h in every C-file. 2009-01-15 22:56:01 +01:00
winbind_util.c s3: Fix a free of an uninitialized variable in winbind_get_sid_aliases 2009-03-19 14:59:23 -07:00
wins_srv.c