summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_dispatcher.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:registry avoid updating keys which are going to be deleted inGregor Beck2011-08-081-1/+1
| | | | | | | | | reg_deletekey_recursive this changes the complexity from O(n^2) to O(n) and reduces the time of a 'net conf drop' with 10000 shares from 6min to 1.5s Signed-off-by: Michael Adam <obnox@samba.org>
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-1/+1
| | | | | | | | This common structure is defined in security.idl Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3:registry: extraxt the reg_dispatcher prototypes into their own header.Michael Adam2010-05-251-0/+44
And use them only where needed.