summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Learned about the label() and link() commands and how to use url()Jeremy Allison1998-10-295-89/+153
| | | | | to do cross ref links. Jeremy.
* looks like someone forgot to commit these...Alexandre Oliva1998-10-293-2/+5
|
* Added html label() macros to man page sections allowing them to beJeremy Allison1998-10-291-7/+12
| | | | | linked to externally. Jeremy.
* Fixed bug (that I introduced when doing the "delete on close" workJeremy Allison1998-10-291-7/+9
| | | | | | | | that caused NetBench to fail as the wrong error code was being returned from a getatr call. Change was not to set the unix_ERR_class global when you are not returning an error. This is a big of Samba internal folklore that is *important*. Jeremy.
* modify dependency tracking code so that it:Alexandre Oliva1998-10-291-10/+29
| | | | | | | | 1) inserts the pathname of the object file in the dependency file (currently, gcc will only generate the basename) 2) the directory tree within .deps mirrors the source tree, so that we use shorter filenames problem 1 was reported to me by Tom Angert <angert@bellsouth.net>
* Added description of reason for failure of test 3 due to blockage of theJohn Terpstra1998-10-291-1/+20
| | | | loopback address.
* Path change only.John Terpstra1998-10-291-1/+1
|
* Fixed spec file entry that was causing the CDRom installer to generateJohn Terpstra1998-10-292-2/+2
| | | | | | a message claiming that package installation had failed when it really did work. The error was caused by the killall command being used where there is no /proc for it to work on.
* nmbd.8.yo: More tweaks.Jeremy Allison1998-10-292-1/+1221
| | | | | smbclient.1.yo: Partially done... Jeremy.
* Tidied up option processing in smbclient - usage message now actuallyJeremy Allison1998-10-291-123/+132
| | | | | | | | | reflects the real options. Removed '-S' option - couldn't see what this was doing (seemed to have something to do with nt_domain_logon ?). Luke please check if you needed this code (code is only #ifdef'ed out and can be re-instated). Did this to make writing of yodl smbclient man page possible :-). Jeremy.
* clean up steps for making distributionHerb Lewis1998-10-291-15/+30
|
* some versions of Irix pass the HAVE__ACL test but don't have acl.hHerb Lewis1998-10-291-1/+1
| | | | test for both before including ACL support.
* yet another person asked me where the name Samba came from, so I putAndrew Tridgell1998-10-291-0/+22
| | | | it in the history file.
* Finished nmbd docs, small changes to smbd docs.Jeremy Allison1998-10-282-203/+152
| | | | Jeremy.
* This should have gone with the last batch.Christopher R. Hertel1998-10-281-4/+3
| | | | | | Again, to compile debug2html, you need to do a 'make debug2html'. Chris -)-----
* I've moved the debugparse module files into the ubiqx directory because IChristopher R. Hertel1998-10-283-15/+445
| | | | | | | | | | | know that 'make proto' will ignore them there. The debugparse.h header file is included in includes.h, and includes.h is included in debugparse.c, so all of the pieces "see" each other. I've compiled and tested this, and it does seem to work. It's the same compromise model I used when adding the ubiqx modules into the system, which is why I put it all into the same directory. Chris -)-----
* Still moving things around. debugparse.h will be removed from the includeChristopher R. Hertel1998-10-283-85/+2
| | | | directory in the next batch. Chris -)-----
* Just moving things around a bit.Christopher R. Hertel1998-10-281-328/+0
| | | | Chris -)-----
* Added Cybernet systems. Also made it clear that USA is *North* America,Jeremy Allison1998-10-281-5/+33
| | | | | | and not the whole of North America (apologies to the bloke from Mexico who got upset). Jeremy.
* Move man page section from (1) to (8) for smbd.Jeremy Allison1998-10-281-1/+1
| | | | Jeremy.
* Added clear-out-structure fix for make_unistr2.Jeremy Allison1998-10-281-0/+2
| | | | Jeremy.
* Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1998-10-281-9/+9
| | | | | annoying exception I'm still looking at :-). Jeremy.
* Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1998-10-285-6/+18
| | | | | | Chris - feel free to fix these things differently if these fixes don't work for you. Jeremy.
* Fix from thwartedefforts@wonky.org (slightly modified) toJeremy Allison1998-10-281-1/+1
| | | | | fix username overwriting problem in security=share. Jeremy.
* fixed problem with snprintf.c and mkprotoAndrew Tridgell1998-10-282-4/+13
|
* use abort() instead of exit() in smb_panic()Andrew Tridgell1998-10-281-1/+1
| | | | | the reason we don't return() here is that smb_panic() is used not just for segv but also for detected errors (such as buffer overflows)