summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stopJeremy Allison2001-05-081-0/+10
| | | | | | | | | | %I getpeername() failure. Jeremy.
* | doc updates to match recent 2.2 code commits.Gerald Carter2001-05-073-244/+148
| |
* | ooppss. Stupid error fix.Gerald Carter2001-05-071-2/+2
| |
* | removed 'domain admin users', 'domain guest users', & 'domain groups'Gerald Carter2001-05-074-18/+17
| |
* | minor reformatting due to some missing \t'sGerald Carter2001-05-071-14/+14
| |
* | Fix for bad profile perms. Ensure r on files and rwx on directories.Jeremy Allison2001-05-071-8/+28
| | | | | | | | Jeremy.
* | missed a merge from HEADGerald Carter2001-05-072-99/+35
| |
* | fixed a few typos,Gerald Carter2001-05-079-12/+12
| |
* | merge from headAndrew Tridgell2001-05-072-22/+17
| |
* | rebuild proto.hAndrew Tridgell2001-05-071-0/+3
| |
* | merge some fixes from headAndrew Tridgell2001-05-0713-179/+407
| |
* | make protoGerald Carter2001-05-071-65/+33
| |
* | merge of Tim's change from HEADGerald Carter2001-05-072-96/+342
| |
* | Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thoughtJeremy Allison2001-05-062-70/+82
| | | | | | | | | | | | about it to stop account lockouts with "security=server" mode. Sorry for the delay David. Jeremy.
* | replace modf so we don't need the math libraryAndrew Tridgell2001-05-061-4/+39
| |
* | allow env variable TESTDIR for directory for fcntl_lock testAndrew Tridgell2001-05-061-0/+4
| |
* | merge from headAndrew Tridgell2001-05-061-2/+25
| |
* | clearer tdb_mmap codeAndrew Tridgell2001-05-061-24/+19
| |
* | Copied from samba-2.0.8 code tree as the one shipped with 2.2.0 is out of date.John Terpstra2001-05-051-62/+152
| |
* | Gerald's changes broke the build for a bit.Jeremy Allison2001-05-052-1/+12
| | | | | | | | Jeremy.
* | After talking to Andrew, don't fail deliberately if the mmap fails, we needJeremy Allison2001-05-041-6/+2
| | | | | | | | | | to fall back to read/write. Jeremy.
* | Fix for OpenBSD and HPUX and others where mmap and read/write are notJeremy Allison2001-05-041-8/+29
| | | | | | | | | | | | consistent. Needs more testing.... Jeremy.
* | filled in 'change share command' parameter in smb.conf. Also regeneratedGerald Carter2001-05-045-1514/+1759
| | | | | | | | the HOWTO-Collection PDF and HTML formats.
* | this now works as a add|delete share command :-)Gerald Carter2001-05-041-10/+37
| | | | | | | | | | | | | | It rewrites smb.conf and all the spaces have been stripped from the parameter names. I can fix this using a table lookup, but I don;t have time to put all the smb.conf parameters in to a table right now. It is "proof of concept"
* | simple perl script to parse smb.conf into a hash of hashes.Gerald Carter2001-05-041-0/+126
| | | | | | | | | | I'll include a wrapper in a few minutes which will give us a sample add|delete share command
* | merging Tim's changes form HEADGerald Carter2001-05-044-40/+413
| |
* | generating formats for new 'restrict acl...' parameterGerald Carter2001-05-043-19/+227
| |
* | Added "restrict acl with mask" documentation to sgml. Gerald please check IJeremy Allison2001-05-031-0/+50
| | | | | | | | | | haven't screwed up the docs build :-). Jeremy.
* | Fixed SHM_R/SHM_W bugs by moving tests for sys/ipc.h and sys/shm.h into autoconfJeremy Allison2001-05-0310-19/+40
| | | | | | | | | | | | | | and includes.h. Added "restrict acl with mask" parameter - defaults to false. Fixedup builds of smbtorture and masktest. Jeremy.
* | added JF's comment in open_printer_ex() to the end of the fileGerald Carter2001-05-031-0/+61
| | | | | | | | | | as a reminder that I need to write it up in a separate section of the HOWTO
* | added link to MS KB article about dealing with Windows 200 clientsGerald Carter2001-05-031-9/+22
| |
* | cleanupGerald Carter2001-05-031-1/+0
| |
* | small typos.Gerald Carter2001-05-032-10/+10
| |
* | fix to handle newlines correctly when removing <URL:...>Gerald Carter2001-05-031-1/+2
| |
* | new rule for make_unicodemap.1.sgmlGerald Carter2001-05-031-2/+12
| |
* | converted the make_unicodemap.1 manpage to DocBookGerald Carter2001-05-032-0/+448
| |
* | autogen after fixing the strip-links.pl script to handleGerald Carter2001-05-0327-165/+203
| | | | | | | | newlines correctly.
* | filled in 'add share command', 'delete share command' and added jeremy'sGerald Carter2001-05-033-11/+459
| | | | | | | | new 'pam password change' parameter.
* | Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-027-69/+57
| | | | | | | | | | | | | | | | | | | | | | the pam password change code to ensure that existing and working password chat scripts don't break with 2.2.1. PAM password changing has to be explicitly requested. Allowed wildcards in pam password change matching (matches password chat script matching). Had to add const (sorry Tim :-) to ms_fnmatch() to stop warnings. Don't worry - the const changes are isolated and don't cause any other warnings :-). Jeremy.
* | if we are the PDC, then map the global_sid to lp_workgroup()Gerald Carter2001-05-021-13/+76
| |
* | Fix noticed by John Trostel - we need to return our account SID for level 5.Jeremy Allison2001-05-023-19/+21
| | | | | | | | Jeremy.
* | fix to allow local apw to install local drivers for Samba printersGerald Carter2001-05-021-0/+10
| | | | | | | | with no driver installed on the server (clean server install)
* | change to using forward slashes and remove old -P flagHerb Lewis2001-05-021-1/+1
| |
* | use asprintf in smbd/dir.c - this fixes build on scoAndrew Tridgell2001-05-021-12/+5
| |
* | moved asprintf and new snprintf code into 2.2Andrew Tridgell2001-05-0212-1110/+1046
| |
* | Fixed incorrect comment nesting.Jeremy Allison2001-05-021-1/+1
| | | | | | | | Jeremy.
* | Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison2001-05-013-23/+5
| | | | | | | | | | with talloc. Jeremy.
* | Runtime check for broken PAM systems with no appdata_ptr support. ThisJeremy Allison2001-05-012-4/+44
| | | | | | | | | | should eventually be an autoconf test with a #ifdef workaround. I *HATE* pam :-). Jeremy.
* | Stop coredump on pam password change with pam_pwdb.so module on error.Jeremy Allison2001-05-012-2/+10
| | | | | | | | Jeremy.
* | Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison2001-05-014-6/+6
| | | | | | | | | | court of king caractacus, was just passing by... :-). Jeremy.