From 1b412a501e22602ac5edcd875e09bd3814b6e841 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 19 May 1998 20:08:37 +0000 Subject: passdb.c: Fixed typo in coment. smb.h: Removed comments no longer valid. smbpass.c: Stopped dummy function from being prototyped. util.c: Fix for multibyte char problems with strlower, strupper and string_replace. Jeremy. (This used to be commit cd244b45a5d35fceee2a4034b0c6aabdb58871aa) --- source3/include/smb.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index cc0ce07495..092cf349e5 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -637,17 +637,6 @@ struct shmem_ops { /* * Each implementation of the password database code needs * to support the following operations. - * - * either the get/mod/add-smbXXX or the get/mod/add-sam21XXX functions - * are optional, but not both. conversion routines will be called - * if only one of each is supported. the preference is to provide - * full getsam21pwXXX functionality. - * - * e.g: provide a getsam21pwnam() function but set getsmbpwnam() to NULL: - * passdb.c will automatically call getsam21pwnam() and then call the - * sam21-to-smb conversion routine if the passdb.c::getsmbpwnam() function - * is called. - * */ struct passdb_ops { -- cgit