summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-03-22registry: add reg_init_basic() - init registry with only the db backend.Michael Adam1-0/+45
2008-03-22registry: close registry in exit path in registry_init_smbconf().Michael Adam1-2/+1
2008-03-22registry: some whitespace cleanup in init_registry().Michael Adam1-9/+10
2008-03-22registry: remove unneeded talloc stackframe variable.Michael Adam1-2/+0
2008-03-22registry: close regdb in error path (and use it) in init_registry().Michael Adam1-4/+3
2008-03-21registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam2-2/+2
2008-03-21libsmbconf: add internal open/close handling to registry backend.Michael Adam1-4/+38
2008-03-21libsmbconf: add a comment.Michael Adam1-0/+3
2008-03-21libsmbconf: add private_data section to smbconf_ctx.Michael Adam2-8/+20
2008-03-21libsmbconf: add a "path" variable to the conf context.Michael Adam8-20/+32
2008-03-21libsmbconf: add structuring comments to the prototypes in the public header.Michael Adam1-0/+8
2008-03-21libsmbconf: adapt a comment to new circumstancesMichael Adam1-3/+1
2008-03-21libsmbconf: group together functions in smbconf.c more appropriatelyMichael Adam1-21/+29
2008-03-21libsmbconf: add a comment.Michael Adam1-1/+5
2008-03-21libsmbconf: move registry implementation to a module of its own.Michael Adam4-722/+755
2008-03-21On Solaris, size_t seems to be only 32 bit.Volker Lendecke1-5/+7
2008-03-21Fix Coverity ID 473Volker Lendecke1-1/+1
2008-03-21Fix Coverity ID 506Volker Lendecke1-1/+4
2008-03-21Fix Coverity ID 507Volker Lendecke1-0/+2
2008-03-21Fix Coverity ID 537Volker Lendecke1-3/+3
2008-03-21Fix Coverity ID 538Volker Lendecke1-3/+3
2008-03-21Fix Coverity ID 547Volker Lendecke1-4/+1
2008-03-21Fix Coverity ID 548Volker Lendecke1-3/+5
2008-03-21Fix Coverity IDs 553, 552Volker Lendecke1-0/+4
2008-03-21Add my copyright.Günther Deschner1-0/+1
2008-03-21Remove remaining old srvsvc client and server rpc code entirely.Günther Deschner7-347/+6
2008-03-21Remove double RPC_PARSE_OBJ2 from Makefile.Günther Deschner1-1/+0
2008-03-21Move MAX.*ENTRY definitions out of old rpc srvsvc parsing code.Günther Deschner2-14/+15
2008-03-21Remove unused marshalling for SRV_NET_SESS_ENUM.Günther Deschner2-359/+0
2008-03-21Use pidl for _srvsvc_NetSessEnum().Günther Deschner2-153/+96
2008-03-21Add support for setting resume handle in netsessenum rpcclient command.Günther Deschner1-3/+9
2008-03-21Remove unused marshalling for SRV_NET_CONN_ENUM.Günther Deschner2-464/+0
2008-03-21Use pidl for _srvsvc_NetConnEnum().Günther Deschner2-154/+97
2008-03-21Allow to set or unset resume_handle in netconnenum in rpcclient.Günther Deschner1-1/+3
2008-03-21libsmbconf: reformaat - fix some whispacing/tabsMichael Adam1-7/+7
2008-03-21libsmbconf: add backend specific init function.Michael Adam7-9/+18
2008-03-21libsmbconf: add shutdown handler to smbconf_ops.Michael Adam2-1/+8
2008-03-21libsmbconf: fix commentsMichael Adam1-2/+1
2008-03-21libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam5-7/+7
2008-03-21libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam6-9/+9
2008-03-21libsmbconf: add open and close operations to the smbconf_ops.Michael Adam2-1/+15
2008-03-21libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends.Michael Adam2-14/+64
2008-03-21libsmbconf: move smbconf_reg_initialize() down to the smbconf operations.Michael Adam1-20/+20
2008-03-21libsmbconf: add existence check for service to smbconf_delete_share().Michael Adam1-0/+4
2008-03-21libsmbconf: add existence check for service to smbconf_get_share().Michael Adam1-0/+4
2008-03-21libsmbconf: add check for NULL servicename to smbconf_share_exists().Michael Adam1-0/+3
2008-03-21libsmbconf: fix a commentMichael Adam1-1/+1
2008-03-21libsmbconf: refactor out registry implementation of smbconf operations.Michael Adam1-229/+326
2008-03-21libsmbconf: refactor autocreation of [global] into a helper function.Michael Adam1-21/+18
2008-03-21libsmbconf: put the smbconf context struct into a private header.Michael Adam3-3/+29