1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
Andrew Bartlett 6d7195d1d7 Merge passdb from HEAD -> 3.0
The work here includes:
 - metze' set/changed patch, which avoids making changes to ldap on unmodified
attributes.

 - volker's group mapping in passdb patch

 - volker's samsync stuff
 - volkers SAMR changes.

 - mezte's connection caching patch

 - my recent changes (fix magic root check, ldap ssl)

Andrew Bartlett
(This used to be commit 2044d60bbe)
2002-11-02 03:47:48 +00:00
..
.cvsignore add *.po32 to ignore list 2001-12-12 16:04:37 +00:00
blocking.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
build_options.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
change_trust_pw.c Added new error codes. Fix up connection code to retry in the same way 2002-10-17 17:10:24 +00:00
chgpasswd.c Merge passdb from HEAD -> 3.0 2002-11-02 03:47:48 +00:00
close.c Remove the "stat open" code - make it inline. This should fix the 2002-03-20 00:46:53 +00:00
conn.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
connection.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
dfree.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
dir.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
dosmode.c Sync 3.0 branch with head 2002-08-17 15:27:10 +00:00
error.c Renamed get_nt_error_msg() to nt_errstr(). 2002-03-17 04:36:35 +00:00
fileio.c removed the following parameters 2002-10-21 20:11:12 +00:00
filename.c Turns out with Win9x, we could occasionally return from unix_convert() given 2002-10-11 01:19:00 +00:00
files.c Fix for systems that allow more than 65536 open files per process. 2002-10-22 22:17:29 +00:00
groupname.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
ipc.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
lanman.c Merge passdb from HEAD -> 3.0 2002-11-02 03:47:48 +00:00
mangle_hash2.c Merge mangle prefix code. 2002-10-21 20:40:23 +00:00
mangle_hash.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
mangle_map.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
mangle.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
message.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
negprot.c Change default of max_xmit to match W2K. Ensure NT negprot uses it. 2002-10-15 21:35:46 +00:00
noquotas.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
notify_hash.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
notify_kernel.c Fix fd leak with kernel change notify. 2002-10-28 22:04:14 +00:00
notify.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
nttrans.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
open.c First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. 2002-10-23 01:22:32 +00:00
oplock_irix.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
oplock_linux.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
oplock.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
password.c Merge passdb from HEAD -> 3.0 2002-11-02 03:47:48 +00:00
pipes.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
posix_acls.c First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. 2002-10-23 01:22:32 +00:00
process.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
quotas.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
reply.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
sec_ctx.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
server.c Fix slowdown because of enumerating all print queues on every smbd startup. 2002-10-31 23:41:00 +00:00
service.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
session.c Sync 3.0 branch with head 2002-08-17 15:27:10 +00:00
sesssetup.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
srvstr.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
statcache.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
trans2.c First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. 2002-10-23 01:22:32 +00:00
uid.c Merges from HEAD: 2002-11-01 22:17:19 +00:00
utmp.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
vfs-wrap.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
vfs.c First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. 2002-10-23 01:22:32 +00:00