Changeset 3
- Timestamp:
- Mar 25, 2007, 12:29:51 PM (18 years ago)
- 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-cups2>&1 | tee configure.log1 ash 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 4 4 #define _BUILD_ENV_H 5 5 6 #define BUILD_ENV_UNAME "OS/2 mail.smedley.in 1 2.45 i386 i386 AuthenticAMDOS/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" 12 12 #define BUILD_ENV_COMPILER "gcc" 13 13 #endif /* _BUILD_ENV_H */ -
trunk/samba-3.0.25pre1/source/include/config.h
r1 r3 192 192 193 193 /* Define to 1 if you have the `ber_scanf' function. */ 194 #define HAVE_BER_SCANF 1 194 /* #undef HAVE_BER_SCANF */ 195 195 196 196 /* What header to include for iconv() function: biconv.h */ … … 643 643 644 644 /* Do we have history_list? */ 645 #define HAVE_HISTORY_LIST 1 645 /* #undef HAVE_HISTORY_LIST */ 646 646 647 647 /* Whether HPUX ACLs are available */ … … 875 875 876 876 /* Define to 1 if you have the <lber.h> header file. */ 877 #define HAVE_LBER_H 1 877 /* #undef HAVE_LBER_H */ 878 878 879 879 /* Whether ldap is available */ 880 #define HAVE_LDAP 1 880 /* #undef HAVE_LDAP */ 881 881 882 882 /* 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 */ 884 884 885 885 /* Define to 1 if you have the <ldap.h> header file. */ 886 #define HAVE_LDAP_H 1 886 /* #undef HAVE_LDAP_H */ 887 887 888 888 /* Define to 1 if you have the `ldap_init' function. */ 889 #define HAVE_LDAP_INIT 1 889 /* #undef HAVE_LDAP_INIT */ 890 890 891 891 /* Define to 1 if you have the `ldap_initialize' function. */ 892 #define HAVE_LDAP_INITIALIZE 1 892 /* #undef HAVE_LDAP_INITIALIZE */ 893 893 894 894 /* 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 */ 896 896 897 897 /* Define to 1 if you have the `lgetea' function. */ … … 935 935 936 936 /* Define to 1 if you have the `lber' library (-llber). */ 937 #define HAVE_LIBLBER 1 937 /* #undef HAVE_LIBLBER */ 938 938 939 939 /* Define to 1 if you have the `ldap' library (-lldap). */ 940 #define HAVE_LIBLDAP 1 940 /* #undef HAVE_LIBLDAP */ 941 941 942 942 /* Define to 1 if you have the `nscd' library (-lnscd). */ … … 953 953 954 954 /* Whether the system has readline */ 955 #define HAVE_LIBREADLINE 1 955 /* #undef HAVE_LIBREADLINE */ 956 956 957 957 /* Define to 1 if you have the `resolv' library (-lresolv). */ … … 1124 1124 1125 1125 /* Do we have rl_completion_matches? */ 1126 #define HAVE_NEW_LIBREADLINE 1 1126 /* #undef HAVE_NEW_LIBREADLINE */ 1127 1127 1128 1128 /* Define to 1 if you have the `nl_langinfo' function. */ … … 2189 2189 2190 2190 /* Number of arguments to ldap_set_rebind_proc */ 2191 #define LDAP_SET_REBIND_PROC_ARGS 3 2191 /* #undef LDAP_SET_REBIND_PROC_ARGS */ 2192 2192 2193 2193 /* Whether the host os is linux */ … … 2337 2337 2338 2338 /* 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_ldapidmap_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" 2340 2340 2341 2341 /* Whether the host os is sunos4 */ … … 2678 2678 2679 2679 /* 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); 2681 2681 2682 2682 /* Decl of Static init functions */ … … 2684 2684 2685 2685 /* 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); 2687 2687 2688 2688 /* Decl of Static init functions */ … … 2699 2699 2700 2700 /* 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();} 2702 2702 2703 2703 /* Static init functions */ … … 2705 2705 2706 2706 /* 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();} 2708 2708 2709 2709 /* Static init functions */ -
trunk/samba-3.0.25pre1/source/include/proto.h
r1 r3 576 576 577 577 int os2_ftruncate(int fd, off_t size); 578 void os2_randget(char * buffer, int length); 578 579 void maperrno(int rc); 579 580 ssize_t unigetxattr (const char *path, int file, const char *name, void *value, size_t size); … … 714 715 void CatchChild(void); 715 716 void 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);754 717 755 718 /* The following definitions come from lib/smbrun.c */ … … 3677 3640 NTSTATUS idmap_cache_map_sid(struct idmap_cache_ctx *cache, struct id_map *id); 3678 3641 NTSTATUS 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);3684 3642 3685 3643 /* The following definitions come from nsswitch/idmap_nss.c */ … … 4428 4386 void pdb_search_destroy(struct pdb_search *search); 4429 4387 NTSTATUS 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);4455 4388 4456 4389 /* The following definitions come from passdb/pdb_smbpasswd.c */
Note:
See TracChangeset
for help on using the changeset viewer.