1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

9908 Commits

Author SHA1 Message Date
Gerald Carter
028477e352 merge of working dsrolegetprimdominfo() client code from APP_HEAD -
cvs2svn Import User
7950dfc795 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Gerald Carter
f70caa25e4 merge of working dsrolegetprimdominfo() client code from APP_HEAD -
Jelmer Vernooij
69c402f375 Remove README.DCEDFS as it doesn't contain useful info for developers nor users but only about the
state DCE/DFS was in for samba 1.9.13
-
Jelmer Vernooij
cde5cd455c Convert even more text docs -
Jelmer Vernooij
68a18e1a9e Convert README.Win32-Viruses DHCP-Server-Configuration and Faxing to SGML... -
Jelmer Vernooij
8a15a8c195 Move Recent-FAQ's to the new SGML FAQ -
Jelmer Vernooij
c48207ef0e Convert GOTCHAS to SGML -
Jelmer Vernooij
5e96448348 Move Application_Serving.txt to FAQ question "How to use a samba share as a administrative share for MS Office, etc?" -
Jelmer Vernooij
5129c40c83 Split up faq in smaller files -
Andrew Tridgell
c0612272e8 only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can't
do type 23
-
Andrew Tridgell
144d4429d7 support all permitted encoding types in tickets. This allows us to
decode a type 23 ticket when the machine account is setup for non-DES
tickets
-
Gerald Carter
1cfd2ee433 merge of new client side support the Win2k LSARPC UUID in rpcbind
from APP_HEAD
-
Gerald Carter
38c9e42998 merge of new client side support the Win2k LSARPC UUID in rpcbind
from APP_HEAD
-
Jeremy Allison
31c0dd7e21 Added ASCII art to make this clearer.
Jeremy.
-
Jeremy Allison
96e9ff9054 Added ASCII art to make this clearer.
Jeremy.
-
Jelmer Vernooij
fd9854d45d Add generated files for FAQ -
Jelmer Vernooij
26ce370e0c Fix generation of FAQ -
Jeremy Allison
971b82beb7 Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math.ku.dk
Jeremy.
-
Jeremy Allison
d40a14dbb0 Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math.ku.dk
Jeremy.
-
Jelmer Vernooij
e0632a7752 Fix links in html versions of manpages -
Herb Lewis
5f1dff89be make the default printed values for boolean the same for all parameters. -
Herb Lewis
074de699a2 make the default printed values for boolean the same for all parameters. -
Jelmer Vernooij
16656d35bb Fix generation of HTML versions of manpages
Add comments to dsssl file
-
Jeremy Allison
5959f35db6 Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 up
to date :-).
Jeremy.
-
Gerald Carter
4d4ef0d34a fix typos in net.8.sgml so it will compile and
regenerate html versions of manpages....
-
Gerald Carter
068d7ab14c merge sendfile entry from SAMBA_2_2 and fix typo -
Jelmer Vernooij
36a9fe66c5 Document 'hide special files' -
Andrew Tridgell
8ff6d40d7f .NET likes both forms of servicePrincipalName in the machine account
record
-
Andrew Tridgell
ec6a098c2e fixed 3 bugs in the wins server code related to precedence of ! and &
in C

please note that:
 if (! a & b)
is not the same as:
 if (! (a & b))
-
Andrew Bartlett
4851b6a40f VFStest uses all of smbd's .o files, so needs -lpam and crypt. -
Andrew Bartlett
a1c63d04b8 Patch from Steve Langasek <vorlon@netexpress.net>:
(quoting his mail)

Ok, here's round two of splitting up the library dependencies.  I think
the first one's been steeping in CVS for long enough now.

This splits off the "authentication" libs (libpam, libcrypt) into their
own group.  A modest gain, but you've gotta start somewhere.

Steve Langasek
postmodern programmer
-
Andrew Bartlett
f428ee98d8 Another patch from Steve Langasek <vorlon@netexpress.net>, again from the
Debian patchset.

The idea is to still allow DNS domains to be specified in 'hosts allow' and
'hosts deny' without making the admin set 'hostname lookups' in their smb.conf.
His concern is about upgrades.

This has been designed not to change the value of %M.

Andrew Bartlett
-
Andrew Bartlett
cd41e5ab85 Patch from Steve Langasek <vorlon@netexpress.net> to use nice big integers when
attempting to calculate the bytes/second being transferred.  (Avoid overflow
etc)

Andrew Bartlett
-
Andrew Bartlett
92e0d0e608 We are going to need to track the SAM sequence number too. -
Jeremy Allison
1b283b649f Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.
Jeremy.
-
Jeremy Allison
a9a959b85d Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.
Jeremy.
-
Jelmer Vernooij
3d41717923 Convert ADS-HOWTO to SGML and add it to the howto collection
Updated generated docs
-
Jelmer Vernooij
e1f9f3b955 Remove obsolete information from textdocs -
Jelmer Vernooij
e538e5005f Add htmlfaq to Makefile
Fix syntax errors in FAQ
-
Jelmer Vernooij
5998dbe84b Remove old faq - all the useful information it contained is now in the new FAQ -
Jelmer Vernooij
9e61533b20 Add initial version of new FAQ -
Gerald Carter
3d0b7981d0 small update from Rainer -
Jeremy Allison
66531969df Added const. Anal formatting fixup.
Jeremy.
-
Jeremy Allison
ae4bf35f94 Added const. Anal formatting fixup.
Jeremy.
-
Jelmer Vernooij
475594a439 Remove deprecated smb.conf options that were still in smb.conf.5:
domain admin group
domain guest group
use rhosts
status
-
Jelmer Vernooij
65c4a1060b Be less verbose -
Jelmer Vernooij
bf5a84efb3 Update find_missing_doc.pl:
- Report references in smb.conf that point to non-existent entries
 - Report entries that are not referenced in the list
 - Report entries that are documented, but don't exist in loadparm.c
 - Report entries that are in loadparm.c, but are not documented
-
Jelmer Vernooij
1e7686e5e7 Add framework for net command manpage - still contains a lot of FIXME's... -
Jelmer Vernooij
f9b29692e3 remove text documents in source code (they're now in the Developers Guide) - discussed
with jerry
-