1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-07 17:18:11 +03:00
samba-mirror/source3/lib
Gerald Carter 4703553378 patches from Urban
(This used to be commit da269a73ed)
2002-11-08 18:44:57 +00:00
..
.cvsignore - fixed cast warnings 1998-10-05 12:35:30 +00:00
access.c Another patch from Steve Langasek <vorlon@netexpress.net>, again from the 2002-10-03 03:31:41 +00:00
account_pol.c Add a timeout to tdb_lock_bystring(). Ensure we never have more than 2002-10-04 22:53:30 +00:00
adt_tree.c fixed a logic error in the sorted_tree_find_child() routine 2002-07-20 02:42:04 +00:00
bitmap.c Nice *big* patch from metze. 2002-10-12 03:38:07 +00:00
charcnv.c Some small cleanups to the libads code (mainly error checking), and give a 2002-09-27 03:05:20 +00:00
crc32.c int -> uint32 2002-02-17 18:30:01 +00:00
data_blob.c Nobody uses this, and its really just a layer of internal implementation. 2002-05-23 14:24:59 +00:00
debug.c It seems that I'm meant to be using the helper function here, not the struct 2002-10-18 22:27:55 +00:00
dmallocmsg.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
domain_namemap.c Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI. 1999-12-13 19:17:40 +00:00
dprintf.c put the ifdef for HAVE_VA_COPY in one place rather than in lots of 2002-06-03 03:07:24 +00:00
error.c IFSTEST fixes for open fid, nametoolong. 2002-08-20 20:54:32 +00:00
fault.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
fsusage.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
gencache.c added gencache implementation from mimir - thanks! 2002-09-11 14:07:21 +00:00
genrand.c good security patch from Timothy.Sell@unisys.com 2002-07-28 06:08:30 +00:00
getsmbpass.c Remove useless spaces - this broke make proto 2002-10-04 20:14:41 +00:00
hash.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
hmacmd5.c bcopy must DIE ! Stop people creeping use of bcopy back into the code 2002-02-26 17:40:43 +00:00
iconv.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
interface.c used findstatic.pl to make some variables static and remove some dead 2002-07-01 09:12:41 +00:00
interfaces.c merge from 2.2 2002-06-05 18:30:07 +00:00
md4.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
md5.c Fix the forword prototype to be a static for this static function. 2002-07-03 06:48:52 +00:00
messages.c Never, *ever* hold a mutex lock in the message database where there may 2002-09-17 23:45:21 +00:00
module.c add smb_load_modules() to load a list of modules - does this function look ok ? 2002-10-31 18:08:45 +00:00
ms_fnmatch.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
netatalk.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
pam_errors.c Updates to better report some NTSTATUS errors into PAM, and update to PAM 2002-05-28 14:35:11 +00:00
pidfile.c Bugfix for pidfile_create() from Kelledin. 2002-10-21 00:05:01 +00:00
popt_common.c Fix compiler warnings. 2002-11-06 20:13:02 +00:00
readline.c As per the 'OK' at CIFS2002, only use the readline headers (and this crasy 2002-09-06 23:10:28 +00:00
replace.c Fix build. Don't use BSD setenv. Use POSIX putenv. 2002-10-30 18:18:25 +00:00
select.c fixed a bug in handling select in the main daemon - this stops the daemon spinning if a signal is received at an inconvenient moment 2002-06-25 00:59:14 +00:00
sendfile.c Fix Solaris sendfile detection. Add small fixes to sendfile code. 2002-10-01 05:55:25 +00:00
server_mutex.c Never, *ever* hold a mutex lock in the message database where there may 2002-09-17 23:45:21 +00:00
signal.c Ensure we save any older SIGALRM signal handler. 2002-06-13 22:49:13 +00:00
smbpasswd.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
smbrun.c It seems I didn't need to write a dup2() wrapper - as we already use it a 2002-07-28 02:20:15 +00:00
snprintf.c Since includes.h isn't included here, VA_COPY has to be defined here. I don't 2002-06-03 13:37:52 +00:00
substitute.c lowercase global_myname in %L substitution 2002-09-09 21:01:53 +00:00
sysacls.c Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. 2002-05-22 12:44:45 +00:00
system_smbd.c Updates! 2002-08-26 03:08:37 +00:00
system.c fix a few segfaults 2002-08-22 02:51:32 +00:00
talloc.c used findstatic.pl to make some variables static and remove some dead 2002-07-01 09:12:41 +00:00
tallocmsg.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
talloctort.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
time.c Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much* 2002-09-26 10:25:34 +00:00
ufc.c Fixed warnings and made const-safe so it has the correct prototype. 2001-07-03 21:07:26 +00:00
username.c Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some things 2002-09-25 09:55:41 +00:00
util_file.c don't warn on non-existant files in map_file(), let the caller handle any warning 2002-06-28 03:19:20 +00:00
util_getent.c Move tridge's getgrouplist() replacement function from replace.c to a new 2002-08-17 07:09:22 +00:00
util_pw.c Add back sys_getpwnam() and freinds to the system.c interface, but don't 2002-06-15 00:47:52 +00:00
util_seaccess.c try to put every security descriptors related definitions in the same file. 2002-10-06 23:53:34 +00:00
util_sec.c fixed a problem with getgroups() where it could include our current 2002-07-15 03:59:14 +00:00
util_sid.c First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. 2002-10-23 01:22:45 +00:00
util_smbd.c Move tridge's getgrouplist() replacement function from replace.c to a new 2002-08-17 07:09:22 +00:00
util_sock.c Another patch from Steve Langasek <vorlon@netexpress.net>, again from the 2002-10-03 03:31:41 +00:00
util_str.c Added const. Anal formatting fixup. 2002-10-02 19:11:59 +00:00
util_unistr.c patches from Urban 2002-11-08 18:44:57 +00:00
util_uuid.c Format objectGUIDs on ads dumps. 2002-10-18 20:11:29 +00:00
util.c Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements to 2002-08-31 06:59:00 +00:00
wins_srv.c fixed a memory corruption bug in the wins code 2002-08-06 00:56:39 +00:00
xfile.c add a trivial seeking function to xfile (tseek) that does not do SEEK_CUR 2002-08-27 09:07:08 +00:00