..
.cvsignore
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
Make default lockout duration and reset count time 30 minutes, to match windows, and also be valid (0 was invalid)
2004-02-20 15:59:05 +00:00
adt_tree.c
fixed compilation with --enable-dmalloc
2004-02-26 02:11:31 +00:00
afs.c
This restructures lib/afs.c so that the token data can be but into a
2004-04-01 12:31:50 +00: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
"Fixing my FORTRAN". Ensure we always have some valid char converter for the
2004-04-01 19:42:36 +00: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
source code fix for bug 1095 -- honor the '-l' option
2004-03-26 15:40:06 +00:00
dmallocmsg.c
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
gencache.c
Always call the auto-init funciton - this avoids tdb segfaulting under
2004-01-05 04:15:55 +00:00
genrand.c
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
2003-01-03 08:28:12 +00: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
hash.c
sync 3.0 into HEAD for the last time
2003-09-09 04:07:32 +00:00
hmacmd5.c
iconv.c
Make more functions static, and remove duplication in the use of functions
2004-02-08 08:38:42 +00:00
interface.c
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
2002-11-12 23:20:50 +00:00
interfaces.c
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
md5.c
messages.c
Limit the number of outstanding print notify messages for a process to
2003-04-23 00:19:30 +00:00
module.c
Look at error before using it in debug statement.
2003-11-19 22:57:56 +00:00
ms_fnmatch.c
sync 3.0 into HEAD for the last time
2003-09-09 04:07:32 +00:00
pam_errors.c
Add a few more NTSTATUS <=> PAM error mappings.
2004-01-26 08:38:34 +00:00
pidfile.c
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
2003-02-24 03:09:08 +00: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
split some security related functions in their own files.
2003-10-06 01:24:48 +00: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
sendfile.c
Cast to fix warning on Solaris sendfile - check buildfarm output
2003-11-02 13:59:37 +00: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
Password lockout for LDAP backend. Caches autolock flag, bad count, and
2004-03-18 19:22:51 +00:00
smbrun.c
snprintf.c
Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.in
2003-10-24 16:08:03 +00: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
BUG 417: fix %UuGg variables expansion in include lines setging the current_user_info struct in register_vuid() -- shouldn't be any more broken than we were
2004-03-19 22:06:54 +00:00
sysacls.c
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
merge of parameter changes from 3.0 and fix for bug 550
2003-10-01 17:02:09 +00:00
system.c
* Fix sys_chown() when no chown() is presend
2004-01-15 09:08:06 +00: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
Clean up a comment noticed by Jonathan Shao@Panasas.com and remove an
2003-11-26 19:15:22 +00:00
ufc.c
username.c
BUG 417: fix %UuGg variables expansion in include lines setging the current_user_info struct in register_vuid() -- shouldn't be any more broken than we were
2004-03-19 22:06:54 +00:00
util_file.c
sync 3.0 into HEAD for the last time
2003-09-09 04:07:32 +00:00
util_getent.c
bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug where getpwent_list() was overoverwriting the username for entries. However the code path to the bug was introduced only on January 25
2004-02-09 18:43:57 +00:00
util_pw.c
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
split some security related functions in their own files.
2003-10-06 01:38:46 +00:00
util_smbd.c
util_sock.c
Merge from HEAD the SMB signing patch that I developed a couple of weeks
2004-03-27 07:33:59 +00:00
util_str.c
Modified fix for bugid #784 . Based on a patch from moriyama@miraclelinux.com (MORIYAMA Masayuki).
2004-03-13 02:16:21 +00:00
util_unistr.c
Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_conv"
2004-03-11 22:48:24 +00:00
util_uuid.c
port latest changes from SAMBA_3_0 tree
2003-08-02 20:06:57 +00:00
util.c
Given how often a panic has to do with malloc() problems, don't tempt
2004-03-21 08:43:41 +00: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
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
2003-02-24 03:09:08 +00:00