1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/lib
Andrew Bartlett 4b117b8917 Merge from HEAD:
- heimdal updates to configure
 - make DEBUG() const
 - add testsuite for:
   - preexec
   - preexec close
   - valid users
 - fix testsuite for 'invalid users'

Andrew Bartlett
(This used to be commit aa41fb8703)
2002-11-15 14:06:35 +00:00
..
.cvsignore - fixed cast warnings 1998-10-05 12:35:30 +00:00
access.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
account_pol.c Add a timeout to tdb_lock_bystring(). Ensure we never have more than 2002-10-04 22:53:18 +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 Merge passdb from HEAD -> 3.0 2002-11-02 03:47:48 +00:00
charcnv.c Fix all returns to be size_t (they are all unsigned). Fixup strlen being 2002-11-11 22:13:05 +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 Merge from HEAD: 2002-11-15 14:06:35 +00:00
dmallocmsg.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
dprintf.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +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 sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
getsmbpass.c Sync with HEAD 2002-10-29 17:31:00 +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 Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
interfaces.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +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 sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +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 updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
pidfile.c Bugfix for pidfile_create() from Kelledin. 2002-10-21 00:20:12 +00:00
popt_common.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
readline.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
replace.c Sync with HEAD 2002-11-09 16:57:45 +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 Fix Solaris sendfile detection. Add small fixes to sendfile code. 2002-10-01 05:54:40 +00:00
server_mutex.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
signal.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
smbpasswd.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
smbrun.c sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
snprintf.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
substitute.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
sysacls.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
system_smbd.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
system.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
talloc.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +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 sync with HEAD 2002-09-26 18:58: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 Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
util_file.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
util_getent.c sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
util_pw.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
util_seaccess.c port sec_desc headers reordering from HEAD. 2002-11-02 12:53:13 +00:00
util_sec.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
util_sid.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +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 Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
util_str.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
util_unistr.c patches from Urban 2002-11-08 18:45:38 +00:00
util_uuid.c Move guid formatting functions over from HEAD. 2002-10-29 14:45:41 +00:00
util.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
wins_srv.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:20:50 +00:00
xfile.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00