Bug 116657 - new port www/mod_ntlm2
Summary: new port www/mod_ntlm2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-26 10:50 UTC by admin
Modified: 2007-09-26 13:41 UTC (History)
0 users

See Also:


Attachments
file.shar (6.03 KB, text/plain)
2007-09-26 10:50 UTC, admin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description admin 2007-09-26 10:50:01 UTC
new port for ntlm autorization for Apache2

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-26 10:50:09 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests)
Comment 2 admin 2007-09-26 11:15:19 UTC
Sorry, I hasten.
this:
http://lissyara.su/patch/www.mod_ntlm2.shar
fixed port.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-26 13:38:37 UTC
vanilla     2007-09-26 12:38:30 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/mod_ntlm2        Makefile distinfo pkg-descr pkg-plist 
    www/mod_ntlm2/files  patch-Makefile 
                         patch-smbval-rfcnb-util.inc.c 
                         patch-smbval-session.inc.c 
                         patch-smbval-smbencrypt.inc.c 
                         patch-smbval-smblib-util.inc.c 
                         patch-smbval-smblib.inc.c 
  Log:
  Add mod_ntlm2 0.1, NTLM authentication module for the Apache2 webserver.
  
  PR:             ports/116657
  Submitted by:   Alex "lissyara" Keda <admin at lissyara.su>
  
  Revision  Changes    Path
  1.1898    +1 -0      ports/www/Makefile
  1.1       +23 -0     ports/www/mod_ntlm2/Makefile (new)
  1.1       +3 -0      ports/www/mod_ntlm2/distinfo (new)
  1.1       +20 -0     ports/www/mod_ntlm2/files/patch-Makefile (new)
  1.1       +11 -0     ports/www/mod_ntlm2/files/patch-smbval-rfcnb-util.inc.c (new)
  1.1       +11 -0     ports/www/mod_ntlm2/files/patch-smbval-session.inc.c (new)
  1.1       +12 -0     ports/www/mod_ntlm2/files/patch-smbval-smbencrypt.inc.c (new)
  1.1       +11 -0     ports/www/mod_ntlm2/files/patch-smbval-smblib-util.inc.c (new)
  1.1       +11 -0     ports/www/mod_ntlm2/files/patch-smbval-smblib.inc.c (new)
  1.1       +11 -0     ports/www/mod_ntlm2/pkg-descr (new)
  1.1       +3 -0      ports/www/mod_ntlm2/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Vanilla I. Shu freebsd_committer freebsd_triage 2007-09-26 13:40:59 UTC
State Changed
From-To: open->closed

Committed, thanks.