1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/passdb
Volker Lendecke 06b018767b Fix an incompatible pointer passed to winbind_get_groups
This is the same bug that was fixed in other places of the code a few times
already:

A C compiler ONLY does automatic type conversions during an assignment.

Passing down a pointer to type A to a function taking type B as an
argument does NOT do any automatic type conversions.

If required, I can dig up the relevant portions of the C standard.
2009-02-25 13:04:19 +01:00
..
login_cache.c s3:passdb: put login_cache.tdb into cache_dir, not lock_dir. 2009-01-16 01:02:22 +01:00
lookup_sid.c Add iconv_convenience argument to size functions. 2009-01-01 04:45:33 +01:00
machine_sid.c Use common util_file code. 2008-10-12 17:34:43 +02:00
passdb.c s3: Added new parameter "map untrusted to domain" 2009-02-12 13:55:44 -08:00
pdb_compat.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
pdb_get_set.c Fix some nonempty blank lines 2009-02-08 13:53:49 +01:00
pdb_interface.c Fix a typo 2009-02-21 12:54:34 +01:00
pdb_ldap.c Fix printf warnings found on systems where time_t <> long int. 2009-02-19 13:36:20 -08:00
pdb_nds.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
pdb_smbpasswd.c Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery. 2009-01-14 13:17:38 -08:00
pdb_tdb.c Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps. 2009-02-17 13:43:58 -08:00
pdb_wbc_sam.c Fix an incompatible pointer passed to winbind_get_groups 2009-02-25 13:04:19 +01:00
secrets.c Use libutil genrand. 2008-10-23 18:46:35 +02:00
util_builtin.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util_unixsids.c Make us clean under valgrind --leak-check=full by using talloc_autofree_context() instead of NULL. 2008-11-06 20:48:13 -08:00
util_wellknown.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00