summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Default for SMB_PASSWD program was set to smbpasswd ! This explained the ↵Jeremy Allison1998-11-102-3/+3
| | | | | | | | | | | | 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. (This used to be commit 8c1625365479f12fa544d83e1a9f72a548398108)
* smbclient.1.yo: Documented Andrews changes.Jeremy Allison1998-11-092-232/+323
| | | | | | smb.conf.5.yo: Up to "print command" Jeremy. (This used to be commit cb23417503dd2c3e8370757943daca78f3b598b6)
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-0913-105/+49
| | | | | | | | | | | | | | 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. (This used to be commit bacd3e9d2036a804e73644a28fc498f229c8446c)
* split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1998-11-094-0/+2069
| | | | | | | | | | 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 (This used to be commit 373f60256fc6dc800f73d88ea9a302933a4a3246)
* I talked to Dave Miller and he thinks that we should have TCP_NODELAYAndrew Tridgell1998-11-092-0/+10
| | | | | | on by default on OSes that support it, given the network IO pattern that Samba uses. He doesn't think it will cause problems. (This used to be commit 15016aa024854ca56ef20d1f29f54f9698a1911b)
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-0910-4653/+1773
| | | | | | | | | | | | | | | | | | | | | | | | 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? (This used to be commit e14ca7765ace1b721dad8eca4a527a4e4a8f1ab8)
* codepages/codepage_def.936: Updated comment.Jeremy Allison1998-11-075-109/+80
| | | | | | | | | | 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. (This used to be commit d6e6e936b5dd90dd8fc38d9404efbe5c546c15e5)
* Fixed lppause and lpresume docs.Jeremy Allison1998-11-071-11/+1
| | | | | Jeremy (This used to be commit 92a46856f4133f17739c1c813be2da61498c1276)
* Packing it in for the evening..Jeremy Allison1998-11-071-15/+44
| | | | | Jeremy. (This used to be commit 1362ee3b5ffce865343043096a4ee8c27a927e1b)
* Up to ole locking compat..Jeremy Allison1998-11-071-291/+399
| | | | | Jeremy. (This used to be commit c03d5b746115da33e0a736c50d74a2de047f6bc3)
* Up to "magic script".Jeremy Allison1998-11-071-371/+599
| | | | | Jeremy. (This used to be commit 74d675202d7354bb0327bb13c6e8cff60a4530d7)
* Save your work as you go... :-).Jeremy Allison1998-11-071-228/+296
| | | | | Jeremy. (This used to be commit f733534147c332f35d44f1f427d70dafe7225340)
* Up to "domain master" and still going...Jeremy Allison1998-11-061-152/+266
| | | | | Jeremy. (This used to be commit 1037bf6bb778bc54bad67f367de37bfba303bd53)
* Keeping it safe. NB. This is *not* yet finished and will *NOT*Jeremy Allison1998-11-061-76/+258
| | | | | | yodlize correctly yet. Jeremy. (This used to be commit a240cd458df93140b00cb3dd0254f4bd8c8bb133)
* grumble, grumble off-by-one unicode string fixes, gonna stuff my otherLuke Leighton1998-11-061-5/+5
| | | | | tree with cvs clashes when i cvs update on the group code grumble grumble (This used to be commit f8b229d187cea2e3820d71697346fc9f0cd8bf88)
* lib/charcnv.c: Improved debug comment.Jeremy Allison1998-11-067-79/+124
| | | | | | | | | | | | 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. (This used to be commit b5981c0149ad8c6f13ea87db450080616538b5d5)
* More updates...Jeremy Allison1998-11-061-350/+487
| | | | | Jeremy. (This used to be commit 222829885cba9ccb8af0e9df232fd5d614cec1ad)
* Useful script to extract all parameters out of the loadparm.c fileJeremy Allison1998-11-051-0/+2
| | | | | | | and sort them into global (G) and service (S) parameters. Useful for keeping the smb.conf docs up to date. Jeremy. (This used to be commit e8c5e033083440818cb559c61bcf5f9baec511ea)
* The start of a long and ugly process... :-).Jeremy Allison1998-11-052-20/+4638
| | | | | Jeremy. (This used to be commit 9722a98f8f24ef528b02bfb42f53ef9d07e62aa1)
* the start of the start of the SAM database APILuke Leighton1998-11-056-0/+1766
| | | | (This used to be commit 3eacd3013cc909e6e731a1a42f0aa7f202673bb9)
* util_file.c:Luke Leighton1998-11-052-0/+507
| | | | | | | | | | 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... (This used to be commit 71dfaa307ec954041c09ed157594a46503fb6db8)
* split string and unicode string routines into these files.Luke Leighton1998-11-052-0/+1162
| | | | | | these are *not* going to be added into the Makefile.in yet so they still also exist in util.c. (This used to be commit 3f5feda6749dace6bc51fb0e02b16d2b72a930b8)
* don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as itAndrew Tridgell1998-11-051-1/+5
| | | | | totally screws it up, giving garbage for the size fields. (This used to be commit 86f98e0607e8a05ec026b919cc974c1c934b6882)
* check return value of locking_init()Andrew Tridgell1998-11-051-10/+12
| | | | (This used to be commit 0efac70f756dce4c92744fc59b68b528f6984dee)
* Changed build root to launch off /var/tmp instead of /tmp.John Terpstra1998-11-052-2/+2
| | | | (This used to be commit c16f051a40ff9d2ce15539ff7d4d177e0cb6de97)
* Sync up changes to smbd.8.yo and nmbd.8.yo.Jeremy Allison1998-11-052-13/+31
| | | | | Jeremy. (This used to be commit 889f26a5bceb99dc0c703060e8dbb51776b06492)
* Finished smbpasswd.5.yo.Jeremy Allison1998-11-051-0/+82
| | | | | | Only "the beast" - smb.conf.5.yo left to do... :-). Jeremy. (This used to be commit eee9bb5e026730dbf60946ac2145658546ad379b)
* Added scripts/convert_smbpasswd to SCRIPTSJeremy Allison1998-11-051-1/+1
| | | | | Jeremy. (This used to be commit 60553b3dc295d0df3ce42ad81a26edb45e234021)
* Realise this needs to be without the '.sh' ending as we will beJeremy Allison1998-11-051-0/+0
| | | | | | installing it in the BIN directory. Jeremy. (This used to be commit 75c79db9bec68b74d3b244f3d8184bd890ff33fa)
* Very simple awk script to convert a 1.9.18 password file into Samba 2.0Jeremy Allison1998-11-051-0/+17
| | | | | | password file format. Jeremy. (This used to be commit 5a5dc248b5fc4f1b9234a15dbedd4e0c9068b15a)
* Finally a man page for the smbpasswd file.Jeremy Allison1998-11-051-0/+127
| | | | | | Not finished but on the way... :-). Jeremy. (This used to be commit a5362b774df3ea30086e93c82fc773b52b1e5ca0)
* Added internal cross references for all man pages.Jeremy Allison1998-11-0411-23/+129
| | | | | Jeremy. (This used to be commit 9dd09fdb643b70e5b46aeb9f6580128b7a68fe4e)
* Cross linked all the command line options.Jeremy Allison1998-11-041-13/+35
| | | | | Jeremy. (This used to be commit d239790fa704c9a385d7e9e055ca7454467d8bb0)
* It turns out that yodl strips all spaces from link() and url() commands.Jeremy Allison1998-11-047-136/+99
| | | | | | | This is a *massive* pain when doing cross referencing and will mean a change to SWAT when generating the help URLs. Herb is looking at that. Jeremy. (This used to be commit 1f39207a8e16efe2199bef6a4851f3fe41d443ac)
* Fixed up cross references into smb.conf.5 man page. Still workingJeremy Allison1998-11-045-19/+33
| | | | | | on smbpasswd.8.yo. Jeremy. (This used to be commit 0993db2240379a91c44894ef3d5f978a3aa00816)
* updated this file a bit...Luke Leighton1998-11-041-8/+3
| | | | (This used to be commit 2422100e857e1f540ba7afa2cc220ec6e13b9dda)
* Added Xrefs to smb.conf.5.html file.Jeremy Allison1998-11-042-11/+338
| | | | | | First cut at smbpasswd (not yet finished). Jeremy. (This used to be commit 15be62a66b836fc01387ad0084e52ef5894c36bf)
* Added scripting option (-s) to smbpasswd.Jeremy Allison1998-11-041-10/+73
| | | | | Jeremy. (This used to be commit 4f87a8cf994d7f3287b0fd1720624bf705cfa1da)
* More docs...Jeremy Allison1998-11-032-24/+115
| | | | | Jeremy. (This used to be commit 6a328b15420c4472398a754cb256ee172317bb0f)
* Another one bites the dust....Jeremy Allison1998-11-031-0/+78
| | | | | Jeremy. (This used to be commit 24106d28fb6d49e4da85077982f3259a6d1326b3)
* fix to some of the unicode string handling. there are others pendingLuke Leighton1998-11-031-7/+7
| | | | | in non-critical areas. (This used to be commit 6da2e15272e4a6a9994c36fc465b6115f95ac5bd)
* Makefile.in configure configure.in include/proto.h smbd/noquotas.c ↵Jeremy Allison1998-11-039-623/+665
| | | | | | | | | | | | | smbd/quotas.c: Added quotas patch for autoconf from Dejan Ilic <svedja@lysator.liu.se>. printing/printing.c: Filenames with spaces patch from Allan Bjorklund <allan@umich.edu> utils/nmblookup.c: Fix usage() function. smbd/reply.c: Split out the security=server and security=domain checks into check_server_security() and check_domain_security() to aid the writing of the 'hack' appliance mode invented by John Schimmel. Jeremy. (This used to be commit f09ab9b52251087a58af92ec753537ca34a970fc)
* Tidied up references to samba (7).Jeremy Allison1998-11-035-4/+131
| | | | | | Added smbtar.1.yo. Jeremy. (This used to be commit f55cc67dadc3c2ea3076755e308e3467083f1001)
* More yodl-docs.Jeremy Allison1998-11-031-0/+94
| | | | | Jeremy. (This used to be commit fc37a8852cacf4f80b571015c6e9adb2205f8587)
* memory leak in SAM group code: need these to track it down.Luke Leighton1998-11-022-0/+834
| | | | (This used to be commit 4e6b548b04b2ff982baf49ebd08e22180cd521b1)
* Tidied up VERSION section. Added testparm.1.yoJeremy Allison1998-11-027-31/+100
| | | | | Jeremy. (This used to be commit 30591654cd7a3e84ded379788c62b1b259136844)
* Fixed up html links - docs look better now (getting the hang of this).Jeremy Allison1998-11-026-32/+185
| | | | | | Added nmblookup.1.yo. Jeremy. (This used to be commit 8eb78a1fe5ff65f575cc1773b301e18be714d652)
* client/client.c: Patch to tidy up file size output.Jeremy Allison1998-11-022-5/+2
| | | | | | | nmbd/nmbd.c: Someone (a "yank" no doubt :-) Changed instances of "initialise" to "initialize". Someone get that man an *English* dictionary.... :-) :-). Jeremy. (This used to be commit 6279be7f96802bb132e5e18dd8c6912652296e70)
* removed comment line at end of fileLuke Leighton1998-11-022-3/+4
| | | | (This used to be commit 5e2fc8b7ccf4a9c8b0a2acf4bd752531ac6fa775)
* don't core dump in smbstatus if we can't open the shmem systemAndrew Tridgell1998-10-311-0/+1
| | | | (This used to be commit ef9749798ab72a5e26f9cb5d0904266d6df70f8c)