summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for unistr2_to_ascii.Jeremy Allison2001-11-131-3/+3
| | | | Jeremy.
* Formatting fixes only.Jeremy Allison2001-11-132-67/+67
| | | | Jeremy.
* Collection of updates...Gerald Carter2001-11-126-2591/+2694
| | | | | | | * updates for the Samba-PDC-HOWTO from John Zuckerman @ Texas A&M University * removed outdated reference to DOMAINS.txt in smb.conf * regenerate all files
* removing outdated docsGerald Carter2001-11-124-1860/+4
|
* Added note about converting the html files into textGerald Carter2001-11-121-0/+8
|
* Don't check space on every extend if strict allocate not set.Jeremy Allison2001-11-121-5/+3
| | | | Jeremy
* Move tunable to local.h, don't mix allocation with size change.Jeremy Allison2001-11-123-14/+21
| | | | Jeremy.
* added latest updates from John Trostel for the Winbind-HOWTO.Gerald Carter2001-11-126-94/+154
| | | | | | Also added note about pam_winbind not support the password module-type. And regenerated pages for smb.conf from Monyo's fixes.
* Fix allocation size returns that were causing errors on dos databaseJeremy Allison2001-11-114-355/+356
| | | | | app. Jeremy.
* fixed typosMotonobu Takahashi2001-11-111-2/+2
|
* fixed a typoMotonobu Takahashi2001-11-101-1/+1
|
* Use defined constants not integers.Jeremy Allison2001-11-101-3/+3
| | | | Jeremy.
* Cut&Paste ErrorVolker Lendecke2001-11-091-1/+1
| | | | Volker
* Fixed __LPID, should be _LPID.Jeremy Allison2001-11-092-2/+2
| | | | Jeremy.
* LDAP fixes from samba-technical.Volker Lendecke2001-11-091-2/+6
| | | | | | | - decimal/hexadecimal conversion bug - if rid==0 use the old smbpasswd algorithm to make up a rid Volker
* Fixed incorrect debug message. )-:Tim Potter2001-11-081-1/+1
|
* spoolss_io_devmode private data is binary and should be shown in hex,Martin Pool2001-11-081-1/+2
| | | | not ascii.
* Fix for <4gb writes.Jeremy Allison2001-11-081-4/+3
| | | | Jeremy.
* Ignore autogenerated build_env.h.Martin Pool2001-11-081-0/+1
|
* Added more #defines, added debug in vfs, fixed erroneous fs attribute.Jeremy Allison2001-11-083-4/+9
| | | | Jeremy.
* Removed unused var.Jeremy Allison2001-11-061-1/+1
| | | | Jeremy.
* Fixed unsigned / long unsigned format missmatch.Jeremy Allison2001-11-061-4/+4
| | | | Jeremy
* Merged the efficiency change from appliance-head.Jeremy Allison2001-11-061-22/+20
| | | | Jeremy.
* Merge of pptok fix from appliance head.Tim Potter2001-11-063-6/+6
|
* remove reference to share modes parameterHerb Lewis2001-11-051-2/+1
|
* Changed open pipes to 2048.Jeremy Allison2001-11-051-1/+1
| | | | Jeremy.
* don't upper case the username.Gerald Carter2001-11-051-2/+2
|
* series of updates that got overlooked sitting on my laptop. :-\Gerald Carter2001-11-0510-653/+715
| | | | Hmmm....
* Fix for broken-as-shipped RedHat 7.2 system headers. Now we haveJeremy Allison2001-11-041-0/+12
| | | | | to detect this in configure. Jeremy.
* Fixed segfault if sup_tok == NULL. Thanks Andrewb.Jeremy Allison2001-11-041-2/+4
| | | | Jeremy.
* Add suplimentary groups that don't map to UNIX groups to the NT_USER_TOKENJeremy Allison2001-11-035-10/+35
| | | | | | only. This allows extra groups to be seen by the NT share ACL code and printer code. Jeremy.
* Fixed winbindd build.Jeremy Allison2001-11-031-1/+1
| | | | Jeremy.
* Don't add groups into a list that already exist there.Jeremy Allison2001-11-031-2/+17
| | | | Jeremy.
* Added extra group info into 2.2.3.Jeremy Allison2001-11-036-14/+105
| | | | Jeremy.
* Fixed debug.Jeremy Allison2001-11-021-1/+1
| | | | Jeremy.
* fixed typosMotonobu Takahashi2001-10-301-2/+2
|
* fixed the number of available printing optionsMotonobu Takahashi2001-10-291-1/+1
|
* Don't force winbind to use non-local DC's.Volker Lendecke2001-10-291-1/+1
| | | | | | BTW, why does winbind ignore 'password server' ? Volker
* Raise simultaneous open pipes from 64 to 1024 for large print serverJeremy Allison2001-10-271-1/+1
| | | | | environments. Jeremy.
* fix compiler warning (cast)Herb Lewis2001-10-271-1/+1
|
* Add IRIX support for libns_wins.soHerb Lewis2001-10-272-12/+86
|
* Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison2001-10-241-2/+2
| | | | Jeremy.
* Removed unused fn (thanks Tim).Jeremy Allison2001-10-241-68/+0
| | | | Jeremy.
* Don't overwrite existing /etc/samba/smb.conf or other files if both ↵Jeremy Allison2001-10-231-5/+5
| | | | | | | | /etc/smb.conf and /etc/samba/smb.conf both exist. Thanks to jht for this bug. Jeremy.
* Fix for @ in pathname from Kian Win.Jeremy Allison2001-10-221-1/+5
| | | | Jeremy.
* Removed extern int DEBUGLEVEL - included in headers.Jeremy Allison2001-10-20191-1345/+1029
| | | | | | | Moved from timestamp based comparison of open files in share mode table to generational file_id comparison. This should help track down any logic bugs. Needs some more testing. Coming to HEAD as soon as the compile finishes :-). Jeremy.
* Fix for non_root_mode() (from HEAD).Jeremy Allison2001-10-201-1/+1
| | | | Jeremy.
* fixed a typoMotonobu Takahashi2001-10-202-2/+2
|
* Ensure we mask off deny modes correctly on being set (this shouldn't haveJeremy Allison2001-10-192-3/+3
| | | | | | caused problems but is tidier). Fix debug statement in locking.c Jeremy.
* Added lanman names (including rap.h) for lanman code. Thanks Jim & Steve.Jeremy Allison2001-10-192-33/+42
| | | | Jeremy.