1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/lib
Günther Deschner c3a2101da0 r12714: Fix segfault in pdb_nds.c.
Guenther
(This used to be commit f78c7f8abe)
2007-10-10 11:06:01 -05:00
..
access.c r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
account_pol.c r12398: adding Guenther's account policy migration fix 2007-10-10 11:05:54 -05:00
adt_tree.c r9998: starting content for maintainers file 2007-10-10 11:03:30 -05:00
afs_settoken.c r10976: Fix the build with openssl-0.9.8a. 2007-10-10 11:04:58 -05:00
afs.c r10976: Fix the build with openssl-0.9.8a. 2007-10-10 11:04:58 -05:00
arc4.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
bitmap.c r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's been in the 2007-10-10 10:53:34 -05:00
charcnv.c r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C") 2007-10-10 11:05:58 -05:00
clobber.c r12043: It's amazing the warnings you find when compiling on a 64-bit 2007-10-10 11:05:42 -05:00
crc32.c r12043: It's amazing the warnings you find when compiling on a 64-bit 2007-10-10 11:05:42 -05:00
data_blob.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
debug.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
dmallocmsg.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
dprintf.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
dummyroot.c r6588: just include includes.h to get prototypes here. 2007-10-10 10:56:46 -05:00
dummysmbd.c r6588: just include includes.h to get prototypes here. 2007-10-10 10:56:46 -05:00
fault.c r9353: Updating troublshooting error message. 2007-10-10 11:00:33 -05:00
fsusage.c r1608: Fix from Nick THOMPSON <nickthompson@agere.com> to protect smbd 2007-10-10 10:52:16 -05:00
gencache.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
genrand.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
getsmbpass.c Volker's fix for bug #668. Change the \n after the password prompt to go 2003-10-23 13:47:17 +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 r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 2007-10-10 11:05:02 -05:00
interface.c r5163: Fix bugzilla 2062: 2007-10-10 10:55:31 -05:00
interfaces.c r6586: get rid of a few more compiler warnings 2007-10-10 10:56:46 -05:00
ldap_escape.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
md4.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
md5.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
messages.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
module.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
ms_fnmatch.c r6044: Ensure the old search calls always ask mask_match to translate 2007-10-10 10:56:18 -05:00
pam_errors.c Add a few more NTSTATUS <=> PAM error mappings. 2004-01-26 08:38:34 +00:00
pidfile.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
popt_common.c source code fix for bug 1095 -- honor the '-l' option 2004-03-26 15:40:06 +00:00
privileges.c r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 2007-10-10 11:05:02 -05:00
readline.c sync 3.0 into HEAD for the last time 2003-09-09 04:07:32 +00:00
replace1.c sync 3.0 into HEAD for the last time 2003-09-09 04:07:32 +00:00
replace.c r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C") 2007-10-10 11:05:58 -05:00
secace.c r7882: Looks like a large patch - but what it actually does is make Samba 2007-10-10 10:58:00 -05:00
secacl.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
secdesc.c r6263: Get rid of generate_wellknown_sids, they are const static and initializable 2007-10-10 10:56:33 -05:00
select.c r7440: * merge registry server changes from trunk (so far) for more 2007-10-10 10:57:09 -05:00
sendfile.c r4296: Patch from William Jojo <jojowil@hvcc.edu> to fix HPUX sendfile and add 2007-10-10 10:53:42 -05:00
server_mutex.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
signal.c Merge from HEAD: 2003-01-14 08:26:54 +00:00
smbldap_util.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
smbldap.c r12714: Fix segfault in pdb_nds.c. 2007-10-10 11:06:01 -05:00
smbrun.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
snprintf.c r11799: Added OpenSSH fix for "%.*s" format crash. From Darren Tucker 2007-10-10 11:05:28 -05:00
sock_exec.c Refactor existing sock_exec() and socketpair_tcp() functions into their own 2003-04-30 17:35:56 +00:00
socket_wrapper.c r8961: Merge IRIX fix for socket wrapper 2007-10-10 11:00:22 -05:00
substitute.c r11655: Two small fixes 2007-10-10 11:05:23 -05:00
sysacls.c r5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs. 2007-10-10 10:56:00 -05:00
sysquotas_4A.c r10163: try to fix the build on fedora 4, when --with-quota is not used 2007-10-10 11:03:35 -05:00
sysquotas_linux.c r10962: fix setting of quotas on linux kernel with the 2007-10-10 11:04:58 -05:00
sysquotas_xfs.c r6586: get rid of a few more compiler warnings 2007-10-10 10:56:46 -05:00
sysquotas.c r11560: Fix core dump if setmntent returns NULL. 2007-10-10 11:05:20 -05:00
system_smbd.c r12291: Make getgroups_user static. 2007-10-10 11:05:52 -05:00
system.c r11845: Removed error code list as it isn't correct for Linux. 2007-10-10 11:05:29 -05:00
talloc.c r11985: Move to LGPL as per tridge's Samba4 change. 2007-10-10 11:05:41 -05:00
tallocmsg.c r11962: Bring talloc up to date with Samba4, re-add the 2007-10-10 11:05:40 -05:00
talloctort.c r10674: We no do define timeval_current 2007-10-10 11:04:50 -05:00
time.c r11530: Add the "time offset" parameter back in for people who 2007-10-10 11:05:19 -05: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 r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C") 2007-10-10 11:05:58 -05:00
util_file.c r12043: It's amazing the warnings you find when compiling on a 64-bit 2007-10-10 11:05:42 -05:00
util_getent.c r12303: Move split_domain_and_name to util_getent.c and make it static there. 2007-10-10 11:05:52 -05:00
util_pw.c r5647: Caches are good for performance, but you get a consistency problem. 2007-10-10 10:55:53 -05:00
util_seaccess.c r6263: Get rid of generate_wellknown_sids, they are const static and initializable 2007-10-10 10:56:33 -05:00
util_sec.c Clarify comment on set_effective_uid() 2004-01-27 10:01:30 +00:00
util_sid.c r12387: Make string_to_sid a little more silent. 2007-10-10 11:05:54 -05:00
util_sock.c r7591: Don't call getpeeraddr on a disconnected socket. 2007-10-10 10:57:15 -05:00
util_str.c r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C") 2007-10-10 11:05:58 -05:00
util_unistr.c r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C") 2007-10-10 11:05:58 -05:00
util_uuid.c r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
util.c r12279: unix_mask_match has been broken for *ever*... (How). 2007-10-10 11:05:51 -05:00
version.c sync 3.0 into HEAD for the last time 2003-09-09 04:07:32 +00:00
wins_srv.c r6225: get rid of warnings from my compiler about nested externs 2007-10-10 10:56:30 -05:00
xfile.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00