summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-05-19 20:08:37 +0000
committerJeremy Allison <jra@samba.org>1998-05-19 20:08:37 +0000
commit1b412a501e22602ac5edcd875e09bd3814b6e841 (patch)
treeec79a2f52899bb583bdcb322444ea6e1f2fc5be9 /source3/include/smb.h
parent73231a9e636bcb8d74000d5529a3c513d6c27ea3 (diff)
downloadsamba-1b412a501e22602ac5edcd875e09bd3814b6e841.tar.gz
samba-1b412a501e22602ac5edcd875e09bd3814b6e841.tar.bz2
samba-1b412a501e22602ac5edcd875e09bd3814b6e841.zip
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)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h11
1 files changed, 0 insertions, 11 deletions
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 {