1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/lib
Jeremy Allison 482f14871d r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use consistent
enum type for Protocol extern.
Jeremy.
(This used to be commit 65dfae7ea4)
2007-10-10 10:53:26 -05:00
..
access.c make sure we use a real network address in case there are extra non-zero octets in hosts allow/deny 2003-12-08 17:40:15 +00:00
account_pol.c r3940: typo. 2007-10-10 10:53:25 -05:00
adt_tree.c fixed compilation with --enable-dmalloc 2004-02-26 02:11:31 +00:00
afs_settoken.c r1106: Lars Mueller <lmuelle@suse.de> asked me to apply this patch, as this is needed 2007-10-10 10:51:55 -05:00
afs.c r1492: Rework our random number generation system. 2007-10-10 10:52:13 -05:00
bitmap.c Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit 2003-12-11 20:00:16 +00:00
charcnv.c r3857: Shut up gcc about erroneous "used uninitialised" warning. 2007-10-10 10:53:21 -05:00
clobber.c Split "clobber" function and variables into its own file before it 2003-03-18 07:09:23 +00:00
crc32.c Add const. 2003-03-18 12:12:14 +00:00
data_blob.c Changes all over the shop, but all towards: 2003-11-22 13:19:38 +00:00
debug.c r1834: prevent infinite recusion in reopen_logs() when expanding the smb.conf variable %I 2007-10-10 10:52:21 -05:00
dmallocmsg.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
dprintf.c Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_conv" 2004-03-11 22:48:24 +00:00
dummyroot.c sync 3.0 into HEAD for the last time 2003-09-09 04:07:32 +00:00
dummysmbd.c merge from old APP_HEAD 2004-02-12 05:24:02 +00:00
fault.c * Add SIGABRT to fault handling 2004-01-22 01:50:58 +00:00
fsusage.c r1608: Fix from Nick THOMPSON <nickthompson@agere.com> to protect smbd 2007-10-10 10:52:16 -05:00
gencache.c Always call the auto-init funciton - this avoids tdb segfaulting under 2004-01-05 04:15:55 +00:00
genrand.c r1492: Rework our random number generation system. 2007-10-10 10:52:13 -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 r2231: Fix iconv.c to use the Samba-supplied uint8 type not the uint8_t type, which does not exist on all platforms. 2007-10-10 10:52:36 -05:00
interface.c r1248: Fix from Nick Wellnhofer <wellnhofer@aevum.de> to prevent 2007-10-10 10:52:03 -05:00
interfaces.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
ldap_escape.c Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm to 2003-02-01 05:20:11 +00: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 r1885: tighten the cache consistency with the ntprinters.tdb entry an the in memory cache associated with open printer handles; also make sure that register_messages_flags() doesn't overwrite the originally registers flags 2007-10-10 10:52:23 -05:00
module.c Look at error before using it in debug statement. 2003-11-19 22:57:56 +00:00
ms_fnmatch.c r2824: restored the is_case_sensitive option to ms_fnmatch() in Samba3. It is 2007-10-10 10:52:54 -05:00
pam_errors.c Add a few more NTSTATUS <=> PAM error mappings. 2004-01-26 08:38:34 +00:00
pidfile.c r2023: If there's garbage in the pidfile, we should not panic but assume that no one 2007-10-10 10:52:28 -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 don't crash on a NULL priviledge pointer; patch from Jianliang Lu 2003-12-04 04:31:29 +00: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 backport from head 2004-03-19 11:28:36 +00:00
secace.c r196: merging struct uuid from trunk 2007-10-10 10:51:13 -05:00
secacl.c split some security related functions in their own files. 2003-10-06 01:24:48 +00:00
secdesc.c split some security related functions in their own files. 2003-10-06 01:24:48 +00:00
select.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
sendfile.c r3944: Fix the problem we get on Linux where sendfile fails, but we've already sent the 2007-10-10 10:53:26 -05:00
server_mutex.c Merge from HEAD - make winbindd locking sane again: 2003-03-17 23:06:12 +00:00
signal.c Merge from HEAD: 2003-01-14 08:26:54 +00:00
smbldap.c r3563: During a typical logon a modern workstation makes a lot of anonymous session 2007-10-10 10:53:09 -05:00
smbrun.c r2331: check password script code and example from trunk 2007-10-10 10:52:39 -05:00
snprintf.c r1656: Patch from James Peach: 2007-10-10 10:52:17 -05:00
sock_exec.c Refactor existing sock_exec() and socketpair_tcp() functions into their own 2003-04-30 17:35:56 +00:00
substitute.c r3049: fixing some calls in the printing code to stanard_sub_basic(); fix standard_sub_snum() to use the current user's gid; add some (snum == -1) checks to standard_sub_advanced() 2007-10-10 10:52:59 -05:00
sysacls.c r3693: Correctly detect errno for no acl/ea support. 2007-10-10 10:53:14 -05:00
sysquotas_4A.c * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA 2004-01-15 08:49:30 +00:00
sysquotas_linux.c * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA 2004-01-15 08:49:30 +00:00
sysquotas_xfs.c * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA 2004-01-15 08:49:30 +00:00
sysquotas.c * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA 2004-01-15 08:49:30 +00:00
system_smbd.c r3705: Nobody has commented, so I'll take this as an ack... 2007-10-10 10:53:15 -05:00
system.c r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have to 2007-10-10 10:53:11 -05:00
talloc.c Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet 2004-03-27 07:53:47 +00:00
tallocmsg.c Forward port the change to talloc_init() to make all talloc contexts 2002-12-20 20:23:06 +00:00
talloctort.c Ignore tallocdump binary. 2003-11-06 21:51:08 +00:00
time.c r1085: Now it's had some proper user testing, merge in the deferred open fix. I'm 2007-10-10 10:51:54 -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 r993: BUG 703 -- finishing patch by Eric Boehm <boehm@nortelnetworks.com> for netgroup case lookups 2007-10-10 10:51:53 -05:00
util_file.c r2155: Reformat, plus steal from Samba4 :-). 2007-10-10 10:52:33 -05:00
util_getent.c r288: combination of BUG 1081 and patch from J. Klinger -- added remove_duplicate_gids() to smbd and winbindd 2007-10-10 10:51:16 -05:00
util_pw.c r3702: This is a getpwnam-cache. It is mainly to speed up Samba with slow nss 2007-10-10 10:53:14 -05:00
util_seaccess.c split some security related functions in their own files. 2003-10-06 01:38:46 +00:00
util_sec.c Clarify comment on set_effective_uid() 2004-01-27 10:01:30 +00:00
util_sid.c r316: Fix split_domain_name. This defaulted to get_myname() instead of 2007-10-10 10:51:18 -05:00
util_smbd.c r3705: Nobody has commented, so I'll take this as an ack... 2007-10-10 10:53:15 -05:00
util_sock.c r3843: If a connection to a DC is requested, open connections simultaeneously to all 2007-10-10 10:53:20 -05:00
util_str.c r2605: Fix stupid typo in back-port of Samba4 fix. 2007-10-10 10:52:47 -05:00
util_unistr.c r570: Remove lots of globals to handle case issues - move them 2007-10-10 10:51:30 -05:00
util_uuid.c r2160: fixed the uuid pack/unpack routines (they could go past the end of the UUID structure) 2007-10-10 10:52:34 -05:00
util.c r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use consistent 2007-10-10 10:53:26 -05:00
version.c sync 3.0 into HEAD for the last time 2003-09-09 04:07:32 +00:00
wins_srv.c trying to get HEAD building again. If you want the code 2003-07-16 05:34:56 +00:00
xfile.c r2599: avoid free()ing our static unalloceted memory that ends up in memory corruption. 2007-10-10 10:52:47 -05:00