summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we compile with gcc by default.Richard Sharpe2001-06-301-0/+1
| | | | (This used to be commit 93c45024cdbbf51322106e2a5961db8c09618833)
* Add a static linking target to the examples Makefile so I can test out ↵Richard Sharpe2001-06-301-1/+5
| | | | | | static linking ... (This used to be commit 9627bace72eb3be322f8895b055a31768e551136)
* Adding an examples directory for libsmbclient to the head branch along withRichard Sharpe2001-05-174-0/+1296
| | | | | a simple Makefile and a small README ... (This used to be commit 950821d69cb6dcc723f8610584718c6217136d55)
* Added example vfs block example from Ronald Kuetemeier <ronald@kuetemeier.com>.Jeremy Allison2001-05-164-0/+602
| | | | | Jeremy. (This used to be commit 0609cd3162173575d22fbd12c48e777a5b15553e)
* Sync up smb.conf.default with APPLIANCE_HEAD and SAMBA_2_2David O'Neill2001-01-051-0/+2
| | | | (This used to be commit 74dd0f58211129770f6e85d28a658e5fdff1ecae)
* Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison2000-11-061-1/+2
| | | | | | versions don't match. Jeremy. (This used to be commit b29ff816734c0424f69124feb316da13f2e094f7)
* Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>.Jeremy Allison2000-11-063-106/+196
| | | | | Jeremy. (This used to be commit 5d6dec3a94f496651a5f0643ab228c975911e6cd)
* added a little description of useage and output format since this givesHerb Lewis2000-08-281-1/+27
| | | | | more info than just what parameters are not supported by SWAT. (This used to be commit 7db533cb47a0d9bc88219dbe48e96ceed45a65a1)
* script written by herb for reporting which smb.conf parametersGerald Carter2000-08-281-0/+96
| | | | | | | | | | are in loarparm.c but not supported by SWAT. I just thought it looked fun. :-) --jerry (This used to be commit eb20a2c6f478688b82ce8346fea618aebbfc9295)
* Forgot attr entry for private dir.Tim Potter2000-06-051-0/+1
| | | | (This used to be commit df690273312fd5b6f3041298bf9763948d842811)
* Updated samba appliance example.Tim Potter2000-06-055-67/+289
| | | | (This used to be commit e42f2fc397ab195391a6f78452782efb89ebf0cf)
* Updated VFS examples to use ftruncate() and lock() functions.Tim Potter2000-05-172-135/+150
| | | | (This used to be commit def0da145aa8b804b75b0f35bdd4a809a2a806fc)
* compile with -O2Andrew Tridgell2000-05-121-2/+2
| | | | (This used to be commit 5e2a0b3cb9be19596e9885371b3dc96fc8fda1b2)
* build in /usr/src/redhatAndrew Tridgell2000-05-122-7/+1
| | | | (This used to be commit 11328f27816160d77934fb9b2409263f442e4f42)
* updated appliance MakefileAndrew Tridgell2000-05-121-3/+4
| | | | (This used to be commit 6a89e07f0443cc48b80b22bdec6e18ab764d43f8)
* added packaging section to READMEAndrew Tridgell2000-05-121-0/+20
| | | | (This used to be commit 535e33adaff8cd329ed73243f26114ac3c649365)
* fixed tar command lineAndrew Tridgell2000-05-121-1/+1
| | | | (This used to be commit b022e6ab9785588fd4123ae4d819936fb5bfdbdc)
* exclude CVS files from rpm buildAndrew Tridgell2000-05-121-1/+1
| | | | (This used to be commit 14fccd68fa2f3ea38dba8da512386f334129fcd1)
* don't install winbind man page twiceAndrew Tridgell2000-05-121-1/+0
| | | | (This used to be commit 6e81ba8bace4d966ab53d29c49782a81f669ba24)
* Nuked changelog - use cvs log instead.Tim Potter2000-05-121-6/+2
| | | | | | | Actually install winbindd man page. Clean up build directory after make. (This used to be commit 3fa7141feae6fca6df1407ff162664fad44978ed)
* simple build script for appliance rpmTim Potter2000-05-121-0/+8
| | | | (This used to be commit 40b8095a9a367d2fee1e58d12affc5883d4adc0a)
* added winbindd man page to spec fileAndrew Tridgell2000-05-121-0/+2
| | | | (This used to be commit 9cc81b62886ff2f6b72632c550a808889d8a47a3)
* updated the appliance READMEAndrew Tridgell2000-05-121-2/+32
| | | | (This used to be commit 0e29eef8374e7bf0002acbd04d5438c5c1690c44)
* Initial version of appliance spec file.Tim Potter2000-05-121-0/+178
| | | | (This used to be commit 1be483c90b8f59cefdaf05594564882d99f0fbd3)
* updated appliance MakefileAndrew Tridgell2000-05-101-2/+15
| | | | (This used to be commit bfa14cff8c0a1a7a18cb649dc33d5aabc9cd53ac)
* the beginnings of a description of how to setup a Samba applianceAndrew Tridgell2000-05-092-0/+57
| | | | (This used to be commit ec2b77e97d8beaee9d2352411da01b302d0875c3)
* fsync() returns an int rather than void.Tim Potter2000-04-051-3/+3
| | | | (This used to be commit 26972823cf66aa8c4e61af9b208707c11c8b8ac6)
* Added *.soTim Potter2000-04-051-0/+1
| | | | (This used to be commit e6d11483e2187d8f794f38f5687758f2a2f0b0e6)
* Improved clean target.Tim Potter2000-04-051-2/+3
| | | | (This used to be commit facdfd319de59be4dd9b500202d33a2f3853c2c6)
* Hopefully these changes will actually stick.Tim Potter2000-02-044-37/+44
| | | | (This used to be commit a2782097db258a164bf43d814e8832a27d0eb3f1)
* Some strange CVS weirdness happening here. I had SAMBA_TNG tags in myTim Potter2000-02-035-0/+486
| | | | | head branch CVS/Entries file leading to lots of fun and games. )-: (This used to be commit bb07eceddb0552ff17ba9db94ae81f58226be4b5)
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1999-12-134-776/+0
| | | | | | that were in the head branch but weren't in SAMBA_2_0 (This used to be commit d7b208786590b5a28618590172b8d523627dda09)
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-135-14/+5
| | | | (This used to be commit 453a822a76780063dff23526c35408866d0c0154)
* This is an experimental program to shutdown a group of NTws in aLuke Leighton1999-11-051-0/+259
| | | | | | | | Samba domain via rpcclient. Copyright (c) David Bannon 1999 David Bannon, D.Bannon@latrobe.edu.au, 4th November, 1999 (This used to be commit 51747ecf6adbb89695a1a8b8fbb98e9f6b7d2290)
* rpcclient example scripts / programs.Luke Leighton1999-11-051-0/+11
| | | | (This used to be commit d63f73cacae64abf029c1ecb83fa99c45b6636c2)
* global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-212-2/+2
| | | | (This used to be commit 42d2509c9fab5c774fd33b9d4b5bd1ee125479c3)
* Try to make smbprint a better behaved citizen.Richard Sharpe1998-10-111-2/+20
| | | | | | | | | | | | | | | Removed a -x on the first line that causes lots of output to the console and added a command line parameter handling flag for the tranlate case. The problem is that smbprint is being overwritten/replaced when you upgrade a RedHat rpm. If you had modified smbprint to include translation, you loose it, and you have to go and repatch etc. Now, we have a -t flag on smbprint, so we should have fewer problems in this regard. Untested as yet, but soon will be ... (This used to be commit 4e2f5c625e50ebc09c7ebfa3266ddece6fa00f8e)
* Contributed software for Linux autofs support.John Terpstra1998-04-133-0/+524
| | | | (This used to be commit 883be3907778ee160872b0a0a023fc34e636774f)
* applied a patch from Norm Jacobs to allow "printcap name = lpstat"Andrew Tridgell1997-12-031-1/+8
| | | | | | | | | | | to use lpstat to obtain the printer list on systemV systems. I've now made this the default on all SYSV systems. Jeremy, you were a little worried about the security of this patch. I believe it's OK as the user has no control over the options given to popen() and the pipe is only open for reading. (This used to be commit 6a83de0ae954bb18d3f15382f2b0b3259fedff09)
* the logon script example should use %U.bat not %u.batAndrew Tridgell1997-11-301-2/+2
| | | | (This used to be commit e57275dd193d648458293b25f0cc3c7179f26536)
* Added DNS Proxy, Printing, [netlogon] share modes = no.John Terpstra1997-10-201-1/+12
| | | | (This used to be commit 7b3340c78dd9654d6f8e04196be6cd9e826daaf6)
* add a section on encryption and change the formatting a bitAndrew Tridgell1997-10-191-103/+108
| | | | (This used to be commit cdf4aa565302df07b0232c52506ab77be968f80d)
* Fixed small typo.John Terpstra1997-10-181-1/+1
| | | | (This used to be commit 2b15116a9ab48381445a6b7fb4352f71bf8860c0)
* add a note about running testparm after modifying smb.confAndrew Tridgell1997-10-171-0/+3
| | | | (This used to be commit 92e7092af1daf9349ca9fb00cd27c0ddc21b37d9)
* put the new example config file in here as wellAndrew Tridgell1997-10-171-128/+116
| | | | (This used to be commit b75580a6bd5a5607f6901915ae0f5357015bd274)
* JHT ==> Getting ready for 1.9.18alpha1.John Terpstra1997-10-131-0/+1
| | | | | | | | | | examples/smb.conf.default: added line "share modes = no" to netlogon share parameter list packaging/redhat: updated RedHat RPM build files. added smbadduser script (modified for RHL). (This used to be commit 69fad04198bfcbaaadcebd6c81efdb3612af5bc8)
* More references to samba.canberraSamba Release Account1997-10-071-1/+1
| | | | | | Mental note: always commit from root directory. :^o Paul. (This used to be commit 5a38eaac75a6bede2d946f69cf664d7ca3989b55)
* JHT ===> More hacks!John Terpstra1997-09-171-5/+6
| | | | (This used to be commit 0b859fdfac07322f021dbb74791914e22f6b9884)
* JHT ===> No longer needed here. Files moved to ~/packaging/redhat.John Terpstra1997-08-1911-743/+0
| | | | (This used to be commit daa148c38467caea6f0c6dfe59a5f0ba6797e4bb)
* JHT ===> Just playin' wif da RPM 'tings. Ok?John Terpstra1997-07-262-87/+149
| | | | (This used to be commit 4d9b2f48b737a3757a3c482d3d90cf0b9778260a)