sfrench/samba-autobuild/.git
20 years agofixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. The
Andrew Tridgell [Sun, 1 Jun 2003 13:25:16 +0000 (13:25 +0000)]
fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. The
structure we were using was completely wrong after the first few
parameters.

found by samba4 testsuite. Lots of other stuff also fails, but is
harder to fix.
(This used to be commit 6f34bd423ebb805e1e5a3b61bb5b2ca8530ce69d)

20 years agoUpdate the doco on 'restrict anonymous' (note that 'guest ok' kills off the
Andrew Bartlett [Sun, 1 Jun 2003 06:40:35 +0000 (06:40 +0000)]
Update the doco on 'restrict anonymous' (note that 'guest ok' kills off the
benifit of RA=2), explain better what 'ntlm auth' and 'lanman auth' do, and
fix use spnego - all win2k clients use spnego.

Work on the client-side still needs to be done, but I realised that I need
to add a paramter to close off all plaintext authentication before documenting
'client lanman auth' will make any sense.

Andrew Bartlett
(This used to be commit f264846537d7aa66e7bbb71c17bf215dc23f07e2)

20 years agoBringing packaging/Debian/ up to date with the current Samba package
Eloy Paris [Sun, 1 Jun 2003 04:30:13 +0000 (04:30 +0000)]
Bringing packaging/Debian/ up to date with the current Samba package
in Debian unstable. The stuff here was ages old...
(This used to be commit 5646df8bfb327d74f9c07fc219023a5aecdbc70d)

20 years agoFix typo.
John Terpstra [Sun, 1 Jun 2003 03:51:29 +0000 (03:51 +0000)]
Fix typo.
(This used to be commit fec33ad1b2e3e2b232195f627f272bdc5ab39a49)

20 years agoMore minor edits.
John Terpstra [Sun, 1 Jun 2003 03:47:32 +0000 (03:47 +0000)]
More minor edits.
(This used to be commit dcc3ed1a8037c0872383bdbeba511322f55c12c5)

20 years agoAdded Common Error.
John Terpstra [Sun, 1 Jun 2003 02:09:14 +0000 (02:09 +0000)]
Added Common Error.
(This used to be commit a3940a2945b1237e97cadc09100f98e8cdce3e50)

20 years agoAdd index
Jelmer Vernooij [Sun, 1 Jun 2003 01:35:00 +0000 (01:35 +0000)]
Add index
(This used to be commit 4515b67c68778e5f16e65e30a4d29ca6106ddfd6)

20 years ago-l has become -L
Jelmer Vernooij [Sun, 1 Jun 2003 01:19:27 +0000 (01:19 +0000)]
-l has become -L
(This used to be commit ed996fc63ce0a61f598fb3cbf7f7c692a6317d8d)

20 years agoMore edits.
John Terpstra [Sun, 1 Jun 2003 01:11:52 +0000 (01:11 +0000)]
More edits.
(This used to be commit 57b0e6b680eab9d580a835439ee1535033fbc81c)

20 years agoAnother update / edit. Still working on this.
John Terpstra [Sun, 1 Jun 2003 00:28:21 +0000 (00:28 +0000)]
Another update / edit. Still working on this.
(This used to be commit 62644afa90ef2cc4723b8d4cac010b4d0b8341c9)

20 years agoAdded more on anatomy of PAM. Note: This file is broken!
John Terpstra [Sat, 31 May 2003 23:16:43 +0000 (23:16 +0000)]
Added more on anatomy of PAM. Note: This file is broken!
(This used to be commit 471d7480a793a1325559e2f75e3c85b88a0dedff)

20 years agoAdding new docs.
John Terpstra [Sat, 31 May 2003 20:22:40 +0000 (20:22 +0000)]
Adding new docs.
(This used to be commit c8fce1cebb3dc93a7855daaf0ce722d8fbc04fed)

20 years agoA few fixes, a little tweaking, and it's getting into shape. Back to work now ...
John Terpstra [Sat, 31 May 2003 16:48:31 +0000 (16:48 +0000)]
A few fixes, a little tweaking, and it's getting into shape. Back to work now ...
(This used to be commit be8b388a5a6995dca9463a9fd8588918fad4af11)

20 years agoFix compile.
Volker Lendecke [Sat, 31 May 2003 09:10:32 +0000 (09:10 +0000)]
Fix compile.
(This used to be commit 3ac622532a27659b9f9e26b1aa6858ce156641ac)

20 years agoGot us happy running under valgrind again :-).
Jeremy Allison [Sat, 31 May 2003 02:03:58 +0000 (02:03 +0000)]
Got us happy running under valgrind again :-).
Jeremy.
(This used to be commit b6ab9d73610861d225d72845d4df7cf970155e39)

20 years agoFixes to stop valgrind complaining about uninitialised memory when it's
Jeremy Allison [Sat, 31 May 2003 01:48:59 +0000 (01:48 +0000)]
Fixes to stop valgrind complaining about uninitialised memory when it's
copying clobbered buffer areas and doing hashes on them and sending
them onto the wire.
Jeremy.
(This used to be commit 7dfcf714ae2e81fece489640e2341f132c9f567d)

20 years agoEnsure 'blank' entries show up in both default and normal entries to
Jeremy Allison [Fri, 30 May 2003 23:07:33 +0000 (23:07 +0000)]
Ensure 'blank' entries show up in both default and normal entries to
allow them to be changed. Works well with W2K and above.
Jeremy.
(This used to be commit 685e4e518236079f201650f26152f6f9ad3c61ab)

20 years agoMore on bug 137: rename more of krb5_xxx functions to not start with krb5_
Jim McDonough [Fri, 30 May 2003 20:11:34 +0000 (20:11 +0000)]
More on bug 137: rename more of krb5_xxx functions to not start with krb5_
(This used to be commit 10f1da3f4a9680a039a2aa26301b97e31c06c38d)

20 years agoMore on bug 137: rename remainder of krb5_xxx functions to not start with krb5_
Jim McDonough [Fri, 30 May 2003 20:03:18 +0000 (20:03 +0000)]
More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_
(This used to be commit 4169de6d8fb1b13de3892ec787886cc1543736a1)

20 years agoFix bug #137: krb5_set_password is already defined in MIT 1.3 libs, so
Jim McDonough [Fri, 30 May 2003 19:51:09 +0000 (19:51 +0000)]
Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, so
we wouldn't build.
(This used to be commit 0e9836c4e9e71494b10d71a5f3d5f7da2888c5ef)

20 years agoRemove module_path_get_name() - it's not used anywhere anymore and was a bad idea...
Jelmer Vernooij [Fri, 30 May 2003 16:36:38 +0000 (16:36 +0000)]
Remove module_path_get_name() - it's not used anywhere anymore and was a bad idea anyway.
(This used to be commit b45a67e7a9d0fab5b4af701a9fd483cc4897ab7f)

20 years agoUpdate for new API. Fixes bug #89
Jelmer Vernooij [Fri, 30 May 2003 16:28:42 +0000 (16:28 +0000)]
Update for new API. Fixes bug #89
(This used to be commit 2e894f279c4517bcaddb14e42d9bd732117b7694)

20 years agoChange get_nt_acl() to include security_info wanted. Only return this.
Jeremy Allison [Thu, 29 May 2003 23:49:31 +0000 (23:49 +0000)]
Change get_nt_acl() to include security_info wanted. Only return this.
This gets us closer to W2k+ in what we return for file ACLs. Fix horribly
broken make_sec_desc() that screwed up the size when given a SD with no
owner or group (how did it get this bad... ?).
Jeremy.
(This used to be commit 183c9ed4052ab14e269ed1234ca557053f77e77a)

20 years agoDocument -valid. Fixes bug #32
Jelmer Vernooij [Thu, 29 May 2003 22:31:34 +0000 (22:31 +0000)]
Document -valid. Fixes bug #32
(This used to be commit 21e83421fb1cdab290386c170be3e21fedb81307)

20 years agoSetting account policy values is done using -C, not -V. Fixes bug #120
Jelmer Vernooij [Thu, 29 May 2003 22:00:54 +0000 (22:00 +0000)]
Setting account policy values is done using -C, not -V. Fixes bug #120
(This used to be commit daf443757b62bd3c254a303d638bfd030b4acd2a)

20 years agofunction() is *NOT* a valid C proto, but C++ only.
Jeremy Allison [Thu, 29 May 2003 21:30:48 +0000 (21:30 +0000)]
function() is *NOT* a valid C proto, but C++ only.
The correct prototype in C is function(void).
Please remember this !
Jeremy.
(This used to be commit b6b844a1a23532927b1177b652191ddfa92437e0)

20 years agoUpdate to reflect current API
Jelmer Vernooij [Thu, 29 May 2003 19:26:16 +0000 (19:26 +0000)]
Update to reflect current API
(This used to be commit 6cdf2b41a84f6954d3c22ae1375736ef024c2139)

20 years agoAdd smb_register_idmap(). Based on a patch from metze
Jelmer Vernooij [Thu, 29 May 2003 19:08:40 +0000 (19:08 +0000)]
Add smb_register_idmap(). Based on a patch from metze
(This used to be commit 7e352f5c62c4889bdf2662dded1e74a354890dc7)

20 years agoDon't crash when doing namecompletion in smbclient. Fixes debian bug #194776
Jelmer Vernooij [Thu, 29 May 2003 15:44:35 +0000 (15:44 +0000)]
Don't crash when doing namecompletion in smbclient. Fixes debian bug #194776
(This used to be commit f130b4f2a143ef7507d7267ec12a11c1d91f0457)

20 years agoMake inter-paragraph space in latex targets 1.5\baselineskip and do not indent paragraphs
Alexander Bokovoy [Thu, 29 May 2003 14:53:02 +0000 (14:53 +0000)]
Make inter-paragraph space in latex targets 1.5\baselineskip and do not indent paragraphs
(This used to be commit fddea10f5805761bf3da9bf43a9e990b47e85b6e)

20 years agoGet the events API right. Patch from metze with some minor modifications.
Jelmer Vernooij [Thu, 29 May 2003 14:40:55 +0000 (14:40 +0000)]
Get the events API right. Patch from metze with some minor modifications.
(This used to be commit 2aad5736256968f27c42a6f94bdbc7a22c236c19)

20 years agoA few little edits - more updating ahead. It will get to be close enough
John Terpstra [Thu, 29 May 2003 07:11:59 +0000 (07:11 +0000)]
A few little edits - more updating ahead. It will get to be close enough
some time!
(This used to be commit f2b6d94a7fdc9d77bd37c17b127715cad92ed957)

20 years agoFix bugzilla #117: winbindd looping on 100+char username
Jim McDonough [Thu, 29 May 2003 01:41:56 +0000 (01:41 +0000)]
Fix bugzilla #117: winbindd looping on 100+char username

This modifies lp_string to use alloc_sub_basic to allow any length substitution instead of fixed at 100 chars.
(This used to be commit cad9d88a6125369a43f710a8870300b6f40d899c)

20 years agoFix typos.
John Terpstra [Wed, 28 May 2003 22:15:44 +0000 (22:15 +0000)]
Fix typos.
(This used to be commit 3ea0fc830f3c85d6e820bb9aa66e72305b3f273f)

20 years agoFix bug brought up by Ken Cross that empty ACE's cause existing ACE's to
Jeremy Allison [Wed, 28 May 2003 20:25:31 +0000 (20:25 +0000)]
Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's to
be applied to new ACE set calls. This is incorrect. Don't think this
has a bugzilla id.
Jeremy.
(This used to be commit cb70d8c9e87801c314d1b926d4e43ee451c04135)

20 years agoMinor edits.
John Terpstra [Wed, 28 May 2003 06:04:40 +0000 (06:04 +0000)]
Minor edits.
(This used to be commit 8ba64165ecd7266fb16ae127910eecdf6954f750)

20 years agoDNS domain/server name constants were also swapped.
Tim Potter [Wed, 28 May 2003 05:14:10 +0000 (05:14 +0000)]
DNS domain/server name constants were also swapped.
(This used to be commit 0666e34d7c8f0863148763932f60a65ad936f2c9)

20 years agoThe constants for NetBIOS domain and server names in a NTLMSSP name list were
Tim Potter [Wed, 28 May 2003 04:32:26 +0000 (04:32 +0000)]
The constants for NetBIOS domain and server names in a NTLMSSP name list were
swapped.
(This used to be commit 92be28aa4a6ff42c601e9d2de978265a6c2e8c46)

20 years agoFixed typos.
John Terpstra [Wed, 28 May 2003 01:33:12 +0000 (01:33 +0000)]
Fixed typos.
(This used to be commit 97eb88903beda32ac399c9a5623653e038d8a55c)

20 years agoSyncup with HEAD:
Tim Potter [Wed, 28 May 2003 01:06:53 +0000 (01:06 +0000)]
Syncup with HEAD:

>revision 1.3
>date: 2003/05/20 04:28:29;  author: sfrench;  state: Exp;  lines: +10 -5
>Fix Linux cifs vfs mount helper parsing of slashes
(This used to be commit b2b4a7e4998cc41842e8b564a4ccb77737aeed04)

20 years agoIt seems only NT4 does the VC == 0 session drop code.
Jeremy Allison [Wed, 28 May 2003 01:00:58 +0000 (01:00 +0000)]
It seems only NT4 does the VC == 0 session drop code.
Jeremy.
(This used to be commit 30bbf4c8c4cbed0f7980237ea9b78baa785dec3d)

20 years agocut-n-paste error
Gerald Carter [Tue, 27 May 2003 22:36:07 +0000 (22:36 +0000)]
cut-n-paste error
(This used to be commit eb567e803e2da3ce11174812a5162642d8ef342b)

20 years agoCorrect (?) handling for VC = 0. Trying to fix XP logoff leaving resources
Jeremy Allison [Tue, 27 May 2003 21:55:10 +0000 (21:55 +0000)]
Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resources
around.
Jeremy.
(This used to be commit bf0916e1da442606311c74ac73ccec2e9710d663)

20 years agoFix typos.
John Terpstra [Tue, 27 May 2003 21:21:47 +0000 (21:21 +0000)]
Fix typos.
(This used to be commit b4502175579c69576ae7dd5483695671ab233cf5)

20 years agosome VFS options are now obsolete
Jelmer Vernooij [Tue, 27 May 2003 18:44:10 +0000 (18:44 +0000)]
some VFS options are now obsolete
(This used to be commit 9150999c350f91946bb6e99a5a27152eeb9f2b95)

20 years agoAdd note about umasks
Jelmer Vernooij [Tue, 27 May 2003 18:27:46 +0000 (18:27 +0000)]
Add note about umasks
(This used to be commit dcf86bdea29b43401357f1fa53df9b4f67f06cba)

20 years agoAdded a Common Error.
John Terpstra [Tue, 27 May 2003 17:33:12 +0000 (17:33 +0000)]
Added a Common Error.
(This used to be commit e87cf7d65cc415a88fe0215b29b2cd7e24fb779b)

20 years agoAdded another Common Error
John Terpstra [Tue, 27 May 2003 17:28:38 +0000 (17:28 +0000)]
Added another Common Error
(This used to be commit f336bb55f7eeb37504cbef099dcb789c766d44d6)

20 years agoAdded more info about backends.
John Terpstra [Tue, 27 May 2003 17:15:52 +0000 (17:15 +0000)]
Added more info about backends.
(This used to be commit 096d87be7c9847a38ca6a03f6ce9fc57ea5323ea)

20 years agoAdded a Common Error.
John Terpstra [Tue, 27 May 2003 16:57:48 +0000 (16:57 +0000)]
Added a Common Error.
(This used to be commit c3e8054a3045ae6a3558452a8bed1530bf071beb)

20 years agofix bug 118; replace hard coded 'next[User|Group]Rid' attribute names
Gerald Carter [Tue, 27 May 2003 16:55:53 +0000 (16:55 +0000)]
fix bug 118; replace hard coded 'next[User|Group]Rid' attribute names
(This used to be commit f7ebb3c9e5d38d86d48459b7962a3da6d4900285)

20 years agovolker's fix for crash when my_private_data == NULL
Gerald Carter [Tue, 27 May 2003 16:46:51 +0000 (16:46 +0000)]
volker's fix for crash when my_private_data == NULL
(This used to be commit 40127404e3a664539de516723cf1239f47adc442)

20 years agoA lot of syntax updates, consistency when using certain tags and converting ASCII...
Jelmer Vernooij [Tue, 27 May 2003 16:46:06 +0000 (16:46 +0000)]
A lot of syntax updates, consistency when using certain tags and converting ASCII -> XML
(This used to be commit 85434d3144656e6fe587637276d6a2667df1857f)

20 years agovolker's add_signature() fix; must pass the beginning on the outbuf to get the flags...
Gerald Carter [Tue, 27 May 2003 16:30:02 +0000 (16:30 +0000)]
volker's add_signature() fix; must pass the beginning on the outbuf to get the flags field
(This used to be commit 48c8211084503172f053ad23b308901628f8a978)

20 years agoAdded a few example case thingies - called Common Errors.
John Terpstra [Tue, 27 May 2003 16:10:53 +0000 (16:10 +0000)]
Added a few example case thingies - called Common Errors.
(This used to be commit 58ed149471289c71f6e562495aef7b4e6ace0ad2)

20 years agoAdd titles to tables
Jelmer Vernooij [Tue, 27 May 2003 14:17:29 +0000 (14:17 +0000)]
Add titles to tables
(This used to be commit d62d7ba46fdd5c9cf559cb8562f7eeac8023796d)

20 years agoAdd some more web links
Jelmer Vernooij [Tue, 27 May 2003 13:55:34 +0000 (13:55 +0000)]
Add some more web links
(This used to be commit f20984d12158a30f156d60016bb412b91c89b26d)

20 years agoAdd notes about xmllint and PostScript or textoutput
Jelmer Vernooij [Tue, 27 May 2003 13:46:05 +0000 (13:46 +0000)]
Add notes about xmllint and PostScript or textoutput
(This used to be commit 00d00e2e1c841e588932539be6ada875a75dbf1a)

20 years agoVery large number of markup fixes, layout updates, etc.
Jelmer Vernooij [Tue, 27 May 2003 13:20:26 +0000 (13:20 +0000)]
Very large number of markup fixes, layout updates, etc.
(This used to be commit 8dfbaafb843d17b865855ba1fef1e62cd38d3964)

20 years agoMore edit food. More updates.
John Terpstra [Tue, 27 May 2003 08:10:24 +0000 (08:10 +0000)]
More edit food. More updates.
(This used to be commit 7941f5998617bd7a8912f189545c51f03c8a1b3d)

20 years agoSquash another compiler warning.
Tim Potter [Tue, 27 May 2003 07:29:13 +0000 (07:29 +0000)]
Squash another compiler warning.
(This used to be commit 8b208834354db39797e45fd041c408c7ab6eb314)

20 years agoFixed unused variable warning.
Tim Potter [Tue, 27 May 2003 07:26:04 +0000 (07:26 +0000)]
Fixed unused variable warning.
(This used to be commit cdbe47a5d517eea95186aecdc3327160236a5d09)

20 years agoI'm pretty sure these uint32's should be uid_t's. Can the passdb guys
Tim Potter [Tue, 27 May 2003 07:21:57 +0000 (07:21 +0000)]
I'm pretty sure these uint32's should be uid_t's.  Can the passdb guys
please check this?
(This used to be commit af4b1f869a7dca0d24391fb2cefef7e05cca2c04)

20 years agoFix printf warnings in debug statments.
Tim Potter [Tue, 27 May 2003 07:13:28 +0000 (07:13 +0000)]
Fix printf warnings in debug statments.
(This used to be commit d594e60f926e5618cd61585383bee315757ba73a)

20 years agoAnother little edit. Still much more to be done.
John Terpstra [Tue, 27 May 2003 07:08:04 +0000 (07:08 +0000)]
Another little edit. Still much more to be done.
(This used to be commit d6b8a8ab492d49971f8c9a4b1aed23146a32c779)

20 years agoFix shadow parameter warning in free_empty_sys_acl()
Tim Potter [Tue, 27 May 2003 06:55:06 +0000 (06:55 +0000)]
Fix shadow parameter warning in free_empty_sys_acl()
(This used to be commit 1b2b7766c8fa89f46f4d1c881ee91c4b0b15773a)

20 years agoMore updates.
John Terpstra [Tue, 27 May 2003 05:14:15 +0000 (05:14 +0000)]
More updates.
(This used to be commit bcabb1a1b53e950940ba0c597be9cc861e2a0fa6)

20 years agoMore fixes for builddir != srcdir.
Tim Potter [Tue, 27 May 2003 02:35:53 +0000 (02:35 +0000)]
More fixes for builddir != srcdir.

 - Use absolute directories for $builddir and $srcdir in the Makefile

 - Don't try and combine source files in $builddir and $srcdir to build
   proto.h.  It's just too hard to get it right across all targets we
   wish to compile on.  Use a hand created prototype for the single
   function in smbd/build_options.c that we need.  This allows us to ditch
   all the extra sed work that was causing problems: \t not portable - hah!

 - Fix bogus delheaders target to remove the correct files

This appears to work quite nicely now.  Let's see how it goes on the
buildfarm machines.
(This used to be commit 456184463d35c18840c39cb3483b7136247ea764)

20 years agoFix extra arg for cm_get_netlogon_cli()
Tim Potter [Tue, 27 May 2003 02:28:13 +0000 (02:28 +0000)]
Fix extra arg for cm_get_netlogon_cli()
(This used to be commit a0c3f1d31c4888d33061bb011fcb8e701bba30bc)

20 years agoFix syntax (<parameter> not allowed in <title>'s of <sect{1,2,3}>)
Jelmer Vernooij [Tue, 27 May 2003 02:09:16 +0000 (02:09 +0000)]
Fix syntax (<parameter> not allowed in <title>'s of <sect{1,2,3}>)
(This used to be commit 22cbeb79e62aa8b4d28e1836a71543aa098b054c)

20 years agoFix PDF build
Jelmer Vernooij [Tue, 27 May 2003 01:50:41 +0000 (01:50 +0000)]
Fix PDF build
(This used to be commit 90042ce898b3acd4390baea58716362714e7edcb)

20 years agoMore stuff
John Terpstra [Tue, 27 May 2003 01:45:48 +0000 (01:45 +0000)]
More stuff
(This used to be commit 813101d53b21dc8d81a17d940d412bc379bb9a10)

20 years agoAdd ability to generate tex, dvi and ps files
Jelmer Vernooij [Tue, 27 May 2003 01:28:23 +0000 (01:28 +0000)]
Add ability to generate tex, dvi and ps files
(This used to be commit 5e8fda395ca417d9e9fba7b0158a07f2f92bcf1a)

20 years agoFix typo
Jelmer Vernooij [Tue, 27 May 2003 01:27:54 +0000 (01:27 +0000)]
Fix typo
(This used to be commit 31c3e09f0466efebf2b2899546547fa8081687cc)

20 years agoOops, forgot to add a file on contributing patches to samba
Jelmer Vernooij [Tue, 27 May 2003 01:18:09 +0000 (01:18 +0000)]
Oops, forgot to add a file on contributing patches to samba
(This used to be commit 686a32e7f245fa631f4ae563f0511ad3e1d797e5)

20 years agoWhoops - tried to merge to wrong branch for bug #60 merge. This redos
Tim Potter [Tue, 27 May 2003 01:07:13 +0000 (01:07 +0000)]
Whoops - tried to merge to wrong branch for bug #60 merge.  This redos
the original fix.
(This used to be commit 711f65bee0e7955fdb415182abe4812eae8ec4c3)

20 years agoMore edits.
John Terpstra [Tue, 27 May 2003 00:34:00 +0000 (00:34 +0000)]
More edits.
(This used to be commit 5143216f7513938823dbeda3d9a4b7fc4cc1dfa7)

20 years agoFormatting syncup.
Tim Potter [Mon, 26 May 2003 23:56:05 +0000 (23:56 +0000)]
Formatting syncup.
(This used to be commit f4b050932a44d836b11299c158666f6804cceda5)

20 years agoMerge of fix for bug #60.
Tim Potter [Mon, 26 May 2003 23:55:30 +0000 (23:55 +0000)]
Merge of fix for bug #60.
(This used to be commit 0583dc358e918cf8bfb4d17bae0f42c4b385d313)

20 years agoIgnore t_stringoverflow binary.
Tim Potter [Mon, 26 May 2003 23:52:48 +0000 (23:52 +0000)]
Ignore t_stringoverflow binary.
(This used to be commit 59326e7a53803060e25832719c6cd48278f1a72b)

20 years agoUpdate documentation for 'passdb backend' : include mysql and guest backends,
Jelmer Vernooij [Mon, 26 May 2003 23:23:59 +0000 (23:23 +0000)]
Update documentation for 'passdb backend' : include mysql and guest backends,
remove references to _nua
(This used to be commit 7e81c983ad9b6d3fff353b547844fb918a1ab45a)

20 years agoUpdate pdbedit manpage for 3.0
Jelmer Vernooij [Mon, 26 May 2003 23:15:10 +0000 (23:15 +0000)]
Update pdbedit manpage for 3.0
(This used to be commit 7c1bf5aa9d4cdd76f759e0a04ee85a234a5082c0)

20 years agoFix typos.
John Terpstra [Mon, 26 May 2003 21:46:05 +0000 (21:46 +0000)]
Fix typos.
(This used to be commit c9af387dcf121ae0663189c6f98d3f308d684c8d)

20 years agoAn edit in progress.
John Terpstra [Mon, 26 May 2003 21:34:19 +0000 (21:34 +0000)]
An edit in progress.
(This used to be commit bbed04b128d57b015fa15e6ba902577500b37160)

20 years agoMinor syntax fixes
Jelmer Vernooij [Mon, 26 May 2003 21:17:53 +0000 (21:17 +0000)]
Minor syntax fixes
(This used to be commit 5e49260cd4463b0995f2f3d593fd5634a966e3b7)

20 years agoFix syntax and don't require internet access when building docs
Jelmer Vernooij [Mon, 26 May 2003 20:48:48 +0000 (20:48 +0000)]
Fix syntax and don't require internet access when building docs
(This used to be commit d7e5b0b5266c2924928a6c27ca93ef9c33ec4b32)

20 years agoThis commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
cvs2svn Import User [Mon, 26 May 2003 20:36:58 +0000 (20:36 +0000)]
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 275d17cdc61195fb59c98648e409063fe695ef45)

20 years agoAdd document on contributing code to samba
Jelmer Vernooij [Mon, 26 May 2003 20:36:57 +0000 (20:36 +0000)]
Add document on contributing code to samba
(This used to be commit 15ab9f350cea6a2a9bfe49491816ae60e5fd9d7c)

20 years agoAdd entities for 'not' and 'rootprompt'
Jelmer Vernooij [Mon, 26 May 2003 20:31:37 +0000 (20:31 +0000)]
Add entities for 'not' and 'rootprompt'
(This used to be commit 0313c59364bacca8601469f8b0327f3ae94457ff)

20 years agoUpdate.
John Terpstra [Mon, 26 May 2003 20:18:25 +0000 (20:18 +0000)]
Update.
(This used to be commit eafd5788a94802484c12a550b39713ebaa885463)

20 years agoFix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Larsen)
Jelmer Vernooij [Mon, 26 May 2003 19:51:50 +0000 (19:51 +0000)]
Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Larsen)
(This used to be commit c9c8eccdba820e82e1f987f9078d882668a8061b)

20 years agoFix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Larsen)
Jelmer Vernooij [Mon, 26 May 2003 19:47:53 +0000 (19:47 +0000)]
Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Larsen)
(This used to be commit e9df7d2820441c63c35e7b4fc5b3cc594053781c)

20 years agoLots of minor, mostly layout fixes.
Jelmer Vernooij [Mon, 26 May 2003 19:41:44 +0000 (19:41 +0000)]
Lots of minor, mostly layout fixes.
(This used to be commit 99674fdbd12caca61baa00974a492a9a26d982e9)

20 years agoAllow me to make just the HOWTO. We can remove this later.
John Terpstra [Mon, 26 May 2003 17:03:54 +0000 (17:03 +0000)]
Allow me to make just the HOWTO. We can remove this later.
(This used to be commit bedf2083912b0b49d68139711ad4f01e5e4fa4f8)

20 years agoMetze's patches:
John Terpstra [Mon, 26 May 2003 16:54:39 +0000 (16:54 +0000)]
Metze's patches:
here's a small patch which renames the symbol 'log' to some better names
to avoid compiler warnings about shodow global var 'log'
in proto.h

we now have a GLOBAL_SECTION_SNUM -1

so we should use it in swat too:-)
(This used to be commit a4733a0748b4d24457558304ad47852c69905cb2)

20 years agoCorrectly initialize winbind auth method.
Volker Lendecke [Mon, 26 May 2003 16:38:48 +0000 (16:38 +0000)]
Correctly initialize winbind auth method.
(This used to be commit 55cdb6b87850b483939a5d3edcd5be80be6f7493)

20 years agoCorrectly initialize winbind auth method.
Volker Lendecke [Mon, 26 May 2003 16:38:35 +0000 (16:38 +0000)]
Correctly initialize winbind auth method.
(This used to be commit b9e7ce9d85c4203779d6b9bfb2e65a4ed5fe33ff)

20 years agoFixed linkend problems with some links in passdb
Alexander Bokovoy [Mon, 26 May 2003 16:11:35 +0000 (16:11 +0000)]
Fixed linkend problems with some links in passdb
(This used to be commit 2267a66687b137bac4da802631f2de38f021fc1d)

20 years agoIgnore autogenerated file.
Tim Potter [Mon, 26 May 2003 07:02:02 +0000 (07:02 +0000)]
Ignore autogenerated file.
(This used to be commit de8180a28024a312c4d5bb97e274122d631580c2)

20 years agoThis fixes net rpc vampire when talking to win2k (<sp3). win2k sends
Tim Potter [Mon, 26 May 2003 06:59:38 +0000 (06:59 +0000)]
This fixes net rpc vampire when talking to win2k (<sp3).  win2k sends
back a different sized blob of encrypted password data then we were
expecting.  There's an extra 32 bytes of unknown stuff.
(This used to be commit 285952fd626b02362fb6732f90c5a3ce0d2d5ae0)