Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | replace modf so we don't need the math library | Andrew Tridgell | 2001-05-06 | 1 | -4/+39 | |
| | ||||||
* | allow env variable TESTDIR for directory for fcntl_lock test | Andrew Tridgell | 2001-05-06 | 1 | -0/+4 | |
| | ||||||
* | merge from head | Andrew Tridgell | 2001-05-06 | 1 | -2/+25 | |
| | ||||||
* | clearer tdb_mmap code | Andrew Tridgell | 2001-05-06 | 1 | -24/+19 | |
| | ||||||
* | Copied from samba-2.0.8 code tree as the one shipped with 2.2.0 is out of date. | John Terpstra | 2001-05-05 | 1 | -62/+152 | |
| | ||||||
* | Gerald's changes broke the build for a bit. | Jeremy Allison | 2001-05-05 | 2 | -1/+12 | |
| | | | | Jeremy. | |||||
* | After talking to Andrew, don't fail deliberately if the mmap fails, we need | Jeremy Allison | 2001-05-04 | 1 | -6/+2 | |
| | | | | | to fall back to read/write. Jeremy. | |||||
* | Fix for OpenBSD and HPUX and others where mmap and read/write are not | Jeremy Allison | 2001-05-04 | 1 | -8/+29 | |
| | | | | | | consistent. Needs more testing.... Jeremy. | |||||
* | filled in 'change share command' parameter in smb.conf. Also regenerated | Gerald Carter | 2001-05-04 | 5 | -1514/+1759 | |
| | | | | the HOWTO-Collection PDF and HTML formats. | |||||
* | this now works as a add|delete share command :-) | Gerald Carter | 2001-05-04 | 1 | -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 Carter | 2001-05-04 | 1 | -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 HEAD | Gerald Carter | 2001-05-04 | 4 | -40/+413 | |
| | ||||||
* | generating formats for new 'restrict acl...' parameter | Gerald Carter | 2001-05-04 | 3 | -19/+227 | |
| | ||||||
* | Added "restrict acl with mask" documentation to sgml. Gerald please check I | Jeremy Allison | 2001-05-03 | 1 | -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 autoconf | Jeremy Allison | 2001-05-03 | 10 | -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 file | Gerald Carter | 2001-05-03 | 1 | -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 clients | Gerald Carter | 2001-05-03 | 1 | -9/+22 | |
| | ||||||
* | cleanup | Gerald Carter | 2001-05-03 | 1 | -1/+0 | |
| | ||||||
* | small typos. | Gerald Carter | 2001-05-03 | 2 | -10/+10 | |
| | ||||||
* | fix to handle newlines correctly when removing <URL:...> | Gerald Carter | 2001-05-03 | 1 | -1/+2 | |
| | ||||||
* | new rule for make_unicodemap.1.sgml | Gerald Carter | 2001-05-03 | 1 | -2/+12 | |
| | ||||||
* | converted the make_unicodemap.1 manpage to DocBook | Gerald Carter | 2001-05-03 | 2 | -0/+448 | |
| | ||||||
* | autogen after fixing the strip-links.pl script to handle | Gerald Carter | 2001-05-03 | 27 | -165/+203 | |
| | | | | newlines correctly. | |||||
* | filled in 'add share command', 'delete share command' and added jeremy's | Gerald Carter | 2001-05-03 | 3 | -11/+459 | |
| | | | | new 'pam password change' parameter. | |||||
* | Had to add a "pam password change" parameter (defaults to "off") and inlined | Jeremy Allison | 2001-05-02 | 7 | -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 Carter | 2001-05-02 | 1 | -13/+76 | |
| | ||||||
* | Fix noticed by John Trostel - we need to return our account SID for level 5. | Jeremy Allison | 2001-05-02 | 3 | -19/+21 | |
| | | | | Jeremy. | |||||
* | fix to allow local apw to install local drivers for Samba printers | Gerald Carter | 2001-05-02 | 1 | -0/+10 | |
| | | | | with no driver installed on the server (clean server install) | |||||
* | change to using forward slashes and remove old -P flag | Herb Lewis | 2001-05-02 | 1 | -1/+1 | |
| | ||||||
* | use asprintf in smbd/dir.c - this fixes build on sco | Andrew Tridgell | 2001-05-02 | 1 | -12/+5 | |
| | ||||||
* | moved asprintf and new snprintf code into 2.2 | Andrew Tridgell | 2001-05-02 | 12 | -1110/+1046 | |
| | ||||||
* | Fixed incorrect comment nesting. | Jeremy Allison | 2001-05-02 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Fixup smbcacls. Don't return memory already freed, don't free memory allocated | Jeremy Allison | 2001-05-01 | 3 | -23/+5 | |
| | | | | | with talloc. Jeremy. | |||||
* | Runtime check for broken PAM systems with no appdata_ptr support. This | Jeremy Allison | 2001-05-01 | 2 | -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 Allison | 2001-05-01 | 2 | -2/+10 | |
| | | | | Jeremy. | |||||
* | Added Andrew Bartlett's fixes to my changes to his original patch (at the | Jeremy Allison | 2001-05-01 | 4 | -6/+6 | |
| | | | | | court of king caractacus, was just passing by... :-). Jeremy. | |||||
* | Allow pam code to compile on Solaris (which doesn't have ↵ | Jeremy Allison | 2001-05-01 | 2 | -0/+10 | |
| | | | | | | PAM_AUTHTOK_RECOVER_ERR). Jeremy. | |||||
* | Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous | Jeremy Allison | 2001-05-01 | 6 | -21/+477 | |
| | | | | | | Nigel Williams who did NIS/GINA !) to implement add/modify/delete shares for Win2k. Needs testing as I made a few mods to the original code. Jeremy. | |||||
* | Fixing consts in pam code. | Jeremy Allison | 2001-04-30 | 2 | -4/+4 | |
| | | | | Jeremy. | |||||
* | Fixed password entry caching bug pointed out by Elrond. | Jeremy Allison | 2001-04-30 | 1 | -14/+25 | |
| | | | | Jeremy. | |||||
* | Ensure correct password change script gets selected --with-pam. | Jeremy Allison | 2001-04-30 | 1 | -0/+4 | |
| | | | | Jeremy. | |||||
* | Based on an original PAM patch by Andrew Bartlett, re-written by me to | Jeremy Allison | 2001-04-30 | 7 | -278/+886 | |
| | | | | | | | remove global static PAM variables, and to tidy up the PAM internals code. Now looks like the rest of Samba. Still needs testing. Jeremy. | |||||
* | Updating to allow developer mode packaging. | John Terpstra | 2001-04-28 | 1 | -2/+8 | |
| | ||||||
* | broke smbcacls when I changed the cli_lsa_XXX() to require a TALLOC_CTX* | Gerald Carter | 2001-04-28 | 1 | -3/+3 | |
| | ||||||
* | rpcclient/rpcclient.c: Non-void return in void function. | Jeremy Allison | 2001-04-28 | 3 | -3/+5 | |
| | | | | | | | smbd/sec_ctx.c: Fixed potential memory leak spotted by Kenichi Okuyama@Tokyo Research Lab, IBM-Japan, Co. utils/nmblookup.c: gcc warning on Solaris fix. Jeremy. | |||||
* | Update from Shirish. | Jeremy Allison | 2001-04-27 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | More gcc compile on solaris tidyups. | Jeremy Allison | 2001-04-27 | 3 | -31/+31 | |
| | | | | Jeremy. | |||||
* | finished moving cli_<pipe>_XXX to use talloc() (was doing this already). | Gerald Carter | 2001-04-27 | 6 | -153/+391 | |
| | | | | | I'll summarize the work on samba-technical in a separate mail. Still a few memory leaks. I'm working on 'em. | |||||
* | Mismatched format and args. | Jeremy Allison | 2001-04-27 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | More debug %d -> %u issues. | Jeremy Allison | 2001-04-27 | 3 | -18/+13 | |
| | | | | Jeremy. |