1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
Commit Graph

2315 Commits

Author SHA1 Message Date
Jeremy Allison
798fa22d37 Swat now uses the auto-generated smb.conf.5.html.
Jeremy.
0001-01-01 00:00:00 +00:00
Herb Lewis
555b11f9bc new directories for man page sources 0001-01-01 00:00:00 +00:00
Herb Lewis
9f250a80c6 swat.c updated to use new yodl generated smb.conf.5.html file for help
added smb.conf.5.html to swat/help
0001-01-01 00:00:00 +00:00
Jeremy Allison
88031bca5c Makefile.in: Added target for makeyodldocs - not used by default.
rpc_client/cli_reg.c: The perils of cut-n-paste coding include using variables before
                      they are initialised :-).
script/makeyodldocs.sh: Remove the intermediate files.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
8d4e8498df Forgot to add these new (auto-generated) manpages.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
00241b15fa First versions of the man pages auto-generated from the YODL
source.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
8f5f0bffc6 First version of HTML docs generated from YODL source.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
f04c2b4dee Adding YODL docs maintainer script.
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
c05254a150 registry delete value command: "regdeleteval".
this is just so unbelievably simple to do...
0001-01-01 00:00:00 +00:00
Luke Leighton
ddfdb65346 renamed unk_1b to flush_key 0001-01-01 00:00:00 +00:00
Jeremy Allison
0f7977ef74 Added manpages/ to source path.
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
7df85b9567 - renamed open_policy to open_hklm.
- renamed open_unk_4 to open_hku

- fixed createkey issue spotted by phil cox
0001-01-01 00:00:00 +00:00
Jeremy Allison
98192a996a Updating changes - now move to yodldocs directory.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
918071dc9a Fixed a broken link.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
d0303b22e5 Finally it compiles with YODL !!
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
20987b6105 rpcclient registry key delete command: "regdeletekey". 0001-01-01 00:00:00 +00:00
Luke Leighton
5e9567e3c7 registry modification requires a "sync" or "refresh" on the parent key.
opcode 0xb added to do this.  a likely candidate name is "RegFlushKey".
0001-01-01 00:00:00 +00:00
Jeremy Allison
06c44a0fe2 This is finished but still doesn't compile in YODL.
I'm checking in now on the "save early and often" principle.
I'll check it in again when it passes yodl2html and yodl2man.
Jeremy.
0001-01-01 00:00:00 +00:00
Herb Lewis
433525fd32 make sure we build with SGI compiler 0001-01-01 00:00:00 +00:00
Jeremy Allison
9668a5ef50 include/local.h:
include/smb.h:
param/loadparm.c: Made GUEST_SESSSETUP run time selectable. Horror of horrors :-).
printing/printing.c: Added J.F.'s latest fix.
rpc_parse/parse_misc.c:
parse_reg.c:
rpcclient/cmd_reg.c:
rpcclient/display.c: SGI compiler signed/unsigned issues.
smbd/reply.c: Made GUEST_SESSSETUP run time selectable. Horror of horrors :-).
utils/testparm.c: Added extra test.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
aa2c424f5a Done all the ssl docs.
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
cad5b1f1fb oops! 0001-01-01 00:00:00 +00:00
Luke Leighton
36fcb4a6e6 rpcclient registry commands. 0001-01-01 00:00:00 +00:00
Luke Leighton
d448906e68 util functions split into relevant modules, first pass. 0001-01-01 00:00:00 +00:00
Jeremy Allison
5ef2e9f911 Up to "socket options".
Jeremy.
0001-01-01 00:00:00 +00:00
John Terpstra
2479fc2238 Updating the password script and documenting password sync stuff. 0001-01-01 00:00:00 +00:00
Jeremy Allison
941f1fcdb9 Up to "read size".
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
8c16253654 Default for SMB_PASSWD program was set to smbpasswd ! This explained the problems
John & Andrew were having with smbpasswd. This would cause the smbpasswd
to be changed *twice* - this the second decrypt would fail.
Changed it to be "/bin/passwd" and changed the name of the macro
to PASSWORD_PROGRAM to make it clear this is not an smb password
changer.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
cb23417503 smbclient.1.yo: Documented Andrews changes.
smb.conf.5.yo: Up to "print command"
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
bacd3e9d20 Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
client/client.c:
client/clitar.c:
include/client.h:
smbwrapper/smbw_dir.c:
smbwrapper/smbw_stat.c:
smbwrapper/smbw.c:
lib/util.c: Converted all use of 'mode' to uint16.
smbd/quotas.c: Fixed stupid comment bug I put in there :-(.
printing/printing.c: Fix from J.F. to new code.
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
373f60256f split socket util functions into util_sock.c. util.c NOT committed
and util_sock.c NOT included in Makefile.in.

registry commands added to rpcclient.

waiting for 2_0_0 split before committing modified files.  these files
are new modules, and are not referenced in the Makefile.in
0001-01-01 00:00:00 +00:00
Andrew Tridgell
15016aa024 I talked to Dave Miller and he thinks that we should have TCP_NODELAY
on by default on OSes that support it, given the network IO pattern
that Samba uses. He doesn't think it will cause problems.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
e14ca7765a converted smbclient to use clientgen.c rather than clientutil.c
I did this when I saw yet another bug report complaining about
smbclient intermittently missing files. Rather than applying more
patches to smbclient it was better to move to the more robust
clientgen.c code.

The conversion wasn't perfect, I probably lost some features of
smbclient while doing it, but at least smbclient should be consistent
now. It if fails it should _always_ fail rather than giving people the
false impression of a reliable utility.

the tar stuff seems to work, but hasn't had much testing as I never
use it myself. I'm sure someone will find bugs in my conversion of
smbtar.c. It was quite tricky as it did a lot of its own SMB calls. It
now uses clientgen.c exclusively.

smbclient is still quite messy, but at least it doesn't build its own
SMB packets.

I haven't touched smbmount as I never use it. Mike, do you want to
convert smbmount to use clientgen.c?
0001-01-01 00:00:00 +00:00
Jeremy Allison
d6e6e936b5 codepages/codepage_def.936: Updated comment.
param/loadparm.c: Removed "networkstation user login", "domain controller", and "domain sid" parameters.
passdb/passdb.c: Removed "networkstation user login" code and changed bug test code
                 to only check once for a bad password server. This will stop the
                 complaints of many "bad login" audit records in NT PDC logs.
utils/smbpasswd.c: Removed check for "domain controller".
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
92a46856f4 Fixed lppause and lpresume docs.
Jeremy
0001-01-01 00:00:00 +00:00
Jeremy Allison
1362ee3b5f Packing it in for the evening..
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
c03d5b7461 Up to ole locking compat..
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
74d675202d Up to "magic script".
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
f733534147 Save your work as you go... :-).
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
1037bf6bb7 Up to "domain master" and still going...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
a240cd458d Keeping it safe. NB. This is *not* yet finished and will *NOT*
yodlize correctly yet.
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
f8b229d187 grumble, grumble off-by-one unicode string fixes, gonna stuff my other
tree with cvs clashes when i cvs update on the group code grumble grumble
0001-01-01 00:00:00 +00:00
Jeremy Allison
b5981c0149 lib/charcnv.c: Improved debug comment.
libsmb/namequery.c: Fix to remove 2 second wait is we are doing a unicast
                    and got a reply.
smbd/dfree.c:
smbd/noquotas.c:
smbd/quotas.c: Fixes from Dejan Ilic <svedja@lysator.liu.se> for the quota
               code.
utils/smbpasswd.c: Fixes to allow smbpasswd to be called from swat.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
222829885c More updates...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
e8c5e03308 Useful script to extract all parameters out of the loadparm.c file
and sort them into global (G) and service (S) parameters. Useful
for keeping the smb.conf docs up to date.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
9722a98f8f The start of a long and ugly process... :-).
Jeremy.
0001-01-01 00:00:00 +00:00
Luke Leighton
3eacd3013c the start of the start of the SAM database API 0001-01-01 00:00:00 +00:00
Luke Leighton
71dfaa307e util_file.c:
split some routines out of various places (e.g smbpass.c) because
they now get used in more than one location.

util_sid.c:

need sid_copy, compare, split rid, append rid etc etc...
0001-01-01 00:00:00 +00:00
Luke Leighton
3f5feda674 split string and unicode string routines into these files.
these are *not* going to be added into the Makefile.in yet
so they still also exist in util.c.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
86f98e0607 don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as it
totally screws it up, giving garbage for the size fields.
0001-01-01 00:00:00 +00:00