Changeset 3


Ignore:
Timestamp:
Mar 25, 2007, 12:29:51 PM (18 years ago)
Author:
Yuri Dario
Message:

File cleanup.

Location:
trunk/samba-3.0.25pre1/source
Files:
7 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba-3.0.25pre1/source/conf.cmd

    r1 r3  
    1 ash ./configure --prefix=/samba --enable-static --disable-shared --disable-cups 2>&1 | tee configure.log
     1ash LDFLAGS="-Zbin-files" LIBS="-lsocket -lsyslog" ./configure --prefix=/samba --enable-static --disable-shared --disable-ldap --disable-cups --enable-socket-wrapper 2>&1 | tee configure.log
  • trunk/samba-3.0.25pre1/source/include/build_env.h

    r1 r3  
    44#define _BUILD_ENV_H
    55
    6 #define BUILD_ENV_UNAME "OS/2 mail.smedley.in 1 2.45 i386 i386 AuthenticAMD OS/2"
    7 #define BUILD_ENV_DATE "Fri Mar  9 19:13:32 CDT 2007"
    8 #define BUILD_ENV_SRCDIR "U:/DEV/samba-3.0.25pre1/source"
    9 #define BUILD_ENV_BUILDDIR "U:/DEV/samba-3.0.25pre1/source"
    10 #define BUILD_ENV_USER "mail.smedley.info"
    11 #define BUILD_ENV_HOST "mail.smedley.info"
     6#define BUILD_ENV_UNAME "OS/2 paperino 1 2.45 i386 i386 GenuineIntel OS/2"
     7#define BUILD_ENV_DATE "sab mar 24 10:11:56 CET 2007"
     8#define BUILD_ENV_SRCDIR "/rd/Samba/samba/trunk/samba-3.0.25pre1/source"
     9#define BUILD_ENV_BUILDDIR "/rd/Samba/samba/trunk/samba-3.0.25pre1/source"
     10#define BUILD_ENV_USER "yuri"
     11#define BUILD_ENV_HOST "paperino"
    1212#define BUILD_ENV_COMPILER "gcc"
    1313#endif /* _BUILD_ENV_H */
  • trunk/samba-3.0.25pre1/source/include/config.h

    r1 r3  
    192192
    193193/* Define to 1 if you have the `ber_scanf' function. */
    194 #define HAVE_BER_SCANF 1
     194/* #undef HAVE_BER_SCANF */
    195195
    196196/* What header to include for iconv() function: biconv.h */
     
    643643
    644644/* Do we have history_list? */
    645 #define HAVE_HISTORY_LIST 1
     645/* #undef HAVE_HISTORY_LIST */
    646646
    647647/* Whether HPUX ACLs are available */
     
    875875
    876876/* Define to 1 if you have the <lber.h> header file. */
    877 #define HAVE_LBER_H 1
     877/* #undef HAVE_LBER_H */
    878878
    879879/* Whether ldap is available */
    880 #define HAVE_LDAP 1
     880/* #undef HAVE_LDAP */
    881881
    882882/* Define to 1 if you have the `ldap_add_result_entry' function. */
    883 #define HAVE_LDAP_ADD_RESULT_ENTRY 1
     883/* #undef HAVE_LDAP_ADD_RESULT_ENTRY */
    884884
    885885/* Define to 1 if you have the <ldap.h> header file. */
    886 #define HAVE_LDAP_H 1
     886/* #undef HAVE_LDAP_H */
    887887
    888888/* Define to 1 if you have the `ldap_init' function. */
    889 #define HAVE_LDAP_INIT 1
     889/* #undef HAVE_LDAP_INIT */
    890890
    891891/* Define to 1 if you have the `ldap_initialize' function. */
    892 #define HAVE_LDAP_INITIALIZE 1
     892/* #undef HAVE_LDAP_INITIALIZE */
    893893
    894894/* Define to 1 if you have the `ldap_set_rebind_proc' function. */
    895 #define HAVE_LDAP_SET_REBIND_PROC 1
     895/* #undef HAVE_LDAP_SET_REBIND_PROC */
    896896
    897897/* Define to 1 if you have the `lgetea' function. */
     
    935935
    936936/* Define to 1 if you have the `lber' library (-llber). */
    937 #define HAVE_LIBLBER 1
     937/* #undef HAVE_LIBLBER */
    938938
    939939/* Define to 1 if you have the `ldap' library (-lldap). */
    940 #define HAVE_LIBLDAP 1
     940/* #undef HAVE_LIBLDAP */
    941941
    942942/* Define to 1 if you have the `nscd' library (-lnscd). */
     
    953953
    954954/* Whether the system has readline */
    955 #define HAVE_LIBREADLINE 1
     955/* #undef HAVE_LIBREADLINE */
    956956
    957957/* Define to 1 if you have the `resolv' library (-lresolv). */
     
    11241124
    11251125/* Do we have rl_completion_matches? */
    1126 #define HAVE_NEW_LIBREADLINE 1
     1126/* #undef HAVE_NEW_LIBREADLINE */
    11271127
    11281128/* Define to 1 if you have the `nl_langinfo' function. */
     
    21892189
    21902190/* Number of arguments to ldap_set_rebind_proc */
    2191 #define LDAP_SET_REBIND_PROC_ARGS 3
     2191/* #undef LDAP_SET_REBIND_PROC_ARGS */
    21922192
    21932193/* Whether the host os is linux */
     
    23372337
    23382338/* String list of builtin modules */
    2339 #define STRING_STATIC_MODULES " pdb_ldap pdb_smbpasswd pdb_tdbsam rpc_lsa rpc_reg rpc_lsa_ds rpc_wkssvc rpc_svcctl rpc_ntsvcs rpc_net rpc_netdfs rpc_srv rpc_spoolss rpc_eventlog rpc_samr rpc_echo idmap_ldap idmap_tdb idmap_passdb idmap_nss nss_info_template charset_CP850 charset_CP437 auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin auth_script vfs_default vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_netatalk vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap vfs_expand_msdfs vfs_shadow_copy"
     2339#define STRING_STATIC_MODULES " pdb_smbpasswd pdb_tdbsam rpc_lsa rpc_reg rpc_lsa_ds rpc_wkssvc rpc_svcctl rpc_ntsvcs rpc_net rpc_netdfs rpc_srv rpc_spoolss rpc_eventlog rpc_samr rpc_echo idmap_tdb idmap_passdb idmap_nss nss_info_template charset_CP850 charset_CP437 auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin auth_script vfs_default vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_netatalk vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap vfs_expand_msdfs vfs_shadow_copy"
    23402340
    23412341/* Whether the host os is sunos4 */
     
    26782678
    26792679/* Decl of Static init functions */
    2680 #define static_decl_idmap extern NTSTATUS idmap_ldap_init(void); extern NTSTATUS idmap_tdb_init(void); extern NTSTATUS idmap_passdb_init(void); extern NTSTATUS idmap_nss_init(void);
     2680#define static_decl_idmap extern NTSTATUS idmap_tdb_init(void); extern NTSTATUS idmap_passdb_init(void); extern NTSTATUS idmap_nss_init(void);
    26812681
    26822682/* Decl of Static init functions */
     
    26842684
    26852685/* Decl of Static init functions */
    2686 #define static_decl_pdb extern NTSTATUS pdb_ldap_init(void); extern NTSTATUS pdb_smbpasswd_init(void); extern NTSTATUS pdb_tdbsam_init(void);
     2686#define static_decl_pdb extern NTSTATUS pdb_smbpasswd_init(void); extern NTSTATUS pdb_tdbsam_init(void);
    26872687
    26882688/* Decl of Static init functions */
     
    26992699
    27002700/* Static init functions */
    2701 #define static_init_idmap {  idmap_ldap_init();  idmap_tdb_init();  idmap_passdb_init();  idmap_nss_init();}
     2701#define static_init_idmap {  idmap_tdb_init();  idmap_passdb_init();  idmap_nss_init();}
    27022702
    27032703/* Static init functions */
     
    27052705
    27062706/* Static init functions */
    2707 #define static_init_pdb {  pdb_ldap_init();  pdb_smbpasswd_init();  pdb_tdbsam_init();}
     2707#define static_init_pdb {  pdb_smbpasswd_init();  pdb_tdbsam_init();}
    27082708
    27092709/* Static init functions */
  • trunk/samba-3.0.25pre1/source/include/proto.h

    r1 r3  
    576576
    577577int os2_ftruncate(int fd, off_t size);
     578void os2_randget(char * buffer, int length);
    578579void maperrno(int rc);
    579580ssize_t unigetxattr (const char *path, int file, const char *name, void *value, size_t size);
     
    714715void CatchChild(void);
    715716void CatchChildLeaveStatus(void);
    716 
    717 /* The following definitions come from lib/smbldap.c  */
    718 
    719 int smb_ldap_start_tls(LDAP *ldap_struct, int version);
    720 int smb_ldap_setup_conn(LDAP **ldap_struct, const char *uri);
    721 int smb_ldap_upgrade_conn(LDAP *ldap_struct, int *new_version) ;
    722 int smb_ldap_setup_full_conn(LDAP **ldap_struct, const char *uri);
    723 int smbldap_search(struct smbldap_state *ldap_state,
    724                    const char *base, int scope, const char *filter,
    725                    const char *attrs[], int attrsonly,
    726                    LDAPMessage **res);
    727 int smbldap_search_paged(struct smbldap_state *ldap_state,
    728                          const char *base, int scope, const char *filter,
    729                          const char **attrs, int attrsonly, int pagesize,
    730                          LDAPMessage **res, void **cookie);
    731 int smbldap_modify(struct smbldap_state *ldap_state, const char *dn, LDAPMod *attrs[]);
    732 int smbldap_add(struct smbldap_state *ldap_state, const char *dn, LDAPMod *attrs[]);
    733 int smbldap_delete(struct smbldap_state *ldap_state, const char *dn);
    734 int smbldap_extended_operation(struct smbldap_state *ldap_state,
    735                                LDAP_CONST char *reqoid, struct berval *reqdata,
    736                                LDAPControl **serverctrls, LDAPControl **clientctrls,
    737                                char **retoidp, struct berval **retdatap);
    738 int smbldap_search_suffix (struct smbldap_state *ldap_state,
    739                            const char *filter, const char **search_attr,
    740                            LDAPMessage ** result);
    741 void smbldap_free_struct(struct smbldap_state **ldap_state) ;
    742 NTSTATUS smbldap_init(TALLOC_CTX *mem_ctx, const char *location, struct smbldap_state **smbldap_state) ;
    743 char *smbldap_get_dn(LDAP *ld, LDAPMessage *entry);
    744 BOOL smbldap_has_control(LDAP *ld, const char *control);
    745 BOOL smbldap_has_extension(LDAP *ld, const char *extension);
    746 BOOL smbldap_has_naming_context(LDAP *ld, const char *naming_context);
    747 BOOL smbldap_set_creds(struct smbldap_state *ldap_state, BOOL anon, const char *dn, const char *secret);
    748 
    749 /* The following definitions come from lib/smbldap_util.c  */
    750 
    751 NTSTATUS smbldap_search_domain_info(struct smbldap_state *ldap_state,
    752                                     LDAPMessage ** result, const char *domain_name,
    753                                     BOOL try_add);
    754717
    755718/* The following definitions come from lib/smbrun.c  */
     
    36773640NTSTATUS idmap_cache_map_sid(struct idmap_cache_ctx *cache, struct id_map *id);
    36783641NTSTATUS idmap_cache_map_id(struct idmap_cache_ctx *cache, struct id_map *id);
    3679 
    3680 /* The following definitions come from nsswitch/idmap_ldap.c  */
    3681 
    3682 NTSTATUS idmap_alloc_ldap_init(void);
    3683 NTSTATUS idmap_ldap_init(void);
    36843642
    36853643/* The following definitions come from nsswitch/idmap_nss.c  */
     
    44284386void pdb_search_destroy(struct pdb_search *search);
    44294387NTSTATUS make_pdb_method( struct pdb_methods **methods ) ;
    4430 
    4431 /* The following definitions come from passdb/pdb_ldap.c  */
    4432 
    4433 const char** get_userattr_list( TALLOC_CTX *mem_ctx, int schema_ver );
    4434 int ldapsam_search_suffix_by_name(struct ldapsam_privates *ldap_state,
    4435                                           const char *user,
    4436                                           LDAPMessage ** result,
    4437                                           const char **attr);
    4438 const char **talloc_attrs(TALLOC_CTX *mem_ctx, ...);
    4439 NTSTATUS pdb_init_ldapsam_compat(struct pdb_methods **pdb_method, const char *location);
    4440 NTSTATUS pdb_init_ldapsam(struct pdb_methods **pdb_method, const char *location);
    4441 NTSTATUS pdb_ldap_init(void);
    4442 
    4443 /* The following definitions come from passdb/pdb_nds.c  */
    4444 
    4445 int pdb_nds_get_password(
    4446         struct smbldap_state *ldap_state,
    4447         char *object_dn,
    4448         size_t *pwd_len,
    4449         char *pwd );
    4450 int pdb_nds_set_password(
    4451         struct smbldap_state *ldap_state,
    4452         char *object_dn,
    4453         const char *pwd );
    4454 NTSTATUS pdb_nds_init(void);
    44554388
    44564389/* The following definitions come from passdb/pdb_smbpasswd.c  */
Note: See TracChangeset for help on using the changeset viewer.