r14634: Many bug fixes thanks to train rides and overnight stays in airports
authorGerald Carter <jerry@samba.org>
Wed, 22 Mar 2006 08:04:13 +0000 (08:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:41 +0000 (11:15 -0500)
commitdb1162241f79c2af8afb7d8c26e8ed1c4a4b476f
treec3e5c93d514fd8c4a7217be63b9d59147cbbf01a
parent899fd6808ebd04d039caf7199c60d34a4987b43a
r14634: Many bug fixes thanks to train rides and overnight stays in airports

* Finally fix parsing idmap uid/gid ranges not to break with spaces
  surrounding the '-'
* Allow local groups to renamed by adding info level 2 to
  _samr_set_aliasinfo()
* Fix parsing bug in _samr_del_dom_alias() reply
* Prevent root from being deleted via Samba
* Prevent builting groups from being renamed or deleted
* Fix bug in pdb_tdb that broke renaming user accounts
* Make sure winbindd is running when trying to create the Administrators
  and Users BUILTIN groups automatically from smbd (and not just check the
  winbind nexted groups parameter value).
* Have the top level rid allocator verify that the RID it is about to
  grant is not already assigned in our own SAM (retries up to 250 times).
  This fixes passdb with existing SIDs assigned to users from the RID algorithm
  but not monotonically allocating the RIDs from passdb.
source/auth/auth_util.c
source/groupdb/mapping.c
source/include/rpc_samr.h
source/param/loadparm.c
source/passdb/pdb_interface.c
source/passdb/pdb_tdb.c
source/rpc_parse/parse_samr.c
source/rpc_server/srv_samr_nt.c