summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Allow pam code to compile on Solaris (which doesn't have ↵Jeremy Allison2001-05-012-0/+10
| | | | | | PAM_AUTHTOK_RECOVER_ERR). Jeremy.
* Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-016-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 Allison2001-04-302-4/+4
| | | | Jeremy.
* Fixed password entry caching bug pointed out by Elrond.Jeremy Allison2001-04-301-14/+25
| | | | Jeremy.
* Ensure correct password change script gets selected --with-pam.Jeremy Allison2001-04-301-0/+4
| | | | Jeremy.
* Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-307-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 Terpstra2001-04-281-2/+8
|
* broke smbcacls when I changed the cli_lsa_XXX() to require a TALLOC_CTX*Gerald Carter2001-04-281-3/+3
|
* rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2001-04-283-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 Allison2001-04-271-2/+2
| | | | Jeremy.
* More gcc compile on solaris tidyups.Jeremy Allison2001-04-273-31/+31
| | | | Jeremy.
* finished moving cli_<pipe>_XXX to use talloc() (was doing this already).Gerald Carter2001-04-276-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 Allison2001-04-271-1/+1
| | | | Jeremy.
* More debug %d -> %u issues.Jeremy Allison2001-04-273-18/+13
| | | | Jeremy.
* More %d (uid_t) stuff...Jeremy Allison2001-04-272-4/+4
| | | | Jeremy.
* More acl -> the_acl, %d with uid_t issues.Jeremy Allison2001-04-272-14/+14
| | | | Jeremy.
* Don't use variables called "acl" as it's the name of a function in Solaris.Jeremy Allison2001-04-271-13/+13
| | | | Jeremy.
* Tidy up args to DEBUG Statements - found by gcc on Solaris.Jeremy Allison2001-04-272-6/+8
| | | | Jeremy.
* Fixes for problems in NFS server code from Michael Gerdts ↵Jeremy Allison2001-04-271-23/+41
| | | | | | <Michael.Gerdts@usa.alcatel.com>. Jeremy.
* Patch from Frédéric Blanc <el_blaf@yahoo.fr> to correctly uninstallJeremy Allison2001-04-271-6/+6
| | | | | codepages. Jeremy.
* Fix from matthew.hart@veritas.com - bad error return from ↵Jeremy Allison2001-04-272-3/+3
| | | | | | linux_oplock_receive_message(). Jeremy.
* sync up with andrews libsmb changes. Wrong number of arguments inHerb Lewis2001-04-271-20/+20
| | | | several places
* merge of JF's fix from HEADGerald Carter2001-04-271-4/+9
|
* yodldocs has been removed from treeHerb Lewis2001-04-271-1/+0
|
* fixed memory leaks in rpcclient's cmd_spoolss_XXX() functionsGerald Carter2001-04-274-152/+350
| | | | | | by moving to talloc() for cli_spoolss_XX(). Previously, the prs_struct's where using the TALLOC_CTX from the cli_state struct which lasted for the entire rpcclient session. Not good for long term connections.