1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/rpc_parse
Luke Leighton 312f4f3960 - lib/unix_sec_ctxt.c
attempt at taking lib/uid.c and getting a unix security context
	change module that is independent of "cnums" and "snums".
	a security context is needed for pipes, not just IPC$ or other
	services.

- group database API

	added add_group/alias_member, del_group/alias_member,
	del_group/alias_entry functions.  del_builtin_entry() is
	deliberately set to NULL to cause an exception, you cannot
	delete builtin aliases.

- parse_lsa.c srv_lsa.c

	fixed lookup_names code, it was a load of trash and didn't do
	anything.

- cmd_samr.c rpcclient.c srv_samr.c

	added "deletegroup", "deletealias", "delaliasmem", "delgroupmem",
	"addgroupmem", "addaliasmem", "createalias", "creategroup", to
	both client and server code.

	server code calls into unix stubs right now, which don't actually
	do anything.  the only instance where they are expected to do
	anything is in appliance mode NOT even in the ldap code or anything.

	client code modified to call samr_lookup_names() for group code
	(because we can) and lsa_lookup_names() for alias code (because
	we have to).

- srv_lookup.c

	oops, lookup on unsplit name, we got lookup on DOMAIN, DOMAIN\name
	instead of DOMAIN, name.
(This used to be commit b8175702ef)
1998-12-07 17:23:48 +00:00
..
.cvsignore get away with dummy and .dummy files 1998-09-29 04:52:17 +00:00
parse_lsa.c - lib/unix_sec_ctxt.c 1998-12-07 17:23:48 +00:00
parse_misc.c - lib/unix_sec_ctxt.c 1998-12-07 17:23:48 +00:00
parse_net.c - group database API. oops and oh dear, the threat has been carried out: 1998-11-17 16:19:04 +00:00
parse_prs.c jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist. 1998-11-12 19:21:20 +00:00
parse_reg.c security descriptors 1998-11-13 01:38:41 +00:00
parse_rpc.c - group database API. oops and oh dear, the threat has been carried out: 1998-11-17 16:19:04 +00:00
parse_samr.c - lib/unix_sec_ctxt.c 1998-12-07 17:23:48 +00:00
parse_sec.c Makefile.in configure configure.in include/config.h.in: Changes for DGUX and UNIXWARE. 1998-11-13 21:41:01 +00:00
parse_srv.c fix to some of the unicode string handling. there are others pending 1998-11-03 18:37:05 +00:00
parse_wks.c added wksinfo command to rpcclient, which don't work too good. 1998-09-25 21:20:37 +00:00