ira/wip.git
21 years agoIf the string does not convert back, print the buggy result.
Andrew Bartlett [Sun, 6 Apr 2003 12:01:44 +0000 (12:01 +0000)]
If the string does not convert back, print the buggy result.
(This used to be commit 98f76325542c0ab2e0bbcf082a15c6f8db27e37c)

21 years agoFix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.
Andrew Bartlett [Sun, 6 Apr 2003 11:19:26 +0000 (11:19 +0000)]
Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.

Andrew Bartlett
(This used to be commit a60fd29b43537935500f40a32fec553f2b52c0d3)

21 years agoThis commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the
Simo Sorce [Sun, 6 Apr 2003 09:35:16 +0000 (09:35 +0000)]
This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the
first run if idmap.tdb is not found, and then eventually convert it to the
new format.
This is done to unify winbind and idmap databases and to make a backup of
winbindd_idmap.tdb in case you want to downgrade (of course it will not be
updated).
This is needed because idmap.tdb contains also local mappings, not only
foreign domains mappings.

Added some other fixes/improvements

Simo.
(This used to be commit cf17261519fd8775500f9b9d6caa2bc462e04633)

21 years agoMake autogen.sh more portable by having it work on both Linux and FreeBSD
Richard Sharpe [Sun, 6 Apr 2003 02:46:10 +0000 (02:46 +0000)]
Make autogen.sh more portable by having it work on both Linux and FreeBSD
under sh and bash.
(This used to be commit 4070ff1c6907c0cc3a86db735e7df25352dfb625)

21 years agoFix building on platforms without ldap
Jelmer Vernooij [Sun, 6 Apr 2003 01:08:39 +0000 (01:08 +0000)]
Fix building on platforms without ldap
(This used to be commit 3f78ea7d06ae911f97c0a1a451e67fe00547e873)

21 years agoUpdate for other contributors to.
John Terpstra [Sat, 5 Apr 2003 23:39:01 +0000 (23:39 +0000)]
Update for other contributors to.
(This used to be commit d12a1bb8260673a5c280960b21957e68b241e540)

21 years agoFilling in some more blanks.
John Terpstra [Sat, 5 Apr 2003 23:27:16 +0000 (23:27 +0000)]
Filling in some more blanks.
(This used to be commit 157a5525d371b6c90d9d634eaf3d98fed648569a)

21 years agoFix debug handling in libsmbclient.c.
Richard Sharpe [Sat, 5 Apr 2003 19:41:33 +0000 (19:41 +0000)]
Fix debug handling in libsmbclient.c.

Also, PLEASE, PLEASE, PLEASE, do not include bashism and Cisms in shell
scripts.
(This used to be commit 7f6367aac8c5440e1d4e97b26571b205140488ae)

21 years agoFix typos / layout
Jelmer Vernooij [Sat, 5 Apr 2003 14:08:20 +0000 (14:08 +0000)]
Fix typos / layout
(This used to be commit fb20589e7c043ab1306051e80ca3f7476b1c6c58)

21 years agosome more idmapping :)
Simo Sorce [Sat, 5 Apr 2003 08:53:23 +0000 (08:53 +0000)]
some more idmapping :)
(This used to be commit 5ac94535d7b7ce0cc0d44b9a77d6e42ddfd0cd26)

21 years agoMore edits on profile management.
John Terpstra [Sat, 5 Apr 2003 07:33:29 +0000 (07:33 +0000)]
More edits on profile management.
(This used to be commit 7dac688c4d296433a62cc8665aab90ce387f6599)

21 years agoSome layout updates
Jelmer Vernooij [Sat, 5 Apr 2003 00:48:15 +0000 (00:48 +0000)]
Some layout updates
(This used to be commit 5827981c0dc8fd7e2af0c4490225566dafe9c334)

21 years agoSome more good stuff from coolo.
Richard Sharpe [Fri, 4 Apr 2003 23:39:16 +0000 (23:39 +0000)]
Some more good stuff from coolo.
(This used to be commit 41b320ffc560117c0184999e30cc69723f40acbe)

21 years agoReplace 'so' by $SHLIBEXT
Jelmer Vernooij [Fri, 4 Apr 2003 23:31:09 +0000 (23:31 +0000)]
Replace 'so' by $SHLIBEXT
(This used to be commit d0a767a7653f3fef846c62e9a0a20bcc68d87559)

21 years agoUse $SHLIBEXT, not .so
Jelmer Vernooij [Fri, 4 Apr 2003 23:11:38 +0000 (23:11 +0000)]
Use $SHLIBEXT, not .so
(This used to be commit 319d41201dcf07fc18a39df4f362aa2a0eb16200)

21 years ago- Add some entities for authors
Jelmer Vernooij [Fri, 4 Apr 2003 23:04:49 +0000 (23:04 +0000)]
- Add some entities for authors
- Layout improvements, fixing links
(This used to be commit 71441d3d7cc7922259302ff23c8fc1c9429d5934)

21 years agoRe-fix regression noticed by Tom Schaefer <tom@umsl.edu> due to
Jeremy Allison [Fri, 4 Apr 2003 21:58:42 +0000 (21:58 +0000)]
Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due to
correct delete on close semantics change.
Jeremy.
(This used to be commit 55d0ab0e307e16389cc470fa04a9d7b44043a4da)

21 years agoSome castiness for Don McCall.
Richard Sharpe [Fri, 4 Apr 2003 21:15:20 +0000 (21:15 +0000)]
Some castiness for Don McCall.
(This used to be commit b03ac852a86cf9f436ad2b994e09fb08dd929674)

21 years agoFix for very subtle POSIX lock interaction race condition found by
Jeremy Allison [Fri, 4 Apr 2003 20:38:25 +0000 (20:38 +0000)]
Fix for very subtle POSIX lock interaction race condition found by
Herb. We need to unlock POSIX locks before notifying pending lock
processes.
Jeremy.
(This used to be commit eb861e9d0fd79bbd9401ced8e55fe603c2aa7c1e)

21 years agoAdd entities for some common authors
Jelmer Vernooij [Fri, 4 Apr 2003 17:59:54 +0000 (17:59 +0000)]
Add entities for some common authors
(This used to be commit 60979d59b478191b95821dbde97a1b2a9406fc20)

21 years agoClaim some jobs :-)
Jelmer Vernooij [Fri, 4 Apr 2003 16:00:02 +0000 (16:00 +0000)]
Claim some jobs :-)
(This used to be commit 1699a50ef8462513baa372f69ee0ec775b5d9f91)

21 years agoUpdated notes by jht.
John Terpstra [Fri, 4 Apr 2003 15:41:07 +0000 (15:41 +0000)]
Updated notes by jht.
(This used to be commit d14e18e03aa5e17d41d0a3f319f5faad143d5a4d)

21 years agoObsoleted files. All content of value is now in the HOWTO Collection.
John Terpstra [Fri, 4 Apr 2003 15:32:45 +0000 (15:32 +0000)]
Obsoleted files. All content of value is now in the HOWTO Collection.
(This used to be commit 6e97a81a1f135bff4d9b4dbfa72f5d23be9ba197)

21 years agoThis is a merge of the NETLOGON schannel server code from Samba
Volker Lendecke [Fri, 4 Apr 2003 15:21:04 +0000 (15:21 +0000)]
This is a merge of the NETLOGON schannel server code from Samba
TNG. Actually, it exists in the main Samba cvs tree in APPLIANCE_TNG
as I found out later :-)

It adds a new parameter: server schannel = yes/auto/no defaulting to
auto.

What does this mean to the user: No requireSignOrSeal registry patch
for XP anymore.

Many thanks for this code to Luke Leighton, Elrond and anybody else I
forgot to mention.

My next thing will be to see if this applies cleanly to 3_0.

Please test and comment!

Volker
(This used to be commit e1f953241eb020f19fe657f29afdae28dcf5a03b)

21 years agoUpdated CUPS info from Kurt Pfiefle's Samba-2.2 docs.
John Terpstra [Fri, 4 Apr 2003 05:12:33 +0000 (05:12 +0000)]
Updated CUPS info from Kurt Pfiefle's Samba-2.2 docs.
(This used to be commit ec8f717f7760f2e40da6b32b12c6b40872b81190)

21 years agoSome update and Fixes for typos.
John Terpstra [Fri, 4 Apr 2003 04:25:37 +0000 (04:25 +0000)]
Some update and Fixes for typos.
(This used to be commit 64b1a9634a514591c68e61cd1d18ae927807d14e)

21 years agoNew docs added.
John Terpstra [Fri, 4 Apr 2003 03:56:01 +0000 (03:56 +0000)]
New docs added.
(This used to be commit 679191bfd5ad762a03df7d76c50330797ed2fc3d)

21 years agoMore docs updates. Much more under way.
John Terpstra [Fri, 4 Apr 2003 03:52:35 +0000 (03:52 +0000)]
More docs updates. Much more under way.
(This used to be commit ed6fd02ff806c7cda9fb05fe3b2bf96be164c1ec)

21 years agoMerge from Subversion r50.
Martin Pool [Fri, 4 Apr 2003 03:16:27 +0000 (03:16 +0000)]
Merge from Subversion r50.
(This used to be commit 480487355929ec5ec066b33630c06c3a30bcca49)

21 years agoMerge from Subversion:
Martin Pool [Fri, 4 Apr 2003 03:14:48 +0000 (03:14 +0000)]
Merge from Subversion:

Add example of a test that fails.
(This used to be commit 1b1bb8ac37464339a7bffc84eb6d96ee1ae7d33d)

21 years agot_doschar: Test harness that exercises check_dos_char()
Martin Pool [Fri, 4 Apr 2003 03:09:42 +0000 (03:09 +0000)]
t_doschar: Test harness that exercises check_dos_char()
(This used to be commit 54f4df0301f21c91218abf6f17cae097e755fd7f)

21 years agoTest harness that exercises check_dos_char()
Martin Pool [Fri, 4 Apr 2003 03:07:07 +0000 (03:07 +0000)]
Test harness that exercises check_dos_char()
(This used to be commit 346c763fd1f5d7ef51ca3f748a276d9982275bfe)

21 years agoFix the new storage code to correctly convert from system queue info to
Jeremy Allison [Fri, 4 Apr 2003 01:02:50 +0000 (01:02 +0000)]
Fix the new storage code to correctly convert from system queue info to
pjob info. Ensure we retrieve more than one job from the storage code.
Jeremy.
(This used to be commit 5dc3150ff3fc05e71faad76e83079c60f62bac4f)

21 years agoSAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>
Tim Potter [Fri, 4 Apr 2003 00:52:42 +0000 (00:52 +0000)]
SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>
(This used to be commit 67bc6bccc22e22e2a6e5cae7c57a1b2b53f49dfd)

21 years agoFix compiler warning - cli_lsa_query_info_policy actually returns the
Tim Potter [Fri, 4 Apr 2003 00:41:07 +0000 (00:41 +0000)]
Fix compiler warning - cli_lsa_query_info_policy actually returns the
domain name.  We were passing in an already initialised string which was
causing the warning.
(This used to be commit 18685d137e2db6e4e93c655f1c4a97116a36c02c)

21 years agoUpdated warning messages for when configure.in is updated.
Tim Potter [Fri, 4 Apr 2003 00:36:11 +0000 (00:36 +0000)]
Updated warning messages for when configure.in is updated.
(This used to be commit 516e6c2e00d17d73bcfacb8dd4eadfb831fef22a)

21 years agoRemoved unused variables.
Tim Potter [Fri, 4 Apr 2003 00:30:50 +0000 (00:30 +0000)]
Removed unused variables.
(This used to be commit 32d1dd19bb0b6abc6508ce65d5129acea79225bf)

21 years agoFixed compiler warning.
Tim Potter [Fri, 4 Apr 2003 00:28:38 +0000 (00:28 +0000)]
Fixed compiler warning.
(This used to be commit 9c706be7b4417a1dc36866c3bad7a156f30b8af6)

21 years agobetter method of locating autoconf and autoheader; patch by Willi Mann
Gerald Carter [Fri, 4 Apr 2003 00:14:02 +0000 (00:14 +0000)]
better method of locating autoconf and autoheader; patch by Willi Mann
(This used to be commit 4475d471796e505c4b56814615edf58536b1b7cb)

21 years agoAbort configure if --with-ads and --without-ldap.
Tim Potter [Fri, 4 Apr 2003 00:00:47 +0000 (00:00 +0000)]
Abort configure if --with-ads and --without-ldap.
(This used to be commit 3ac60d2ceb1495a5ee691810678d29dea2667a7a)

21 years agoConvert RoutedNetworks to SGML
Jelmer Vernooij [Thu, 3 Apr 2003 18:54:40 +0000 (18:54 +0000)]
Convert RoutedNetworks to SGML
(This used to be commit c38bdb2aa0a96006094d1455b23183e97b2e7b2a)

21 years agoUpdate docs status. We have only 1 program left to document (wrepld),
Jelmer Vernooij [Thu, 3 Apr 2003 18:41:28 +0000 (18:41 +0000)]
Update docs status. We have only 1 program left to document (wrepld),
and 3 manpages to finished (net, smb.conf, ntlm_auth)
(This used to be commit abfd78c7e37c6868585d1007bdf010b0eddae624)

21 years agoDocument remaining commands
Jelmer Vernooij [Thu, 3 Apr 2003 18:29:34 +0000 (18:29 +0000)]
Document remaining commands
(This used to be commit 0428827ab1141bb3ce97afe78c0c62d4ce96fa18)

21 years agoFix formatting of rpcclient manpage
Jelmer Vernooij [Thu, 3 Apr 2003 18:17:49 +0000 (18:17 +0000)]
Fix formatting of rpcclient manpage
(This used to be commit 13d79e38a6eaecbf6ce8369aaa5f2eeea7109667)

21 years ago- Use entities in smbsh.1
Jelmer Vernooij [Thu, 3 Apr 2003 18:07:29 +0000 (18:07 +0000)]
- Use entities in smbsh.1
- First update of commands in rpcclient.1
(This used to be commit 82664c099d5478bab1f6f6e032e09b539f06631f)

21 years agoUpdate manpages for 3.0
Jelmer Vernooij [Thu, 3 Apr 2003 17:44:51 +0000 (17:44 +0000)]
Update manpages for 3.0
(This used to be commit edd15d36f528b64f3ab961908bcd43111e08244b)

21 years agoUpdate to 3.0
Jelmer Vernooij [Thu, 3 Apr 2003 17:26:55 +0000 (17:26 +0000)]
Update to 3.0
(This used to be commit 2259117e6505c0ccb1b4ece78e2355b7493d1b2f)

21 years agoUpdate for 3.0
Jelmer Vernooij [Thu, 3 Apr 2003 17:26:13 +0000 (17:26 +0000)]
Update for 3.0
(This used to be commit 4e2828165b664ed90ddde308acc06fffb9db4947)

21 years agoUpdate for 3.0
Jelmer Vernooij [Thu, 3 Apr 2003 17:09:33 +0000 (17:09 +0000)]
Update for 3.0
(This used to be commit 28ba8dabb3abba2e787f424ab4e7550e5f8b6524)

21 years agoGive warning if 'drvupgrade' doesn't get a parameter
Jelmer Vernooij [Thu, 3 Apr 2003 15:43:16 +0000 (15:43 +0000)]
Give warning if 'drvupgrade' doesn't get a parameter
(This used to be commit 55d9ef08a7585f69466cd4c0b30ce33841d52b33)

21 years agoAdd documentation for new messages in 3.0
Jelmer Vernooij [Thu, 3 Apr 2003 15:41:36 +0000 (15:41 +0000)]
Add documentation for new messages in 3.0
(This used to be commit c44cc1be750b86a0bc9dd8063aef13c9c19176f6)

21 years agoRemove compile info
Jelmer Vernooij [Thu, 3 Apr 2003 14:33:59 +0000 (14:33 +0000)]
Remove compile info
(This used to be commit 0aba351a6218ac4d33db7fbbfba4e8c3097cb68a)

21 years agoFix typo
Jelmer Vernooij [Thu, 3 Apr 2003 14:11:09 +0000 (14:11 +0000)]
Fix typo
(This used to be commit 028b05e1bb366fa075541177a253749bb38f5ea7)

21 years agoMore doco updates. Another few days and it will be cooked.
John Terpstra [Thu, 3 Apr 2003 09:50:33 +0000 (09:50 +0000)]
More doco updates. Another few days and it will be cooked.
(This used to be commit 79e66288f96b029208d11b3aa095002de9447020)

21 years agoFix a compile warning in slprintf format string.
Tim Potter [Thu, 3 Apr 2003 06:16:53 +0000 (06:16 +0000)]
Fix a compile warning in slprintf format string.

Possible typo: winbind_idmap_methods -> winbindd_idmap_methods

Fix wrong format char when generating a ldap filter string.
(This used to be commit f9cb23e68753337676876b97b145e04ad423e184)

21 years agoThe ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):
Jim McDonough [Thu, 3 Apr 2003 03:30:25 +0000 (03:30 +0000)]
The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):

This patch moves the ldap routines out of passdb into a generic
library and implements an LDAP backend for IDMAP.  THe backend
can be enabled with "idmap backend = ldap" in smb.conf.  THere
are also schema changes to make sure to update teh ldap schema files.
(This used to be commit 87c7c582c60521da3a93d997386fe79935012aea)

21 years agoFixup swat warning.
Jeremy Allison [Thu, 3 Apr 2003 01:51:11 +0000 (01:51 +0000)]
Fixup swat warning.
Fix winbindd dual mode in the same was as in APP_HEAD. "Ken Cross" <kcross@nssolutions.com>
noticed the problem.
Jeremy.
(This used to be commit 214b217b276f43edfddd1664afaae0fa6b2c319f)

21 years agowinbindd should depend on IDMAP_OBJ too, not just link with it
Jelmer Vernooij [Wed, 2 Apr 2003 21:48:33 +0000 (21:48 +0000)]
winbindd should depend on IDMAP_OBJ too, not just link with it
(This used to be commit 3e2b73fcc1b1a202df27a653c48fc43c2fc28bbb)

21 years agoMore of coolo's changes for UTF-8 and some minor fixes of mine.
Richard Sharpe [Wed, 2 Apr 2003 20:17:28 +0000 (20:17 +0000)]
More of coolo's changes for UTF-8 and some minor fixes of mine.
(This used to be commit 21a99fdec321c44e31b69589248ff8d1cb927577)

21 years agoThere's no need to use LDAP_CFLAGS, just use CFLAGS
Jelmer Vernooij [Wed, 2 Apr 2003 18:49:36 +0000 (18:49 +0000)]
There's no need to use LDAP_CFLAGS, just use CFLAGS
(This used to be commit 5d2fd222a9e4cccd232e492d1aea1dc7a64a1400)

21 years agoOnly use cflags and libs from krb5 when they appear to be working - fixes
Jelmer Vernooij [Wed, 2 Apr 2003 18:45:47 +0000 (18:45 +0000)]
Only use cflags and libs from krb5 when they appear to be working - fixes
build on BSD machines that have a krb5-config that returns @INCLUDE_des@ for
--cflags
(This used to be commit e05d78699c6cf6a8340f85e4f55c871fbc100ebf)

21 years agoCommit some more fixes for Coolo ...
Richard Sharpe [Wed, 2 Apr 2003 18:32:31 +0000 (18:32 +0000)]
Commit some more fixes for Coolo ...
(This used to be commit e1a159c55fdeaa1620a3147105be4efd205560ba)

21 years agoRegenerate docs
Jelmer Vernooij [Wed, 2 Apr 2003 18:07:52 +0000 (18:07 +0000)]
Regenerate docs
(This used to be commit 20ee66b661e295cc9fb66f00b16de3b382a7e723)

21 years agoUse entity for percent sign
Jelmer Vernooij [Wed, 2 Apr 2003 17:54:25 +0000 (17:54 +0000)]
Use entity for percent sign
(This used to be commit 94eaa378dab7d15ad3896b89d2584309ea2d8c69)

21 years agoAdd static
Jelmer Vernooij [Wed, 2 Apr 2003 17:10:05 +0000 (17:10 +0000)]
Add static
(This used to be commit 674d0ca5d84b64be395fbeff773c8dd8aeb1518c)

21 years agoAdd const (from a patch by Stephan Kulow <coolo@kde.org>)
Jelmer Vernooij [Wed, 2 Apr 2003 17:04:33 +0000 (17:04 +0000)]
Add const (from a patch by Stephan Kulow <coolo@kde.org>)
(This used to be commit 8b5ad24231e5001e612c5fd4bbde2762caef5856)

21 years agoAdd KRB5LIBS to smbmount
Jelmer Vernooij [Wed, 2 Apr 2003 15:46:25 +0000 (15:46 +0000)]
Add KRB5LIBS to smbmount
(This used to be commit cdaa3bf12e656dbd797882e89ce39ad76c45f6b6)

21 years agoLink in lib/snprintf.o with editreg for use on systems that don't have snprintf
Jelmer Vernooij [Wed, 2 Apr 2003 15:42:44 +0000 (15:42 +0000)]
Link in lib/snprintf.o with editreg for use on systems that don't have snprintf
(This used to be commit 7cd2c4474579114318554bc3b87b518fed218a93)

21 years agoAdd EDITREG_OBJ
Jelmer Vernooij [Wed, 2 Apr 2003 15:25:19 +0000 (15:25 +0000)]
Add EDITREG_OBJ
(This used to be commit fef586d6cd9a4a754da858a29409ed2a7824cad1)

21 years agoOnly link in popt when we need it
Jelmer Vernooij [Wed, 2 Apr 2003 15:08:31 +0000 (15:08 +0000)]
Only link in popt when we need it
(This used to be commit a5a980eb3efb37a6becacf043692361bdb4174b0)

21 years agoMap a useless error code to a useful one...
Andrew Bartlett [Wed, 2 Apr 2003 15:04:47 +0000 (15:04 +0000)]
Map a useless error code to a useful one...
(This used to be commit 1afb2695a020424d014c4dee9c6a73620281aaa8)

21 years agoPrint out the 'freindly' error message from winbind. Also print useful
Andrew Bartlett [Wed, 2 Apr 2003 15:03:07 +0000 (15:03 +0000)]
Print out the 'freindly' error message from winbind.  Also print useful
information into it re the privilaged pipe.

Also clean up some bugs in winbindd_pam.c

Andrew Bartlett
(This used to be commit e73b01204a8625946ff0fb5f9fc99dd959eb801c)

21 years agoOnly link in libs when they are actually used. Works great here and on
Jelmer Vernooij [Wed, 2 Apr 2003 14:59:21 +0000 (14:59 +0000)]
Only link in libs when they are actually used. Works great here and on
one of my other boxes. I'll watch the buildfarm.
(This used to be commit 266c3970df9f5f9f617c49eee666c1db8e10c855)

21 years agoFix searching master ip by bcast when old master has gone away (based on patch by...
Jelmer Vernooij [Wed, 2 Apr 2003 14:11:51 +0000 (14:11 +0000)]
Fix searching master ip by bcast when old master has gone away (based on patch by Stephan Kulow <coolo@kde.org>)
(This used to be commit 5c0e4b4dc630bd304f53c37f2340f954190b7aef)

21 years agoUpdate ntlm_auth and winbind manpages.
Andrew Bartlett [Wed, 2 Apr 2003 13:54:06 +0000 (13:54 +0000)]
Update ntlm_auth and winbind manpages.

Andrew Bartlett
(This used to be commit 441d6952bdaff94e387a11f5f524359f3bbbeefb)

21 years agoerror_string, not error_message...
Andrew Bartlett [Wed, 2 Apr 2003 13:49:51 +0000 (13:49 +0000)]
error_string, not error_message...
(This used to be commit ce197eae8d254114a295142b522cc028c375ae88)

21 years agoClean up ntlm_auth a bit, and add a --diagnositics swtich, to check that
Andrew Bartlett [Wed, 2 Apr 2003 13:34:53 +0000 (13:34 +0000)]
Clean up ntlm_auth a bit, and add a --diagnositics swtich, to check that
the returned session key is the one that we expect to get for that each
of login.

Andrew Bartlett
(This used to be commit fa47e44b9caba98e0b85782f3057e6cb8a5763ff)

21 years agoRenegerate docs after John's changes
Jelmer Vernooij [Wed, 2 Apr 2003 12:28:46 +0000 (12:28 +0000)]
Renegerate docs after John's changes
(This used to be commit 597b23e9fbbd4b5024d9d839151b9083efc02b5c)

21 years agoAdd const
Jelmer Vernooij [Wed, 2 Apr 2003 11:06:42 +0000 (11:06 +0000)]
Add const
(This used to be commit 7dccd144b74d8c752a4b8c80fa5b3e6b2d11eaa2)

21 years agoTHE Idmap patch :-)
Simo Sorce [Wed, 2 Apr 2003 10:36:02 +0000 (10:36 +0000)]
THE Idmap patch :-)

includes a --with-idmap=no switch to disable idmap usage if you find
problems.

cosmetic fixes and param aliases to separate winbind from idamp roles.

A temporarily remote idmap winbind compatibility backend.
As I have time I will further change code to not call directly winbind
(partly done but not tested) and a specilized module will be built in place
for the current glue hack.

The patch has been tested locally in my limited time, the patch is simple and
clear and should not reserve problems, if any just disable it.

As usual, comments and fisex are welcome :-)

Simo.
(This used to be commit 02781320476ed1b7ee5d943fa36f9a66ab67f208)

21 years agoFix a crash bug if LDAP doesn't fill in ld_error.
Andrew Bartlett [Wed, 2 Apr 2003 08:28:32 +0000 (08:28 +0000)]
Fix a crash bug if LDAP doesn't fill in ld_error.

Andrew Bartlett
C VS: ----------------------------------------------------------------------
(This used to be commit d84a3fc522a588bdcd36cb86df304572947a456a)

21 years agoUpdate to current projdoc level.
John Terpstra [Wed, 2 Apr 2003 05:23:36 +0000 (05:23 +0000)]
Update to current projdoc level.
(This used to be commit 979283d6e91b68e1b52dbcffc52dd3750025fa23)

21 years agoFixing typos. Who put them typos in there? Argh!
John Terpstra [Wed, 2 Apr 2003 05:22:55 +0000 (05:22 +0000)]
Fixing typos. Who put them typos in there? Argh!
(This used to be commit 57d5a6862872be985bda67431f44a1f8491e3a81)

21 years agoSubtle changes to message handling after ENUMJOBS.
Jeremy Allison [Wed, 2 Apr 2003 02:26:01 +0000 (02:26 +0000)]
Subtle changes to message handling after ENUMJOBS.
Jeremy.
(This used to be commit 48f3bf0ea51b9fd09dfb017870e32ca4a8cc4b8c)

21 years agoAnd yet another doco update. Yet more to follow soon.
John Terpstra [Wed, 2 Apr 2003 00:05:38 +0000 (00:05 +0000)]
And yet another doco update. Yet more to follow soon.
(This used to be commit d309f39f6422aabd4ee95753d7cf5d07512dd345)

21 years agoMore of the documentation overhaul. More to follow.
John Terpstra [Wed, 2 Apr 2003 00:04:36 +0000 (00:04 +0000)]
More of the documentation overhaul. More to follow.
(This used to be commit 8333c4709e239a7b8bef6f7a5050a7f8a1ffbe7d)

21 years agoOHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that using
Andrew Bartlett [Wed, 2 Apr 2003 00:03:52 +0000 (00:03 +0000)]
OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that using
decoded.length after it's been zero'ed out by data_blob_free() doesn't
give you the original length...

Andrew Bartlett
(This used to be commit 647a720cfb06bdf0dfc8fcdcab50aadcceb0494d)

21 years ago- Update documentation of 'wins server' (add info about tags, namespaces)
Jelmer Vernooij [Tue, 1 Apr 2003 19:48:15 +0000 (19:48 +0000)]
- Update documentation of 'wins server' (add info about tags, namespaces)
(This used to be commit 1a3f8a5f8ad97b2d431b22fbda74cc3f2400e2f9)

21 years agoUse <note> instead of <emphasis>NOTE</emphasis> (gives much nicer output)
Jelmer Vernooij [Tue, 1 Apr 2003 17:06:16 +0000 (17:06 +0000)]
Use <note> instead of <emphasis>NOTE</emphasis> (gives much nicer output)
(This used to be commit 3e10d92746c645ae22756bca92046b2e26087ad2)

21 years agofix potential handle leak in _spoolss_open_printer_ex(); final fix for CR2102; review...
Gerald Carter [Tue, 1 Apr 2003 14:58:42 +0000 (14:58 +0000)]
fix potential handle leak in _spoolss_open_printer_ex(); final fix for CR2102; reviewed by jra
(This used to be commit 3d37e1ece913707f346c3c2459c3c42192a3a1a7)

21 years agoFix build of shared xml/mysql modules
Jelmer Vernooij [Tue, 1 Apr 2003 11:25:34 +0000 (11:25 +0000)]
Fix build of shared xml/mysql modules
(This used to be commit 860e4c45619bcd99c6e4a1eb980c5b8dac79b6c0)

21 years agochanged the order of checking whether a SID is a UID or a GID in posix
Andrew Tridgell [Tue, 1 Apr 2003 11:12:42 +0000 (11:12 +0000)]
changed the order of checking whether a SID is a UID or a GID in posix
acls. This is needed because sid_to_uid always claims that the sid is
a user, due ot a change I made some months back.

This change was suggested by Chere Zhou, but is really an interim
measure. Chere is looking at a longer term solution.
(This used to be commit b3edfa91964d2edfd1692fa58f98de00405e14c4)

21 years agoreversed the sense of the TCON test, now that we know that win2003
Andrew Tridgell [Tue, 1 Apr 2003 10:56:23 +0000 (10:56 +0000)]
reversed the sense of the TCON test, now that we know that win2003
fixes this. This means that TCON fails on win2000, but passes on Samba
and win2003
(This used to be commit 591a500ed77870bc72acb94f2fd24070b7d617b6)

21 years agoUpdate some info and typos in PAM-Authentication-And-Samba
Jelmer Vernooij [Mon, 31 Mar 2003 21:48:59 +0000 (21:48 +0000)]
Update some info and typos in PAM-Authentication-And-Samba
(This used to be commit a4bbe4acf7262361931764a6c6cdd56a05fe86d4)

21 years agoMore doc updates:
Jelmer Vernooij [Mon, 31 Mar 2003 21:42:19 +0000 (21:42 +0000)]
More doc updates:
- Move information about compiling with ADS support to appendix about compiling
- Make DOMAIN_MEMBER NT4-domain only (because current ADS info was incomplete and becoming an ADS domain member is documented more properly in ADS-HOWTO)
(This used to be commit efe3dd876ac61af0abc46539369860216eeca79b)

21 years agoUpdate NT_Security for 3.0
Jelmer Vernooij [Mon, 31 Mar 2003 21:08:23 +0000 (21:08 +0000)]
Update NT_Security for 3.0
(This used to be commit 6cb01d215621af0cb6ecd3e503ca0182f448c4a2)

21 years agoAdd basic documentation on editreg
Jelmer Vernooij [Mon, 31 Mar 2003 21:01:05 +0000 (21:01 +0000)]
Add basic documentation on editreg
(This used to be commit 137254a16cf48a37be53477713dd41af7a81f505)

21 years agoAdd very basic documentation for ntlm_auth
Jelmer Vernooij [Mon, 31 Mar 2003 20:53:18 +0000 (20:53 +0000)]
Add very basic documentation for ntlm_auth
(This used to be commit e09a6fe276f01890604f4af327a91a373a886d2c)

21 years agoRemove useless popt options
Jelmer Vernooij [Mon, 31 Mar 2003 20:37:31 +0000 (20:37 +0000)]
Remove useless popt options
(This used to be commit 861b2a464fed3a16f050972feed1900298fb0bcb)

21 years agofix potential smbd crash when we fail to alloacte a policy handle for a printer open...
Gerald Carter [Mon, 31 Mar 2003 17:39:21 +0000 (17:39 +0000)]
fix potential smbd crash when we fail to alloacte a policy handle for a printer open; CR 2102 (reviewed by jreilly)
(This used to be commit a179c2cefb15b1b8869a83fe5f14a85d1eb96114)