1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3
Andrew Bartlett 6ace723c44 Get 'add user script' working again for Samba 3.0.
I'm still not convinced that sharing the option name with the administrative
code is the best idea, but anyway...

Tested by vl, bug #41.

Andrew Bartlett
(This used to be commit 9d78f064c5)
2003-05-25 23:56:41 +00:00
..
aparser
auth Get 'add user script' working again for Samba 3.0. 2003-05-25 23:56:41 +00:00
bin Ignore t_snprintf binary. 2003-04-28 05:28:48 +00:00
client Fix non-constant initialiser for Sun CC. 2003-05-13 06:13:36 +00:00
codepages
groupdb And finally IDMAP in 3_0 2003-05-12 18:12:31 +00:00
include updating version 2003-05-22 14:53:02 +00:00
intl Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
lib Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. Now we are defaulting to --with-quotas=no but anyway trying to test them in configure. This is done to get information about as much quota API variations as possible -- when --with-quotas=no this does not affect build but provides us with more detailed information on build farm. 2003-05-14 14:38:11 +00:00
libads Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups. 2003-05-15 19:43:21 +00:00
libsmb fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the unicode plain text password if negoitated 2003-05-21 16:12:07 +00:00
locking More fixes for debug log to catch logic error. 2003-05-22 18:56:51 +00:00
modules Ignore *.po files. 2003-05-23 02:01:07 +00:00
msdfs Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out 2003-05-14 10:59:01 +00:00
nmbd Fix bug #98: DNS compression is required for proper building of the 2003-05-20 13:49:53 +00:00
nsswitch Bug 83: fixes for building when $srcdir != $builddir from David Lee 2003-05-23 01:59:43 +00:00
pam_smbpass And finally IDMAP in 3_0 2003-05-12 18:12:31 +00:00
param *****LDAP schema changes***** 2003-05-14 03:32:20 +00:00
passdb fix bug #108; sambaSambaAccount string attributes are case insensitive; don't try to change a string that only differs in case 2003-05-22 17:07:41 +00:00
po
popt
printing Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out 2003-05-14 10:59:01 +00:00
profile sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
python Fix for bug #60. Our autoconf code adds both libraries and linker 2003-05-05 06:21:26 +00:00
registry Fix broken regexp in cvsignore for *.po{,32} files. 2003-04-14 05:38:48 +00:00
rpc_client Clarify a comment: The secure channel connection must be opened on the 2003-05-16 01:57:57 +00:00
rpc_parse Fix an insufficient alloc when querying alias members. 2003-05-24 14:52:48 +00:00
rpc_server fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unless we are trying to be an ADS DC 2003-05-22 15:27:27 +00:00
rpcclient Reverse previous patch from Stefan and me after comments by Andrew Bartlett 2003-05-10 11:49:51 +00:00
sam add idmap_winbind unless I made a better way to solve SID type for domain 2003-05-16 06:20:33 +00:00
script Bug 83: fixes for building when $srcdir != $builddir from David Lee 2003-05-23 01:59:43 +00:00
smbd Stat opens can have fsp->fd == -1 and will have a share entry. Ensure 2003-05-22 20:31:35 +00:00
smbwrapper Patch from Guenther Deschner to fix build with gcc 3.2 2003-04-24 03:55:22 +00:00
stf Add a new entry to make check. If we have compiled python extensions, 2003-05-05 06:22:36 +00:00
tdb spelling 2003-05-14 00:46:43 +00:00
tests
torture Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macros at system side. We currently have one clash with AIX and its VFS_LOCK. Compiled and tested -- no new functionality or code, just plain rename of macros for yet-unreleased VFS API version. Needs to be done before a24 is out 2003-05-14 10:59:01 +00:00
ubiqx Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00
utils Fix bug #96: Use DNS decompression to properly parse cldap netlogon 2003-05-20 13:51:43 +00:00
web Reverse previous patch from Stefan and me after comments by Andrew Bartlett 2003-05-10 11:49:51 +00:00
wrepld Reverse previous patch from Stefan and me after comments by Andrew Bartlett 2003-05-10 11:49:51 +00:00
.cvsignore syncup with head 2003-04-02 06:00:22 +00:00
.dmallocrc
aclocal.m4 Add NT quota support. Patch from Stefan (metze) Metzemacher 2003-05-12 01:20:17 +00:00
autogen.sh Merge of head(1) portability patch. 2003-05-22 00:49:24 +00:00
change-log Remove reference to obsolete samba-bugs address. 2003-02-19 00:13:23 +00:00
config.guess Syncup with version of config.guess from HEAD. 2003-04-14 02:12:02 +00:00
config.sub Update config.guess, config.sub to the versions from the GNU autotools 2003-02-17 23:49:01 +00:00
configure.developer Use "$@" to preserve shell quoting in case somebody passes an escaped 2003-03-10 03:05:20 +00:00
configure.in Bug 83: fixes for building when $srcdir != $builddir from David Lee 2003-05-23 01:59:43 +00:00
Doxyfile Remove reference to "mainpage.dox" and CodingStandards, which have 2003-02-28 04:02:16 +00:00
dynconfig.c merge from HEAD - enable dynamic RPC modules 2003-02-14 00:48:28 +00:00
install-sh
mainpage.dox Remove reference to "mainpage.dox" and CodingStandards, which have 2003-02-28 03:59:47 +00:00
Makefile.in Don't use extensions like '\t' in a sed script. It breaks the make proto. 2003-05-23 18:31:57 +00:00
smbadduser small merges from SAMBA_3_0; mostly typos, renames, etc... 2003-01-15 18:31:46 +00:00