summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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?
* 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.
* Fixed lppause and lpresume docs.Jeremy Allison1998-11-071-11/+1
| | | | Jeremy
* Packing it in for the evening..Jeremy Allison1998-11-071-15/+44
| | | | Jeremy.
* Up to ole locking compat..Jeremy Allison1998-11-071-291/+399
| | | | Jeremy.
* Up to "magic script".Jeremy Allison1998-11-071-371/+599
| | | | Jeremy.
* Save your work as you go... :-).Jeremy Allison1998-11-071-228/+296
| | | | Jeremy.
* Up to "domain master" and still going...Jeremy Allison1998-11-061-152/+266
| | | | Jeremy.
* Keeping it safe. NB. This is *not* yet finished and will *NOT*Jeremy Allison1998-11-061-76/+258
| | | | | yodlize correctly yet. Jeremy.
* 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
* 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.
* More updates...Jeremy Allison1998-11-061-350/+487
| | | | Jeremy.
* 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.
* The start of a long and ugly process... :-).Jeremy Allison1998-11-052-20/+4638
| | | | Jeremy.
* the start of the start of the SAM database APILuke Leighton1998-11-056-0/+1766
|
* 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...
* 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.
* 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.
* check return value of locking_init()Andrew Tridgell1998-11-051-10/+12
|
* Changed build root to launch off /var/tmp instead of /tmp.John Terpstra1998-11-052-2/+2
|
* Sync up changes to smbd.8.yo and nmbd.8.yo.Jeremy Allison1998-11-052-13/+31
| | | | Jeremy.
* Finished smbpasswd.5.yo.Jeremy Allison1998-11-051-0/+82
| | | | | Only "the beast" - smb.conf.5.yo left to do... :-). Jeremy.
* Added scripts/convert_smbpasswd to SCRIPTSJeremy Allison1998-11-051-1/+1
| | | | Jeremy.
* 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.
* 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.
* Finally a man page for the smbpasswd file.Jeremy Allison1998-11-051-0/+127
| | | | | Not finished but on the way... :-). Jeremy.
* Added internal cross references for all man pages.Jeremy Allison1998-11-0411-23/+129
| | | | Jeremy.
* Cross linked all the command line options.Jeremy Allison1998-11-041-13/+35
| | | | Jeremy.
* 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.
* Fixed up cross references into smb.conf.5 man page. Still workingJeremy Allison1998-11-045-19/+33
| | | | | on smbpasswd.8.yo. Jeremy.
* updated this file a bit...Luke Leighton1998-11-041-8/+3
|
* Added Xrefs to smb.conf.5.html file.Jeremy Allison1998-11-042-11/+338
| | | | | First cut at smbpasswd (not yet finished). Jeremy.
* Added scripting option (-s) to smbpasswd.Jeremy Allison1998-11-041-10/+73
| | | | Jeremy.
* More docs...Jeremy Allison1998-11-032-24/+115
| | | | Jeremy.
* Another one bites the dust....Jeremy Allison1998-11-031-0/+78
| | | | Jeremy.
* fix to some of the unicode string handling. there are others pendingLuke Leighton1998-11-031-7/+7
| | | | in non-critical areas.
* 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.
* Tidied up references to samba (7).Jeremy Allison1998-11-035-4/+131
| | | | | Added smbtar.1.yo. Jeremy.
* More yodl-docs.Jeremy Allison1998-11-031-0/+94
| | | | Jeremy.
* memory leak in SAM group code: need these to track it down.Luke Leighton1998-11-022-0/+834
|
* Tidied up VERSION section. Added testparm.1.yoJeremy Allison1998-11-027-31/+100
| | | | Jeremy.
* Fixed up html links - docs look better now (getting the hang of this).Jeremy Allison1998-11-026-32/+185
| | | | | Added nmblookup.1.yo. Jeremy.
* 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.
* removed comment line at end of fileLuke Leighton1998-11-022-3/+4
|
* don't core dump in smbstatus if we can't open the shmem systemAndrew Tridgell1998-10-311-0/+1
|
* took out Lukes change as it breaks domain logons for Win95 clientsAndrew Tridgell1998-10-311-4/+0
| | | | | | | | | | | | | | | | | | (ie. it breaks Sues machine). Luke, your comment was: put unicode strings after SAMLOGON query regardless of whether it's an NT mailslot or a non-NT mailslot, after having observed this behaviour out of NT machines. perhaps you could post the relevant tcpdump or netmon capture so we can see what is going on? I suspect that what you saw isn't exactly what the win95 boxes are generating. Maybe you saw a GETDCxxx instead of a GETDC000 ? Maybe we need a switch based on the GETDC request type? We won't know unless we see sniffs.
* added copyright notice from Patrick PowellAndrew Tridgell1998-10-311-8/+5
|
* Mode doc work (smbclient was *nasty*).Jeremy Allison1998-10-314-1053/+529
| | | | Jeremy.
* Fix suggested by Nicholas.S.Jenkins@cdc.com - connect to theJeremy Allison1998-10-301-2/+7
| | | | | | | password change server as anonymous - you don't need to have logged on as the user to do the password change. Doh ! (Why didn't *I* think of that one.... :-). Jeremy.
* do not print garbage just because someone does not want dependencies :-)Alexandre Oliva1998-10-301-24/+24
|