Browse Source

Copyright update (2003-2007)

master
Andrea Luzzardi 17 years ago
parent
commit
fe0d5726ea
22 changed files with 21 additions and 67 deletions
  1. +1
    -1
      pam_usb/src/conf.c
  2. +1
    -1
      pam_usb/src/conf.h
  3. +0
    -46
      pam_usb/src/conf.xml
  4. +1
    -1
      pam_usb/src/device.c
  5. +1
    -1
      pam_usb/src/device.h
  6. +1
    -1
      pam_usb/src/hal.c
  7. +1
    -1
      pam_usb/src/hal.h
  8. +1
    -1
      pam_usb/src/local.c
  9. +1
    -1
      pam_usb/src/local.h
  10. +1
    -1
      pam_usb/src/log.c
  11. +1
    -1
      pam_usb/src/log.h
  12. +1
    -1
      pam_usb/src/pad.c
  13. +1
    -1
      pam_usb/src/pad.h
  14. +1
    -1
      pam_usb/src/pam.c
  15. +1
    -1
      pam_usb/src/pusb_check.c
  16. +1
    -1
      pam_usb/src/version.h
  17. +1
    -1
      pam_usb/src/volume.c
  18. +1
    -1
      pam_usb/src/volume.h
  19. +1
    -1
      pam_usb/src/xpath.c
  20. +1
    -1
      pam_usb/src/xpath.h
  21. +1
    -1
      pam_usb/tools/pusb_conf
  22. +1
    -1
      pam_usb/tools/pusb_hotplug

+ 1
- 1
pam_usb/src/conf.c View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/conf.h View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 0
- 46
pam_usb/src/conf.xml View File

@ -1,46 +0,0 @@
<configuration>
<defaults>
<option name="hostname">foobar</option>
<option name="one_time_pad">true</option>
<option name="probe_timeout">10</option>
<option name="debug">false</option>
<!-- <option name="system_pad_directory">.</option>
<option name="device_pad_directory">.auth</option> -->
</defaults>
<devices>
<device id="foobar">
<vendor>SanDisk Corp.</vendor>
<model>Cruzer Titanium</model>
<serial>SNDKB882652FC4A03701</serial>
<volume_uuid>3B69-1AFD</volume_uuid>
</device>
</devices>
<users>
<user id="scox">
<device>foobar</device>
<option name="one_time_pad">false</option>
</user>
<user id="root">
<device>foobar</device>
</user>
</users>
<services>
<!-- Disable pam_usb for sshd (nonsense) -->
<service id="ssh">
<option name="enable">false</option>
</service>
<!-- Speed up 'login' authentication by disabling one time pads.
This setting will not affect user 'root' as he/she is
enforcing one time pads (enforce_otp).
-->
<service id="login">
<option name="one_time_pad">false</option>
</service>
</services>
</configuration>

+ 1
- 1
pam_usb/src/device.c View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/device.h View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/hal.c View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/hal.h View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/local.c View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/local.h View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/log.c View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/log.h View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/pad.c View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/pad.h View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/pam.c View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/pusb_check.c View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/version.h View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/volume.c View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/volume.h View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/xpath.c View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/src/xpath.h View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
* Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/tools/pusb_conf View File

@ -1,6 +1,6 @@
#!/usr/bin/env python2.4
#
# Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
# Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
#
# This file is part of the pam_usb project. pam_usb is free software;
# you can redistribute it and/or modify it under the terms of the GNU General


+ 1
- 1
pam_usb/tools/pusb_hotplug View File

@ -1,6 +1,6 @@
#!/usr/bin/env python2.4
#
# Copyright (c) 2003-2006 Andrea Luzzardi <scox@sig11.org>
# Copyright (c) 2003-2007 Andrea Luzzardi <scox@sig11.org>
#
# This file is part of the pam_usb project. pam_usb is free software;
# you can redistribute it and/or modify it under the terms of the GNU General


Loading…
Cancel
Save