1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/rpc_parse
Tim Potter 742609a21d Fixed bug introduced by changeover of security descriptor code from
malloc() to talloc().  Previously, creating an ACL containing zero ACEs
would return a non-NULL pointer to zero bytes of memory.  The talloc() code
would return a NULL pointer making the ACL a NULL ACL instead of an empty
one.  The difference is a NULL ACL allows all access and an empty ACL
denies all access.

We solve this by calling talloc(ctx, sizeof(SEC_ACE) * num_aces + 1).
Heh.
(This used to be commit 89eaaafe7d)
2001-06-26 06:11:40 +00:00
..
.cvsignore Added *.po to .cvsignore files. 2001-06-01 11:26:20 +00:00
parse_creds.c Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. 2001-03-09 23:48:58 +00:00
parse_dfs.c Added some msdfs client routines. 2001-06-13 06:37:02 +00:00
parse_lsa.c Removed unused (and potentially crash-causing) free function. 2001-06-22 02:37:52 +00:00
parse_misc.c Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous 2001-05-01 01:01:19 +00:00
parse_net.c sync this function with 2.2 (single check for NULL parameter) 2001-06-22 14:18:27 +00:00
parse_prs.c Got "medieval on our ass" about adding the -1 to slprintf. 2001-04-08 20:22:39 +00:00
parse_reg.c Added Michael Sweet's CUPS patch to call directly into the CUPS backend. 2001-03-16 05:55:30 +00:00
parse_rpc.c We copy the RPC header directly from the incoming client - remember to 2001-03-12 21:09:55 +00:00
parse_samr.c Fixed W2K SP2 joining a Samba PDC hosted domain. 2001-06-20 19:55:59 +00:00
parse_sec.c Fixed bug introduced by changeover of security descriptor code from 2001-06-26 06:11:40 +00:00
parse_spoolss.c Merging Gerry's spoolss changes. 2001-06-21 17:46:14 +00:00
parse_srv.c Cosmetic fixups found while playing with the server manager. Added support 2001-06-25 06:13:27 +00:00
parse_wks.c acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. 2000-03-22 19:03:12 +00:00