Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generated docs | Gerald Carter | 2002-01-24 | 1 | -9/+42 |
| | |||||
* | * update smb.conf(5) | Gerald Carter | 2002-01-02 | 1 | -4/+6 |
| | | | | | | * add pdbedit nroff and html files * regenerate docs * update docbook/Makefile.in for pdbedit.8.sgml | ||||
* | lareg autogen and cleanup of old files. Preparing for | Gerald Carter | 2001-12-06 | 1 | -1/+1 |
| | | | | merge into HEAD. | ||||
* | checking some minor changes that have been sitting on my disk for a | Gerald Carter | 2001-09-15 | 1 | -3/+4 |
| | | | | | | | | while. --jerry | ||||
* | Updated with new parameters. | Jeremy Allison | 2001-07-09 | 1 | -3/+9 |
| | | | | Jeremy. | ||||
* | large set of updates from Richard Hellier <rlh@lsil.com>. | Gerald Carter | 2001-06-22 | 1 | -48/+48 |
| | | | | Mostly tag fixes and typos. Many Thanks! :) | ||||
* | autogen after fixing the strip-links.pl script to handle | Gerald Carter | 2001-05-03 | 1 | -1/+1 |
| | | | | newlines correctly. | ||||
* | updated Makefile to use the ldp DSSSL and regenerated all docs. | Gerald Carter | 2001-04-24 | 1 | -1/+1 |
| | | | | The PDF file looks a lot better now. Shorter as well due to new layout. | ||||
* | preparing for release of 2.2.0-alpha3 | Samba Release Account | 2001-03-23 | 1 | -1/+1 |
| | |||||
* | autogen stuff. small perl script in docbook/scripts | Gerald Carter | 2001-03-10 | 1 | -4/+4 |
| | | | | which strip the ugly <URL:.*html.*> links generated by docbook2man. | ||||
* | autogen stuff | Gerald Carter | 2001-03-02 | 1 | -2/+2 |
| | |||||
* | autogen stuff | Gerald Carter | 2001-02-28 | 1 | -799/+770 |
| | |||||
* | preparing for release of 2.2.0-alpha2 | Samba Release Account | 2001-01-30 | 1 | -1/+1 |
| | |||||
* | Changes from APPLIANCE_HEAD: | David O'Neill | 2000-12-05 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | - clean up some confusing variable names, remove unreachable 'break' statements. (source/printing/nt_printing.c) - reformatted to fit 80 columns (docs/docbook/docbook.txt) - configure.developer now runs configure in `dirname $0` (source/configure.developer) - syncup of smbclient docs (docs/htmldocs/smbclient.1.html docs/manpages/smbclient.1 docs/yodldocs/smbclient.1.yo) - fix to debugging code (testsuite/printing/psec.c) | ||||
* | preparing for release of 2.2.0-alpha1 | Samba Release Account | 2000-11-23 | 1 | -1/+1 |
| | |||||
* | preparing for release of 2.2.0-alpha0 | Samba Release Account | 2000-10-08 | 1 | -1/+1 |
| | |||||
* | added the -A <authfile> option for allowing the reading of user | Gerald Carter | 2000-08-29 | 1 | -2/+22 |
| | | | | | | | | name and password credentials from a file. Designed for use when needed to passwd credentials between scripts --jerry | ||||
* | - added example config section to winbindd man page | Andrew Tridgell | 2000-05-12 | 1 | -2/+2 |
| | | | | - reran yodldocs with newer version of yodl | ||||
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -9/+11 |
| | |||||
* | re-ran yodl | Andrew Tridgell | 1998-11-27 | 1 | -5/+12 |
| | |||||
* | Update for 2.0beta1. | Jeremy Allison | 1998-11-14 | 1 | -19/+25 |
| | | | | Jeremy. | ||||
* | Added link to YODL url. | Jeremy Allison | 1998-11-11 | 1 | -2/+4 |
| | | | | Jeremy. | ||||
* | First versions of the man pages auto-generated from the YODL | Jeremy Allison | 1998-11-11 | 1 | -1242/+746 |
| | | | | | source. Jeremy. | ||||
* | preparing for release of 2.0.0 alpha 11 | Samba Release Account | 1998-10-08 | 1 | -1/+1 |
| | |||||
* | preparing for release of 2.0.0 alpha 10 | Samba Release Account | 1998-10-08 | 1 | -1/+1 |
| | |||||
* | Added E Jay Berkenbilt's fixes | Richard Sharpe | 1998-10-04 | 1 | -0/+5 |
| | |||||
* | preparing for release of 2.0.0 alpha 6 | Samba Release Account | 1998-09-18 | 1 | -1/+1 |
| | |||||
* | preparing for release of 2.0.0 alpha 5 | Samba Release Account | 1998-09-17 | 1 | -1/+1 |
| | |||||
* | preparing for release of 2.0.0 alpha 1 | Samba Release Account | 1998-08-31 | 1 | -1/+1 |
| | |||||
* | preparing for release of 2.0.0 alpha | Samba Release Account | 1998-08-31 | 1 | -1/+1 |
| | |||||
* | smbclient.1 updated to reflect the new functionality and to document ↵ | Richard Sharpe | 1998-04-11 | 1 | -2/+24 |
| | | | | | | | functionality that has been available for a long time. More updates needed ... people tend to forget the man pages when adding functionality. | ||||
* | Adding the same change as was added to 1.9.18 branch to add the | Jeremy Allison | 1998-03-16 | 1 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | "name resolve order" parameter. source/Makefile: Re-ordered link for name resolve order code. source/clientgen.c: source/clientutil.c: Added calls to resolve_name(). source/includes.h: Added HPUX zombie fix. source/loadparm.c: Added new name resolve order parameter. source/namequery.c: Re-wrote to include parsing of lmhosts file, new resolve_name() function requested by John. source/nmbd.c: Tell resolve_name not to do WINS lookups if we are the WINS server. source/nmbd_lmhosts.c: Call lmhosts parsing functions in namequery.c source/password.c: Call resolve_name() to lookup security=server name. source/reply.c: source/time.c: source/trans2.c: "fake directory create times" fix from Jim Hague - hague@research.canon.com.au. source/util.c: Removed isalnum() test in Get_Hostname() that seems to cause problems on many systems. Jeremy. | ||||
* | preparing for release of 1.9.18 | Samba Release Account | 1998-01-08 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha14 | Samba Release Account | 1997-12-24 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha13 | Samba Release Account | 1997-12-16 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha12 | Samba Release Account | 1997-11-28 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha11 | Samba Release Account | 1997-11-02 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha10 | Samba Release Account | 1997-11-01 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha9 | Samba Release Account | 1997-10-30 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha8 | Samba Release Account | 1997-10-29 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha7 | Samba Release Account | 1997-10-29 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha6 | Samba Release Account | 1997-10-27 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha5 | Samba Release Account | 1997-10-25 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha4 | Samba Release Account | 1997-10-24 | 1 | -1/+1 |
| | |||||
* | preparing for release of samba-1.9.18alpha4 | Samba Release Account | 1997-10-24 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha3 | Samba Release Account | 1997-10-21 | 1 | -1/+1 |
| | |||||
* | preparing for release of 1.9.18alpha2 | Samba Release Account | 1997-10-21 | 1 | -1/+1 |
| | |||||
* | smbclient.1: Added documentation of the username%password environment code. | Jeremy Allison | 1997-09-19 | 1 | -0/+7 |
| | | | | | smb.conf.5: Added 'username level' docs. Jeremy (jallison@whistle.com) | ||||
* | Added patches from Paul Eggert. | Samba Release Account | 1997-01-08 | 1 | -13/+12 |
| | |||||
* | Edited doc directory to remove anything that pointed to Karl Auer, since he | Samba Release Account | 1996-10-02 | 1 | -2/+0 |
| | | | | | is still getting lots of email. Also updated some of the PROJECTS file. Luke, you should do a quick paragraph or two there. |