summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-23Fix Coverity ID 453Volker Lendecke1-2/+2
2008-03-23Fix Coverity ID 462Volker Lendecke1-2/+4
2008-03-23Fix Coverity ID 432Volker Lendecke1-2/+0
2008-03-23Fix Coverity ID 436Volker Lendecke1-0/+5
2008-03-23Fix Coverity warningsVolker Lendecke2-2/+10
2008-03-23VERSION: Update pre release number.Karolin Seeger1-1/+1
2008-03-22libgpo: open the registry in gp_init_reg_ctx().Michael Adam1-0/+5
2008-03-22libgpo: replace hand-crafted registry initialization by registry_init_basic.Michael Adam2-60/+3
2008-03-22libgpo: use reg_setkeysecurity() instead of regdb_set_secdesc().Michael Adam1-4/+4
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