Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

Location:
vendor/current/examples
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/examples/LDAP/samba.ldif

    r740 r746  
    154154olcAttributeTypes: {50}( 1.3.6.1.4.1.7165.2.1.73 NAME 'sambaTrustPartner' DESC
    155155  'Fully qualified name of the domain with which a trust exists' EQUALITY case
    156   IgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
     156 IgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
    157157olcAttributeTypes: {51}( 1.3.6.1.4.1.7165.2.1.74 NAME 'sambaFlatName' DESC 'Ne
    158158 tBIOS name of a domain' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.
  • vendor/current/examples/VFS/Makefile.in

    r414 r746  
    3737%.$(OBJEXT): %.c
    3838        @echo "Compiling $<"
    39         @$(CC) $(FLAGS) -c $<
     39        @$(CC) $(FLAGS) -c $< -D$*_init=init_samba_module
    4040
    4141
  • vendor/current/examples/VFS/configure.in

    r414 r746  
    338338   # try building a trivial shared library
    339339   if test "$PICSUFFIX" = "po"; then
    340      $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.po ${srcdir-.}/../../tests/shlib.c &&
     340     $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.po ${SAMBA_SOURCE}/../tests/shlib.c &&
    341341       $CC $CPPFLAGS $CFLAGS `eval echo $LDSHFLAGS` -o "shlib.$SHLIBEXT" shlib.po &&
    342342       ac_cv_shlib_works=yes
    343343   else
    344      $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.$PICSUFFIX ${srcdir-.}/../../tests/shlib.c &&
     344     $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.$PICSUFFIX ${SAMBA_SOURCE}/../tests/shlib.c &&
    345345       mv shlib.$PICSUFFIX shlib.po &&
    346346       $CC $CPPFLAGS $CFLAGS `eval echo $LDSHFLAGS` -o "shlib.$SHLIBEXT" shlib.po &&
     
    351351if test $ac_cv_shlib_works = no; then
    352352   BLDSHARED=false
     353   AC_MSG_WARN([[Did you forget to specify --with-samba-source=/path/to/samba?]])
    353354fi
    354355fi
  • vendor/current/examples/misc/wall.perl

    r414 r746  
    1 #!/usr/local/bin/perl
     1#!/usr/bin/perl
    22#
    33#@(#) smb-wall.pl Description:
Note: See TracChangeset for help on using the changeset viewer.