summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix to make device mode changes be saved againGerald Carter2002-02-121-4/+18
| |
* | fixes for some compile warnings in psm_smbpassGerald Carter2002-02-125-5/+6
| |
* | sync with 2.2 releaseHerb Lewis2002-02-121-4/+23
| |
* | reorder some functions to remove compiler warningsGerald Carter2002-02-121-54/+55
| |
* | fixed compile errorGerald Carter2002-02-121-1/+1
| |
* | regenerated docs that didn't get checked in for 2.2.3a :-(Gerald Carter2002-02-116-18/+112
| | | | | | | | Mostly just typos....
* | add missing print_access_check() for _spoolss_addform()Gerald Carter2002-02-111-6/+7
| |
* | fixed typo in commentsGerald Carter2002-02-111-2/+2
| |
* | fix stupid typo in OID :-(Gerald Carter2002-02-111-4/+4
| |
* | fix small typo in OIDGerald Carter2002-02-111-1/+1
| |
* | pdb_tdb was not working properly in 2.2 (yes also 2.2.3a), it was my fault, ↵Simo Sorce2002-02-111-0/+1
| | | | | | | | | | | | I'm so sorry :( addedd the missing line...
* | allocate an arc to JFGerald Carter2002-02-091-0/+2
| |
* | Fix changes between app-head and 2.2.x.Jeremy Allison2002-02-091-6/+4
| | | | | | | | Jeremy.
* | Merge JohnR's stop form set spinning change.Jeremy Allison2002-02-091-0/+21
| | | | | | | | Jeremy.
* | merge from APPLIANCE_HEADGerald Carter2002-02-081-2/+2
| |
* | Add -c option to specify smb.conf file (-s was already used).Herb Lewis2002-02-071-172/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow you to use smbpasswd if your smb.conf file is not in the compiled location. Move all the command line agrument processing to one place. Process args before calling lp_load services so it gets correct smb.conf file I'm not sure of the intent of the -L option (it no longer needs to be first). The usage message shows only root can use it, but there is no check in the original code to see if you were root before processing the arg. I left it so you can specify the arg as non-root but doesn't seem correct. Also this arg is not documented in smb.conf man page. Could people test the various forms of using smbpasswd to make sure I didn't break anything. I tried the ones I can think of and it seems OK.
* | re-added definition of share modesHerb Lewis2002-02-061-0/+28
| | | | | | | | someone needs to regenerate docs
* | no longer need separate build of o32 smbwrapperHerb Lewis2002-02-061-13/+0
| |
* | fix for IRIX toolroot buildsHerb Lewis2002-02-062-285/+287
| |
* | removed unused variableGerald Carter2002-02-051-1/+0
| |
* | Fix HPUX build (less than 11.x).Jeremy Allison2002-02-054-3/+6
| |
* | Check for NULL params (from HEAD).Jeremy Allison2002-02-051-0/+3
| |
* | Stupid errormap typo fix !Jeremy Allison2002-02-051-1/+1
| | | | | | | | Jeremy.
* | fix for compilingGerald Carter2002-02-041-1/+1
| |
* | smbprint-new.sh was borken ... Fixed and tested ...Richard Sharpe2002-02-041-7/+11
| | | | | | | | I will change it to the real one soon.
* | Updated WHATSNEW for release.Jeremy Allison2002-02-021-10/+126
| | | | | | | | Jeremy.
* | Removed duplicate line.John Terpstra2002-02-021-1/+0
| |
* | Adding final pkg format control files for 2.2.3John Terpstra2002-02-022-0/+65
| |
* | Updating patches and adding smbadduser back to build.John Terpstra2002-02-026-2/+1128
| |
* | Updated for build of release version of samba only.John Terpstra2002-02-021-9/+60
| |
* | Fixes so 2.2.3 should build on MDK8.1John Terpstra2002-02-021-310/+749
| |
* | One more from 8.1John Terpstra2002-02-021-0/+0
| |
* | Mandrake codepage patch. Make version officially 2.2.3Jeremy Allison2002-02-022-1/+1881
| | | | | | | | Jeremy.
* | Adding Mandrake patches from 8.1John Terpstra2002-02-027-0/+14
| |
* | Not used now.Jeremy Allison2002-02-021-3/+0
| | | | | | | | Jeremy.
* | Removing - mistake in add.Jeremy Allison2002-02-0249-4010/+0
| | | | | | | | Jeremy.
* | Marge.Jeremy Allison2002-02-0248-0/+4007
| | | | | | | | Jeremy.
* | Ensure winbindd is built for HPUX11, fix some SGI compiler warnings, fixJeremy Allison2002-02-026-22/+23
| | | | | | | | | | the UNIX link path. Jeremy.
* | large debian packaging checking from Eloy.Gerald Carter2002-02-0265-96/+6802
| | | | | | | | jerry
* | Added in the BDC mini-HOWTO from Volker (written back in August).Gerald Carter2002-02-029-2013/+3484
| | | | | | | | regenerated docs...
* | finish off changes to the Samba-LDAP-HOWTO ....Gerald Carter2002-02-021-50/+182
| | | | | | | | Next to finish the PDC-BDC HOWTO
* | remove duplicate codeHerb Lewis2002-02-021-42/+2
| |
* | Comment out AUTH_CRAP by default as a security measure.Jeremy Allison2002-02-022-0/+4
| | | | | | | | Jeremy.
* | Regen docoAndrew Bartlett2002-02-023-18/+51
| |
* | Fix missing </para>Andrew Bartlett2002-02-021-2/+2
| |
* | Fix link code from UNIX clients.Jeremy Allison2002-02-021-0/+13
| | | | | | | | Jeremy.
* | Update the manpage to better document the -j FOO -U Administrator%passwordAndrew Bartlett2002-02-021-7/+25
| | | | | | | | | | | | | | | | | | | | syntax. Fix a bit of spelling. Needs autogen. Andrew Bartlett
* | remove leading slash from tdb file nameSimo Sorce2002-02-011-5/+9
| |
* | Merging in JohnR's changes to DEVICEMODE.Jeremy Allison2002-02-012-18/+40
| | | | | | | | Jeremy.
* | Added updates from Don McCall.Jeremy Allison2002-02-015-0/+429
| | | | | | | | Jeremy.