Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:registry avoid updating keys which are going to be deleted in | Gregor Beck | 2011-08-08 | 1 | -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:registry: move prototype from reg_init_smbconf.c to its own header. | Michael Adam | 2010-09-21 | 1 | -5/+0 |
| | |||||
* | s3:registry: move prototype from reg_init_full.c to its own header. | Michael Adam | 2010-09-21 | 1 | -4/+0 |
| | |||||
* | s3:registry: move prototypes from reg_init_basic.c to their own header. | Michael Adam | 2010-09-21 | 1 | -5/+0 |
| | |||||
* | s3:registry: move reg_api_regf prototypes to their own header file. | Michael Adam | 2010-09-21 | 1 | -5/+0 |
| | | | | | These two calls are currently only used in the WINREG rpc server. And this reqires linking in the regfio code. | ||||
* | s3:registry: move the reg_api prototypes to their own header. | Michael Adam | 2010-09-21 | 1 | -47/+0 |
| | |||||
* | s3:registry: move prototypes of unused hilvl functions to ret_api_util.h and ↵ | Michael Adam | 2010-09-20 | 1 | -7/+0 |
| | | | | comment them out | ||||
* | s3:registry: move higher level function reg_open_path to new module reg_api_util | Michael Adam | 2010-09-20 | 1 | -3/+0 |
| | | | | | The reg_api.c code should just export functions that direclty relate to winreg api calls. | ||||
* | s3-registry: move regf based reg_api calls into own file. | Günther Deschner | 2010-09-20 | 1 | -2/+5 |
| | | | | Guenther | ||||
* | s3:auth Remove NT_USER_TOKEN | Andrew Bartlett | 2010-09-11 | 1 | -1/+1 |
| | | | | | | | | | The all UPPER case typedef is no longer the preferred Samba style and this makes it easier to see that this is the IDL-derivied structure Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s3-auth Change struct nt_user_token -> struct security_token | Andrew Bartlett | 2010-09-11 | 1 | -5/+5 |
| | | | | | | | | This common structure is defined in security.idl Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s3-build: avoid to globally include printing and spoolss headers. | Günther Deschner | 2010-07-31 | 1 | -0/+2 |
| | | | | | | This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther | ||||
* | s3-registry: avoid using registry_value union. | Günther Deschner | 2010-07-02 | 1 | -21/+1 |
| | | | | | | Just pull and push data as is. Guenther | ||||
* | s3-registry: add reg_querymultiplevalues() to reg_api. | Günther Deschner | 2010-06-30 | 1 | -0/+6 |
| | | | | Guenther | ||||
* | s3:registry: add comment header block to registry.h | Michael Adam | 2010-05-25 | 1 | -0/+22 |
| | |||||
* | s3:registry: move reg_objects.h to registry/ and use it only where needed | Michael Adam | 2010-05-25 | 1 | -2/+0 |
| | | | | | Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code. | ||||
* | s3:registry: move non-reg_objects definitions from reg_objects.h to registry.h | Michael Adam | 2010-05-25 | 1 | -0/+125 |
| | |||||
* | s3:registry: extract registry_pull/push_value prototypes into own header | Michael Adam | 2010-05-25 | 1 | -10/+0 |
| | | | | reg_util_marshalling.h and use them only where needed. | ||||
* | s3:registry: move prototype registry_create_admin_token() to new header ↵ | Michael Adam | 2010-05-25 | 1 | -2/+0 |
| | | | | | | reg_util_token.h and use it only where necessary. | ||||
* | s3:registry: extract reg_eventlog prototypes to header of their own | Michael Adam | 2010-05-25 | 1 | -6/+0 |
| | | | | and use them only where needed. | ||||
* | s3:registry: extract reg_perfcount prototypes into header of their own. | Michael Adam | 2010-05-25 | 1 | -10/+0 |
| | | | | And use them only when necessary. | ||||
* | s3:registry: extraxt the reg_dispatcher prototypes into their own header. | Michael Adam | 2010-05-25 | 1 | -22/+0 |
| | | | | And use them only where needed. | ||||
* | s3:registry: extract the reg_backend_db prototypes into their own header. | Michael Adam | 2010-05-25 | 1 | -18/+0 |
| | | | | And use them only where needed. | ||||
* | s3:registry: extract the reg_util prototypes into their own header. | Michael Adam | 2010-05-25 | 1 | -8/+0 |
| | | | | And use them only where needed. | ||||
* | s3:registry: remove superfluous comments from registry.h | Michael Adam | 2010-05-25 | 1 | -28/+0 |
| | |||||
* | s3:registry: extract the reg_util_legacy prototypes into their own header. | Michael Adam | 2010-05-25 | 1 | -8/+0 |
| | | | | And use them only where necessary. | ||||
* | s3:registry: extract the reg_cachehook prototypes into their own header. | Michael Adam | 2010-05-25 | 1 | -8/+0 |
| | | | | And use them only where necessary. | ||||
* | s3:registry: protect registry.h from multiple inclusion | Michael Adam | 2010-05-25 | 1 | -0/+4 |
| | |||||
* | s3-registry: only include registry headers when really needed. | Günther Deschner | 2010-05-18 | 1 | -0/+188 |
Guenther |