svn commit: samba-docs r1201 - in trunk/manpages-3: .

2007-11-01 Thread lmuelle
Author: lmuelle Date: 2007-11-01 13:45:31 + (Thu, 01 Nov 2007) New Revision: 1201 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1201 Log: Fix type in SAM SET PWDMUSTCHANGENOW reported by Frederik Teichert of zmnh.uni-hamburg.de. Modified:

svn commit: samba r25032 - in branches: SAMBA_3_0_25/source/libsmb SAMBA_3_0_25/source/nsswitch SAMBA_3_2/source/libsmb SAMBA_3_2/source/nsswitch SAMBA_3_2_0/source/libsmb SAMBA_3_2_0/source/nsswitch

2007-09-08 Thread lmuelle
Author: lmuelle Date: 2007-09-08 14:56:11 + (Sat, 08 Sep 2007) New Revision: 25032 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25032 Log: Contact an off site DC if non is available on site. Modified: branches/SAMBA_3_0_25/source/libsmb/namequ

svn commit: samba r25030 - in branches: SAMBA_3_0_25/source/libads SAMBA_3_2/source/libads SAMBA_3_2_0/source/libads

2007-09-08 Thread lmuelle
Author: lmuelle Date: 2007-09-08 13:53:08 + (Sat, 08 Sep 2007) New Revision: 25030 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25030 Log: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in any case. Modified: branches/SAMB

svn commit: samba r25029 - in branches/SAMBA_3_0_25/source/libads: .

2007-09-08 Thread lmuelle
Author: lmuelle Date: 2007-09-08 13:35:56 + (Sat, 08 Sep 2007) New Revision: 25029 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25029 Log: Merge revision 24836 from 3_2*. This is required by an outstanding patch. Initialize some uninitialized variabl

svn commit: samba r24601 - in branches: SAMBA_3_2/source/client SAMBA_3_2/source/python SAMBA_3_2_0/source/client SAMBA_3_2_0/source/python

2007-08-21 Thread lmuelle
Author: lmuelle Date: 2007-08-21 14:42:36 + (Tue, 21 Aug 2007) New Revision: 24601 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24601 Log: Fix if statements where we still expected cli_connect() to return BOOL. Modified: branches/SAMBA_3_2/sourc

svn commit: samba r23733 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_26/source/nsswitch

2007-07-06 Thread lmuelle
Author: lmuelle Date: 2007-07-06 18:49:49 + (Fri, 06 Jul 2007) New Revision: 23733 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23733 Log: Limit LDAP lookup in lookup_usergroups_member() to security groups. Credits to Ralf Haferkamp for the discus

svn commit: samba r23708 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_26/source/nsswitch

2007-07-04 Thread lmuelle
Author: lmuelle Date: 2007-07-04 20:25:29 + (Wed, 04 Jul 2007) New Revision: 23708 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23708 Log: - Add define for WINBIND_WARN_PWD_EXPIRE. - Add parameter config_flag to get_config_item_int() and do the same

svn commit: samba r23707 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_26/source/nsswitch

2007-07-04 Thread lmuelle
Author: lmuelle Date: 2007-07-04 19:52:51 + (Wed, 04 Jul 2007) New Revision: 23707 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23707 Log: - Move the asprintf() call to create the key even in get_conf_item_string() to the later if statement. - Also

svn commit: samba r23705 - in branches: SAMBA_3_0 SAMBA_3_0_26

2007-07-04 Thread lmuelle
Author: lmuelle Date: 2007-07-04 14:15:26 + (Wed, 04 Jul 2007) New Revision: 23705 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23705 Log: Add suggestion for vim from Andreas 'GlaDiaC' Schneider to show tabs, trailing whitespace, and contin

svn commit: samba r23704 - in branches: SAMBA_3_0/examples/pam_winbind SAMBA_3_0/source/nsswitch SAMBA_3_0_26/examples/pam_winbind SAMBA_3_0_26/source/nsswitch

2007-07-04 Thread lmuelle
Author: lmuelle Date: 2007-07-04 14:03:10 + (Wed, 04 Jul 2007) New Revision: 23704 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23704 Log: Add pam_pwd_expire feature as discussed on samba-technical. This is a slightly modified version to set warn_pw

svn commit: samba r23166 - in branches: SAMBA_3_0/source/iniparser SAMBA_3_0/source/iniparser/html SAMBA_3_0/source/iniparser/src SAMBA_3_0_26/source/iniparser SAMBA_3_0_26/source/iniparser/html SAMBA

2007-05-27 Thread lmuelle
Author: lmuelle Date: 2007-05-27 15:58:19 + (Sun, 27 May 2007) New Revision: 23166 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23166 Log: Bring samba.org's iniparser copy in sync with the upstream version 2.17. Added: branches/SAMBA_3_0/sou

svn commit: samba r23156 - in branches: SAMBA_3_0/source SAMBA_3_0_26/source

2007-05-26 Thread lmuelle
Author: lmuelle Date: 2007-05-26 13:33:56 + (Sat, 26 May 2007) New Revision: 23156 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23156 Log: Install the smb_share_modes.h header file. Modified: branches/SAMBA_3_0/source/Makefile.in branches/SAMB

svn commit: samba r23155 - in branches: SAMBA_3_0/source SAMBA_3_0_26/source

2007-05-26 Thread lmuelle
Author: lmuelle Date: 2007-05-26 13:30:45 + (Sat, 26 May 2007) New Revision: 23155 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23155 Log: Rename INSTALLPERMS to INSTALLPERMS_BIN to differenciate clearer from INSTALLPERMS_DATA. Modified: branches/S

svn commit: samba r23154 - in branches: SAMBA_3_0/source SAMBA_3_0_26/source

2007-05-26 Thread lmuelle
Author: lmuelle Date: 2007-05-26 13:24:56 + (Sat, 26 May 2007) New Revision: 23154 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23154 Log: Add INSTALLPERMS_DATA set to 0644 to install the header files with this permission set instead of 0755.

svn commit: samba r22870 - in branches: SAMBA_3_0/source SAMBA_3_0_25/source SAMBA_3_0_26/source

2007-05-14 Thread lmuelle
Author: lmuelle Date: 2007-05-14 21:58:23 + (Mon, 14 May 2007) New Revision: 22870 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22870 Log: Don't create shared objects of nss and tdb modules. Modified: branches/SAMBA_3_0/source/Makefile.i

svn commit: samba r22869 - in branches: SAMBA_3_0/source SAMBA_3_0_25/source SAMBA_3_0_26/source

2007-05-14 Thread lmuelle
Author: lmuelle Date: 2007-05-14 21:22:14 + (Mon, 14 May 2007) New Revision: 22869 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22869 Log: Add bin/{ldap,nss,[EMAIL PROTECTED]@ rules. Not tested for SAMBA_3_0 as I didn't get autogen.sh or autoreco

svn commit: samba r22841 - in branches: SAMBA_3_0/source/include SAMBA_3_0_25/source/include SAMBA_3_0_26/source/include

2007-05-14 Thread lmuelle
Author: lmuelle Date: 2007-05-14 09:50:39 + (Mon, 14 May 2007) New Revision: 22841 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22841 Log: Add comment to endif statement. Modified: branches/SAMBA_3_0/source/include/ads.h branches/SAMBA_3_0_2

svn commit: samba r22839 - in branches: SAMBA_3_0/source/include SAMBA_3_0_25/source/include SAMBA_3_0_26/source/include

2007-05-14 Thread lmuelle
Author: lmuelle Date: 2007-05-14 09:44:26 + (Mon, 14 May 2007) New Revision: 22839 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22839 Log: Fix endif comment. Modified: branches/SAMBA_3_0/source/include/ads_cldap.h branches/SAMBA_3_0_25/source

svn commit: samba r22806 - in branches/SAMBA_3_0_25: .

2007-05-11 Thread lmuelle
Author: lmuelle Date: 2007-05-11 20:48:45 + (Fri, 11 May 2007) New Revision: 22806 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22806 Log: Inform that smbd gets back in a working state even if multiple passdb backends are configured. Even it only t

svn commit: samba r22805 - in branches: SAMBA_3_0/examples/pdb SAMBA_3_0_25/examples/pdb

2007-05-11 Thread lmuelle
Author: lmuelle Date: 2007-05-11 20:42:51 + (Fri, 11 May 2007) New Revision: 22805 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22805 Log: Inform in examples/pdb about the location of the external support for the SQL backends. Modified: branches/S

svn commit: samba r22320 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_25/source/lib

2007-04-17 Thread lmuelle
Author: lmuelle Date: 2007-04-17 18:35:10 + (Tue, 17 Apr 2007) New Revision: 22320 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22320 Log: Be more careful and check for the euid instead of the uid. Thx for the hint James! Modified: branches/S

svn commit: samba r22318 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_25/source/lib

2007-04-17 Thread lmuelle
Author: lmuelle Date: 2007-04-17 17:17:19 + (Tue, 17 Apr 2007) New Revision: 22318 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22318 Log: If we're running as non root we might not be able to dump the core file to the corepath. Even the chdir()

svn commit: samba r22103 - in branches: SAMBA_3_0/source SAMBA_3_0_25/source

2007-04-06 Thread lmuelle
Author: lmuelle Date: 2007-04-06 16:42:37 + (Fri, 06 Apr 2007) New Revision: 22103 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22103 Log: No code change. This is a spring time end of line clesnup checkin. Modified: branches/SAMBA_3_0/source/Mak

svn commit: samba r22102 - in branches: SAMBA_3_0/source SAMBA_3_0_25/source

2007-04-06 Thread lmuelle
Author: lmuelle Date: 2007-04-06 16:27:28 + (Fri, 06 Apr 2007) New Revision: 22102 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22102 Log: Remove obsoleted SHLIBS_PROGS from {Makefile,configure}.in. As NSS_MODULES is added to the all rule the resultin

svn commit: samba r22100 - in branches/SAMBA_3_0_25/source: .

2007-04-06 Thread lmuelle
Author: lmuelle Date: 2007-04-06 15:49:53 + (Fri, 06 Apr 2007) New Revision: 22100 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22100 Log: Merge proto_exists changes from revisions 21552, 21804, 22056, and 22099. Modified: branches/SAMBA_3_0_2

svn commit: samba r22099 - in branches/SAMBA_3_0/source: .

2007-04-06 Thread lmuelle
Author: lmuelle Date: 2007-04-06 15:39:34 + (Fri, 06 Apr 2007) New Revision: 22099 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22099 Log: Revert parts of revision 22056 as proto_exists is not required by @WINBIND_NSS@, bin/[EMAIL PROTECTED]@, and bi

svn commit: samba r21816 - in branches/SAMBA_3_0_25/source: .

2007-03-12 Thread lmuelle
Author: lmuelle Date: 2007-03-13 07:30:26 + (Tue, 13 Mar 2007) New Revision: 21816 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21816 Log: Merge missing hunks of rev 20663, 20664, 20666, and 20668 to install smbmount, smbmnt, smbumount, and the man pa

svn commit: samba r21804 - in branches/SAMBA_3_0/source: .

2007-03-12 Thread lmuelle
Author: lmuelle Date: 2007-03-12 20:57:49 + (Mon, 12 Mar 2007) New Revision: 21804 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21804 Log: Create a reference after proto_exits was called once. Else we link the binaries again with each make. Thx V

svn commit: samba r21552 - in branches/SAMBA_3_0/source: .

2007-02-26 Thread lmuelle
Author: lmuelle Date: 2007-02-26 23:07:54 + (Mon, 26 Feb 2007) New Revision: 21552 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21552 Log: Ensure to check for proto_exists before linking any binary. No make proto should be required before creating an

svn commit: samba r21509 - in branches: SAMBA_3_0/source/param SAMBA_3_0_25/source/param

2007-02-22 Thread lmuelle
Author: lmuelle Date: 2007-02-22 23:12:36 + (Thu, 22 Feb 2007) New Revision: 21509 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21509 Log: Merge lp_passdb_backend() from rev 21506 to 3_0_25. Slightly change the DEBUG 0 message as suggested by Volker

svn commit: samba r21506 - in branches/SAMBA_3_0/source/param: .

2007-02-22 Thread lmuelle
Author: lmuelle Date: 2007-02-22 17:52:23 + (Thu, 22 Feb 2007) New Revision: 21506 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21506 Log: Allow old pre 3.0.22 multi passdb backend configurations to work with post 3.0.23. This implementation consider

svn commit: samba r20668 - in branches/SAMBA_3_0/source/script: .

2007-01-10 Thread lmuelle
Author: lmuelle Date: 2007-01-10 21:46:39 + (Wed, 10 Jan 2007) New Revision: 20668 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20668 Log: Also do not install the smbumount man page if we don't build smbumount. Modified: branches/SAMBA_3_0/

svn commit: samba r20666 - in branches/SAMBA_3_0/source/script: .

2007-01-10 Thread lmuelle
Author: lmuelle Date: 2007-01-10 20:08:25 + (Wed, 10 Jan 2007) New Revision: 20666 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20666 Log: Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set. Modified: branches/SAMBA_3_0/sourc

svn commit: samba r20664 - in branches/SAMBA_3_0/source: .

2007-01-10 Thread lmuelle
Author: lmuelle Date: 2007-01-10 19:54:49 + (Wed, 10 Jan 2007) New Revision: 20664 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20664 Log: Set the environment variable _before_ calling the shell. Modified: branches/SAMBA_3_0/source/Makefile.in C

svn commit: samba r20663 - in branches/SAMBA_3_0/source: . script

2007-01-10 Thread lmuelle
Author: lmuelle Date: 2007-01-10 19:16:59 + (Wed, 10 Jan 2007) New Revision: 20663 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20663 Log: Do not install smbmount man page if we didn't called configure --with-smbmount. Modified: branches/SAM

svn commit: samba r19748 - in branches/SAMBA_3_0/source: .

2006-11-16 Thread lmuelle
Author: lmuelle Date: 2006-11-16 18:29:36 + (Thu, 16 Nov 2006) New Revision: 19748 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19748 Log: Ensure to link against the required libraries. Modified: branches/SAMBA_3_0/source/Makefile.in Changeset:

svn commit: samba r19747 - in branches/SAMBA_3_0/source: .

2006-11-16 Thread lmuelle
Author: lmuelle Date: 2006-11-16 18:16:57 + (Thu, 16 Nov 2006) New Revision: 19747 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19747 Log: Ensure to link with the required objects. Modified: branches/SAMBA_3_0/source/Makefile.in Changeset:

svn commit: lorikeet r685 - in trunk/mod_auth_ntlm_winbind: .

2006-11-15 Thread lmuelle
Author: lmuelle Date: 2006-11-15 12:49:02 + (Wed, 15 Nov 2006) New Revision: 685 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=685 Log: Add missing auth_ prefix. Modified: trunk/mod_auth_ntlm_winbind/500mod_auth_ntlm_winbind.info Changeset:

svn commit: lorikeet r684 - in trunk/mod_auth_ntlm_winbind/debian: .

2006-11-15 Thread lmuelle
Author: lmuelle Date: 2006-11-15 12:48:39 + (Wed, 15 Nov 2006) New Revision: 684 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=684 Log: Switch ntlm and auth. Modified: trunk/mod_auth_ntlm_winbind/debian/auth_ntlm_winbind.load Changeset: Modifie

svn commit: lorikeet r683 - in trunk/mod_auth_ntlm_winbind: .

2006-11-15 Thread lmuelle
Author: lmuelle Date: 2006-11-15 11:57:51 + (Wed, 15 Nov 2006) New Revision: 683 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=683 Log: Be less verbose in the clean rules. Modified: trunk/mod_auth_ntlm_winbind/Makefile.in Changeset: Modifie

svn commit: lorikeet r682 - in trunk/mod_auth_ntlm_winbind: .

2006-11-15 Thread lmuelle
Author: lmuelle Date: 2006-11-15 10:57:17 + (Wed, 15 Nov 2006) New Revision: 682 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=682 Log: Add 'lorikeet_svn_' as prefix if we do a svn snapshot tar ball. Modified: trunk/mod_auth_ntlm_w

svn commit: lorikeet r681 - in trunk/mod_auth_ntlm_winbind: .

2006-11-15 Thread lmuelle
Author: lmuelle Date: 2006-11-15 10:53:45 + (Wed, 15 Nov 2006) New Revision: 681 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=681 Log: Add tarball rule. Add VERSION file. Added: trunk/mod_auth_ntlm_winbind/VERSION Modified:

svn commit: lorikeet r680 - in trunk/mod_auth_ntlm_winbind: .

2006-11-14 Thread lmuelle
Author: lmuelle Date: 2006-11-14 23:28:53 + (Tue, 14 Nov 2006) New Revision: 680 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=680 Log: Consolidate documentation in the README. Replace duplication form the source by a short pointer to the README.

svn commit: lorikeet r679 - in trunk/mod_auth_ntlm_winbind/debian: .

2006-11-14 Thread lmuelle
Author: lmuelle Date: 2006-11-14 22:23:39 + (Tue, 14 Nov 2006) New Revision: 679 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=679 Log: Pedantic remove of superfluous spaces at the end of line and line break to make reading of the repository UR

svn commit: lorikeet r678 - in trunk/mod_auth_ntlm_winbind/debian: .

2006-11-14 Thread lmuelle
Author: lmuelle Date: 2006-11-14 22:18:50 + (Tue, 14 Nov 2006) New Revision: 678 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=678 Log: Use mod_auth_ntlm_winbind instead of mod_ntlm_winbind also in the debian sub directory. Modified:

svn commit: lorikeet r677 - in trunk/mod_auth_ntlm_winbind: .

2006-11-14 Thread lmuelle
Author: lmuelle Date: 2006-11-14 18:14:25 + (Tue, 14 Nov 2006) New Revision: 677 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=677 Log: Name it auth_ntlm_winbind and not ntlm_auth_winbind. Modified: trunk/mod_auth_ntlm_winbind/mod_auth_ntlm_w

svn commit: lorikeet r674 - in trunk/mod_ntlm_winbind: .

2006-11-14 Thread lmuelle
Author: lmuelle Date: 2006-11-14 16:06:56 + (Tue, 14 Nov 2006) New Revision: 674 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=674 Log: Next step to make the source of mod_auth_ntlm_winbind more consistend. Rename mod_ntlm_winb

svn commit: lorikeet r673 - in trunk/mod_ntlm_winbind: .

2006-11-14 Thread lmuelle
Author: lmuelle Date: 2006-11-14 15:50:40 + (Tue, 14 Nov 2006) New Revision: 673 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=673 Log: Rename mod_ntlm_winbind to mod_auth_ntlm_winbind even in the source code and the README. AP_MODULE_DECLARE

svn commit: lorikeet r675 - in trunk/mod_ntlm_winbind: .

2006-11-14 Thread lmuelle
Author: lmuelle Date: 2006-11-14 16:18:30 + (Tue, 14 Nov 2006) New Revision: 675 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=675 Log: Trim the clean targets a bit. Ignore autom4te.cache sub dir. Modified: trunk/mod_ntlm_winbind/

svn commit: lorikeet r676 - in trunk: .

2006-11-14 Thread lmuelle
Author: lmuelle Date: 2006-11-14 16:45:47 + (Tue, 14 Nov 2006) New Revision: 676 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=676 Log: Finaly rename the mod_ntlm_winbind directory to mod_auth_ntlm_winbind. Added: trunk/mod_auth_ntlm_winbind/

svn commit: lorikeet r660 - in trunk/mod_ntlm_winbind: .

2006-11-08 Thread lmuelle
Author: lmuelle Date: 2006-11-08 23:20:37 + (Wed, 08 Nov 2006) New Revision: 660 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=660 Log: [PATCH] Don't set content length in auth reply Found a problem with the 401 response coming back from apa

svn commit: samba r16294 - branches/SAMBA_3_0/source trunk/source

2006-06-16 Thread lmuelle
Author: lmuelle Date: 2006-06-16 14:34:36 + (Fri, 16 Jun 2006) New Revision: 16294 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16294 Log: Fix syntax error. Credits to Andreas Schwab from SUSE Linux for this fix. Modified: branches/SAMBA_3_

svn commit: samba r15822 - branches/SAMBA_3_0/source/libads trunk/source/libads

2006-05-22 Thread lmuelle
Author: lmuelle Date: 2006-05-22 20:35:55 + (Mon, 22 May 2006) New Revision: 15822 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15822 Log: Add suggestion made by Ralf Haferkamp. Modified: branches/SAMBA_3_0/source/libads/ldap.c trunk/sourc

svn commit: samba r15180 - branches/SAMBA_3_0/source/python trunk/source/python

2006-04-23 Thread lmuelle
Author: lmuelle Date: 2006-04-23 15:39:32 + (Sun, 23 Apr 2006) New Revision: 15180 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15180 Log: Use tdb_lock_bystring_with_timeout(). Modified: branches/SAMBA_3_0/source/python/py_tdb.c trunk/sourc

svn commit: samba r15094 - branches/SAMBA_3_0/examples/pam_winbind trunk/examples/pam_winbind

2006-04-15 Thread lmuelle
Author: lmuelle Date: 2006-04-15 21:24:32 + (Sat, 15 Apr 2006) New Revision: 15094 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15094 Log: Replace ; by # where we have a comment and remove superfluous spaces at the end of lines. Modified:

svn commit: samba r15093 - branches/SAMBA_3_0/source/python trunk/source/python

2006-04-15 Thread lmuelle
Author: lmuelle Date: 2006-04-15 13:45:27 + (Sat, 15 Apr 2006) New Revision: 15093 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15093 Log: Align to the last winbind changes. Modified: branches/SAMBA_3_0/source/python/py_winbind.c trunk/sourc

svn commit: samba r14923 - branches/SAMBA_3_0/source/param trunk/source/param

2006-04-05 Thread lmuelle
Author: lmuelle Date: 2006-04-05 07:44:14 + (Wed, 05 Apr 2006) New Revision: 14923 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14923 Log: Return False in the case a parametrical option is not configured in the config file. For a "somesetting

svn commit: samba r14922 - branches/SAMBA_3_0/source/param trunk/source/param

2006-04-05 Thread lmuelle
Author: lmuelle Date: 2006-04-05 07:29:22 + (Wed, 05 Apr 2006) New Revision: 14922 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14922 Log: Use BOOL for the returned value. Modified: branches/SAMBA_3_0/source/param/loadparm.c trunk/sour

svn commit: samba-docs r935 - in trunk/manpages-3: .

2006-04-03 Thread lmuelle
Author: lmuelle Date: 2006-04-03 10:08:54 + (Mon, 03 Apr 2006) New Revision: 935 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=935 Log: Add paragraph about how to dump a parametrical option. Modified: trunk/manpages-3/testparm.1.xml C

svn commit: samba r14869 - branches/SAMBA_3_0/source/param trunk/source/param

2006-04-02 Thread lmuelle
Author: lmuelle Date: 2006-04-02 21:12:23 + (Sun, 02 Apr 2006) New Revision: 14869 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14869 Log: Allow to dump a paramatrical option. Flaw: We print an empty line if the paramatrical option is not define

svn commit: samba-web r945 - in trunk/news/releases: .

2006-03-30 Thread lmuelle
Author: lmuelle Date: 2006-03-30 17:21:42 + (Thu, 30 Mar 2006) New Revision: 945 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=945 Log: Mention packages for SuSE Linux. Modified: trunk/news/releases/3.0.22.html Changeset: Modified: trunk/news/

svn commit: samba r14659 - branches/SAMBA_3_0/source trunk/source

2006-03-22 Thread lmuelle
Author: lmuelle Date: 2006-03-22 20:16:50 + (Wed, 22 Mar 2006) New Revision: 14659 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14659 Log: Fix installpammodules for shells where a for module in ; do ... ; done leads to an error (true64, solaris

svn commit: samba r14631 - branches/SAMBA_3_0/source trunk/source

2006-03-21 Thread lmuelle
Author: lmuelle Date: 2006-03-21 21:54:53 + (Tue, 21 Mar 2006) New Revision: 14631 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14631 Log: Add {,un}installpammodules rule and add it to the install rule. Nothing happens if PAM_MODULES is empty whic

svn commit: samba r14630 - in trunk/source/smbd: .

2006-03-21 Thread lmuelle
Author: lmuelle Date: 2006-03-21 21:39:29 + (Tue, 21 Mar 2006) New Revision: 14630 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14630 Log: Add missing no_process_group to become_daemon() call. Modified: trunk/source/smbd/server.c Changeset:

svn commit: samba r14627 - branches/SAMBA_3_0/source trunk/source

2006-03-21 Thread lmuelle
Author: lmuelle Date: 2006-03-21 19:50:28 + (Tue, 21 Mar 2006) New Revision: 14627 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14627 Log: Adapt the linkage text from pam_smbpass to pam_winbind. Modified: branches/SAMBA_3_0/source/Makefile.in

svn commit: samba r14626 - branches/SAMBA_3_0/source trunk/source

2006-03-21 Thread lmuelle
Author: lmuelle Date: 2006-03-21 16:18:34 + (Tue, 21 Mar 2006) New Revision: 14626 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14626 Log: Only set libdir and mandir to the defaults if we haven't used --libdir or --mandir to set them already.

svn commit: samba r14617 - branches/SAMBA_3_0/source trunk/source

2006-03-21 Thread lmuelle
Author: lmuelle Date: 2006-03-21 12:32:12 + (Tue, 21 Mar 2006) New Revision: 14617 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14617 Log: Fix typo in comment. Modified: branches/SAMBA_3_0/source/configure.in trunk/source/configure.in C

svn commit: samba r14584 - branches/SAMBA_3_0/source trunk/source

2006-03-20 Thread lmuelle
Author: lmuelle Date: 2006-03-20 16:40:42 + (Mon, 20 Mar 2006) New Revision: 14584 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14584 Log: Really follow with roosbindir by defaulr the setting we use for sbindir. Modified: branches/SAMBA_3_

svn commit: samba r14331 - branches/SAMBA_3_0/source trunk/source

2006-03-13 Thread lmuelle
Author: lmuelle Date: 2006-03-13 17:45:04 + (Mon, 13 Mar 2006) New Revision: 14331 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14331 Log: Add a comment on top of test_pam_modules about what we're testing. Modified: branches/SAMBA_3_0/sourc

svn commit: samba r14326 - branches/SAMBA_3_0/source trunk/source

2006-03-13 Thread lmuelle
Author: lmuelle Date: 2006-03-13 16:19:44 + (Mon, 13 Mar 2006) New Revision: 14326 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14326 Log: First catch of make test_pam_modules. Testing pam_smbpass pam_winbind dlopen() of "./bin/pam_smbpass.

svn commit: samba r14325 - branches/SAMBA_3_0/source branches/SAMBA_3_0/source/script/tests trunk/source trunk/source/script/tests

2006-03-13 Thread lmuelle
Author: lmuelle Date: 2006-03-13 16:10:26 + (Mon, 13 Mar 2006) New Revision: 14325 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14325 Log: Add pam_modules rule which builds the configure(d) pam modules. This is called as part of the all rule (again

svn commit: samba r14317 - branches/SAMBA_3_0/packaging/Debian/debian-sarge branches/SAMBA_3_0/packaging/Debian/debian-unstable branches/SAMBA_3_0/packaging/Debian/debian-woody branches/SAMBA_3_0/pack

2006-03-13 Thread lmuelle
Author: lmuelle Date: 2006-03-13 14:22:43 + (Mon, 13 Mar 2006) New Revision: 14317 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14317 Log: Use source/bin as dir to link pam_winbind instead of source/nsswitch/ The intention is to have the resulting bin

svn commit: samba r14057 - branches/SAMBA_3_0/source branches/SAMBA_3_0/source/script trunk/source

2006-03-08 Thread lmuelle
Author: lmuelle Date: 2006-03-08 21:46:16 + (Wed, 08 Mar 2006) New Revision: 14057 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14057 Log: Remove generated script/gen-8bit-gap.sh while calling rule realclean. Ignore script/gen-8bit-gap.sh in

svn commit: samba r14056 - branches/SAMBA_3_0/source branches/SAMBA_3_0/source/script trunk/source trunk/source/script

2006-03-08 Thread lmuelle
Author: lmuelle Date: 2006-03-08 21:42:12 + (Wed, 08 Mar 2006) New Revision: 14056 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14056 Log: Also install the mount.smbfs sym link to rootsbindir. Therfore we have to substitute rootsbindir

svn commit: samba r14052 - branches/SAMBA_3_0/source branches/SAMBA_3_0/source/script trunk/source trunk/source/script

2006-03-08 Thread lmuelle
Author: lmuelle Date: 2006-03-08 21:20:43 + (Wed, 08 Mar 2006) New Revision: 14052 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14052 Log: Remove BASEDIR use in the Makefile. [EMAIL PROTECTED]@ till now. I suggest to stay with ^BASEDIR= @[EMAIL PROTEC

svn commit: samba r13997 - branches/SAMBA_3_0/source trunk/source

2006-03-07 Thread lmuelle
Author: lmuelle Date: 2006-03-07 23:04:08 + (Tue, 07 Mar 2006) New Revision: 13997 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13997 Log: Prefix $prefix by default even to rootsbindir as we else run in trouble if we use ./configure --prefix=dir

svn commit: samba r13947 - branches/SAMBA_3_0/source trunk/source

2006-03-07 Thread lmuelle
Author: lmuelle Date: 2006-03-07 15:27:35 + (Tue, 07 Mar 2006) New Revision: 13947 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13947 Log: Use tabs instead of spaces for indention. Modified: branches/SAMBA_3_0/source/Makefile.in trunk/source/Mak

svn commit: samba r13946 - branches/SAMBA_3_0/source trunk/source

2006-03-07 Thread lmuelle
Author: lmuelle Date: 2006-03-07 15:25:10 + (Tue, 07 Mar 2006) New Revision: 13946 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13946 Log: Link pam_smbpass with the required object files. Fix bug #3565. Modified: branches/SAMBA_3_0/source/Mak

svn commit: samba r13819 - branches/SAMBA_3_0/source trunk/source

2006-03-03 Thread lmuelle
Author: lmuelle Date: 2006-03-03 18:10:26 + (Fri, 03 Mar 2006) New Revision: 13819 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13819 Log: Remove accidently with rev 13713 submitted and never used MY_FLAGS variable. Modified: branches/SAMBA_3_

svn commit: samba r13751 - branches/SAMBA_3_0/source trunk/source

2006-02-28 Thread lmuelle
Author: lmuelle Date: 2006-02-28 11:57:37 + (Tue, 28 Feb 2006) New Revision: 13751 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13751 Log: Call proto_exists before we create the precompiles headers. Modified: branches/SAMBA_3_0/source/Makefile.in

svn commit: samba r13750 - branches/SAMBA_3_0/source trunk/source

2006-02-28 Thread lmuelle
Author: lmuelle Date: 2006-02-28 11:56:14 + (Tue, 28 Feb 2006) New Revision: 13750 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13750 Log: Cleanup line wrap to less than 80 chars. Modified: branches/SAMBA_3_0/source/Makefile.in trunk/source/Mak

svn commit: samba r13718 - branches/SAMBA_3_0/source trunk/source

2006-02-27 Thread lmuelle
Author: lmuelle Date: 2006-02-27 16:18:32 + (Mon, 27 Feb 2006) New Revision: 13718 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13718 Log: There is even no need to use AC_MSG_WARN in the case the user did not request to build mount.cifs/ umount.cifs a

svn commit: samba r13717 - branches/SAMBA_3_0/source trunk/source

2006-02-27 Thread lmuelle
Author: lmuelle Date: 2006-02-27 15:33:19 + (Mon, 27 Feb 2006) New Revision: 13717 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13717 Log: Use AC_MSG_WARN if we did not called --with-cifsmount on a non Linux system to report we're not on Lin

svn commit: samba r13714 - branches/SAMBA_3_0/source/client trunk/source/client

2006-02-27 Thread lmuelle
Author: lmuelle Date: 2006-02-27 14:18:52 + (Mon, 27 Feb 2006) New Revision: 13714 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13714 Log: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set to "-"SAMBA_VERSION_OFFICIAL_STRING"-"SA

svn commit: samba r13713 - branches/SAMBA_3_0/source trunk/source

2006-02-27 Thread lmuelle
Author: lmuelle Date: 2006-02-27 14:10:14 + (Mon, 27 Feb 2006) New Revision: 13713 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13713 Log: Added installcifsmount and uninstallcifsmount rules for mount.cifs and unmount.cifs. This is contro

svn commit: samba r13712 - in branches/SAMBA_3_0/source/bin: .

2006-02-27 Thread lmuelle
Author: lmuelle Date: 2006-02-27 12:37:18 + (Mon, 27 Feb 2006) New Revision: 13712 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13712 Log: Make the prop svn:ignore as simple (= *) as in trunk. Modified: branches/SAMBA_3_0/source/bin/ Changeset:

svn commit: samba r13688 - branches/SAMBA_3_0/source branches/SAMBA_3_0/source/script trunk/source trunk/source/script

2006-02-25 Thread lmuelle
Author: lmuelle Date: 2006-02-25 17:58:52 + (Sat, 25 Feb 2006) New Revision: 13688 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13688 Log: Revert change to set DAT_FILES and SWAT_MSG_FILES in the Makefile. Instead check for *.dat and *.msg files as don

svn commit: samba r13663 - branches/SAMBA_3_0/source branches/SAMBA_3_0/source/script trunk/source trunk/source/script

2006-02-23 Thread lmuelle
Author: lmuelle Date: 2006-02-24 00:30:09 + (Fri, 24 Feb 2006) New Revision: 13663 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13663 Log: make uninstall DESTDIR=/somewhere no longer leaves files. This is done with the new rules: uninstallservers unin

svn commit: samba r13656 - branches/SAMBA_3_0/source trunk/source

2006-02-23 Thread lmuelle
Author: lmuelle Date: 2006-02-23 13:08:14 + (Thu, 23 Feb 2006) New Revision: 13656 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13656 Log: Use the new installdirs.sh syntax for all calls. Modified: branches/SAMBA_3_0/source/Makefile.in trun

svn commit: samba r13645 - in branches/SAMBA_3_0/source/script: .

2006-02-22 Thread lmuelle
Author: lmuelle Date: 2006-02-23 01:43:39 + (Thu, 23 Feb 2006) New Revision: 13645 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13645 Log: Revert debug output. Modified: branches/SAMBA_3_0/source/script/installmodules.sh Changeset: Modified:

svn commit: samba r13644 - branches/SAMBA_3_0/source/script trunk/source/script

2006-02-22 Thread lmuelle
Author: lmuelle Date: 2006-02-23 01:38:00 + (Thu, 23 Feb 2006) New Revision: 13644 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13644 Log: Do not shift anything inside the for loop away. We ineterate over [EMAIL PROTECTED] Modified: branches/S

svn commit: samba r13643 - in branches/SAMBA_3_0/source/script: .

2006-02-22 Thread lmuelle
Author: lmuelle Date: 2006-02-23 01:05:51 + (Thu, 23 Feb 2006) New Revision: 13643 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13643 Log: Enable script debug output to get some more details why some hosts return with !=0 after calling installmo

svn commit: samba r13642 - branches/SAMBA_3_0/source branches/SAMBA_3_0/source/script trunk/source trunk/source/script

2006-02-22 Thread lmuelle
Author: lmuelle Date: 2006-02-22 21:41:14 + (Wed, 22 Feb 2006) New Revision: 13642 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13642 Log: Fix install* scripts to use DESTDIR. Always pass the INSTALLPERMS and DESTDIR as first and second arg to the

svn commit: samba r13599 - branches/SAMBA_3_0/source/libads trunk/source/libads

2006-02-21 Thread lmuelle
Author: lmuelle Date: 2006-02-21 17:48:20 + (Tue, 21 Feb 2006) New Revision: 13599 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13599 Log: krb5 error codes are defined as long. Also for the other direction. Modified: branches/SAMBA_3_0/sourc

svn commit: samba r13598 - branches/SAMBA_3_0/source/include trunk/source/include

2006-02-21 Thread lmuelle
Author: lmuelle Date: 2006-02-21 17:35:52 + (Tue, 21 Feb 2006) New Revision: 13598 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13598 Log: Defining KRB5KRB_ERR_RESPONSE_TOO_BIG if not defined which is the case for older krb5 implementations. Patch

svn commit: samba r13597 - branches/SAMBA_3_0/source/libads trunk/source/libads

2006-02-21 Thread lmuelle
Author: lmuelle Date: 2006-02-21 17:19:20 + (Tue, 21 Feb 2006) New Revision: 13597 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13597 Log: krb5 error codes are defined as long. Modified: branches/SAMBA_3_0/source/libads/krb5_errs.c trunk/sourc

svn commit: samba-web r918 - in trunk/patches: .

2006-02-20 Thread lmuelle
Author: lmuelle Date: 2006-02-20 16:11:02 + (Mon, 20 Feb 2006) New Revision: 918 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=918 Log: Remove bug3349.patch -> fixed with 21a. Reactivate fetch-patches as we have a solution to provide more tha

svn commit: samba-web r917 - in trunk/patches: .

2006-02-20 Thread lmuelle
Author: lmuelle Date: 2006-02-20 16:01:39 + (Mon, 20 Feb 2006) New Revision: 917 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=917 Log: Move series to series-3.0.21c and let a sym link series point to it. The sym link allows fetch-patches to w

svn commit: samba-web r916 - in trunk/patches: .

2006-02-20 Thread lmuelle
Author: lmuelle Date: 2006-02-20 15:58:33 + (Mon, 20 Feb 2006) New Revision: 916 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=916 Log: Remove obsolete patches. Modified: trunk/patches/series Changeset: Modified: trunk/patche

svn commit: samba-web r915 - in trunk/download: .

2006-02-20 Thread lmuelle
Author: lmuelle Date: 2006-02-20 15:23:00 + (Mon, 20 Feb 2006) New Revision: 915 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=915 Log: Add link to the openSUSE wiki Samba page. Modified: trunk/download/index.html Changeset: Modified: trunk/

  1   2   >