Age | Commit message (Expand) | Author | Files | Lines |
2008-03-22 | registry: remove unneeded talloc stackframe variable. | Michael Adam | 1 | -2/+0 |
2008-03-22 | registry: close regdb in error path (and use it) in init_registry(). | Michael Adam | 1 | -4/+3 |
2008-03-21 | registry: fix registry_init_smbconf() to close the registry at the end. | Michael Adam | 2 | -2/+2 |
2008-03-21 | libsmbconf: add internal open/close handling to registry backend. | Michael Adam | 1 | -4/+38 |
2008-03-21 | libsmbconf: add a comment. | Michael Adam | 1 | -0/+3 |
2008-03-21 | libsmbconf: add private_data section to smbconf_ctx. | Michael Adam | 2 | -8/+20 |
2008-03-21 | libsmbconf: add a "path" variable to the conf context. | Michael Adam | 8 | -20/+32 |
2008-03-21 | libsmbconf: add structuring comments to the prototypes in the public header. | Michael Adam | 1 | -0/+8 |
2008-03-21 | libsmbconf: adapt a comment to new circumstances | Michael Adam | 1 | -3/+1 |
2008-03-21 | libsmbconf: group together functions in smbconf.c more appropriately | Michael Adam | 1 | -21/+29 |
2008-03-21 | libsmbconf: add a comment. | Michael Adam | 1 | -1/+5 |
2008-03-21 | libsmbconf: move registry implementation to a module of its own. | Michael Adam | 4 | -722/+755 |
2008-03-21 | On Solaris, size_t seems to be only 32 bit. | Volker Lendecke | 1 | -5/+7 |
2008-03-21 | Fix Coverity ID 473 | Volker Lendecke | 1 | -1/+1 |
2008-03-21 | Fix Coverity ID 506 | Volker Lendecke | 1 | -1/+4 |
2008-03-21 | Fix Coverity ID 507 | Volker Lendecke | 1 | -0/+2 |
2008-03-21 | Fix Coverity ID 537 | Volker Lendecke | 1 | -3/+3 |
2008-03-21 | Fix Coverity ID 538 | Volker Lendecke | 1 | -3/+3 |
2008-03-21 | Fix Coverity ID 547 | Volker Lendecke | 1 | -4/+1 |
2008-03-21 | Fix Coverity ID 548 | Volker Lendecke | 1 | -3/+5 |
2008-03-21 | Fix Coverity IDs 553, 552 | Volker Lendecke | 1 | -0/+4 |
2008-03-21 | Add my copyright. | Günther Deschner | 1 | -0/+1 |
2008-03-21 | Remove remaining old srvsvc client and server rpc code entirely. | Günther Deschner | 7 | -347/+6 |
2008-03-21 | Remove double RPC_PARSE_OBJ2 from Makefile. | Günther Deschner | 1 | -1/+0 |
2008-03-21 | Move MAX.*ENTRY definitions out of old rpc srvsvc parsing code. | Günther Deschner | 2 | -14/+15 |
2008-03-21 | Remove unused marshalling for SRV_NET_SESS_ENUM. | Günther Deschner | 2 | -359/+0 |
2008-03-21 | Use pidl for _srvsvc_NetSessEnum(). | Günther Deschner | 2 | -153/+96 |
2008-03-21 | Add support for setting resume handle in netsessenum rpcclient command. | Günther Deschner | 1 | -3/+9 |
2008-03-21 | Remove unused marshalling for SRV_NET_CONN_ENUM. | Günther Deschner | 2 | -464/+0 |
2008-03-21 | Use pidl for _srvsvc_NetConnEnum(). | Günther Deschner | 2 | -154/+97 |
2008-03-21 | Allow to set or unset resume_handle in netconnenum in rpcclient. | Günther Deschner | 1 | -1/+3 |
2008-03-21 | libsmbconf: reformaat - fix some whispacing/tabs | Michael Adam | 1 | -7/+7 |
2008-03-21 | libsmbconf: add backend specific init function. | Michael Adam | 7 | -9/+18 |
2008-03-21 | libsmbconf: add shutdown handler to smbconf_ops. | Michael Adam | 2 | -1/+8 |
2008-03-21 | libsmbconf: fix comments | Michael Adam | 1 | -2/+1 |
2008-03-21 | libsmbconf: rename smbconf_close() to smbconf_shutdown(). | Michael Adam | 5 | -7/+7 |
2008-03-21 | libsmbconf: rename smbconf_open() to smbconf_init(). | Michael Adam | 6 | -9/+9 |
2008-03-21 | libsmbconf: add open and close operations to the smbconf_ops. | Michael Adam | 2 | -1/+15 |
2008-03-21 | libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends. | Michael Adam | 2 | -14/+64 |
2008-03-21 | libsmbconf: move smbconf_reg_initialize() down to the smbconf operations. | Michael Adam | 1 | -20/+20 |
2008-03-21 | libsmbconf: add existence check for service to smbconf_delete_share(). | Michael Adam | 1 | -0/+4 |
2008-03-21 | libsmbconf: add existence check for service to smbconf_get_share(). | Michael Adam | 1 | -0/+4 |
2008-03-21 | libsmbconf: add check for NULL servicename to smbconf_share_exists(). | Michael Adam | 1 | -0/+3 |
2008-03-21 | libsmbconf: fix a comment | Michael Adam | 1 | -1/+1 |
2008-03-21 | libsmbconf: refactor out registry implementation of smbconf operations. | Michael Adam | 1 | -229/+326 |
2008-03-21 | libsmbconf: refactor autocreation of [global] into a helper function. | Michael Adam | 1 | -21/+18 |
2008-03-21 | libsmbconf: put the smbconf context struct into a private header. | Michael Adam | 3 | -3/+29 |
2008-03-21 | libsmbconf: change the API to always take the smbconf_ctx parameter first. | Michael Adam | 4 | -26/+30 |
2008-03-21 | libsmbconf: fix indentation. | Michael Adam | 1 | -3/+3 |
2008-03-21 | libsmbconf: change smbconf_get_seqnum() to smbconf_changed(). | Michael Adam | 3 | -19/+42 |