summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-21libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam4-26/+30
2008-03-21libsmbconf: fix indentation.Michael Adam1-3/+3
2008-03-21libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam3-19/+42
2008-03-21libsmbconf: fix a commentMichael Adam1-2/+1
2008-03-20A level 25 setuserinfo does change the pwdlastsetVolker Lendecke1-6/+22
2008-03-20smbd: fix session setup with security = share.Michael Adam1-1/+1
2008-03-20Fix an uninitialized variable warningVolker Lendecke1-0/+1
2008-03-20Port 3c1f1f0797e from 3-0-ctdbroot1-3/+57
2008-03-20Fix some warnings in the tsmsm moduleVolker Lendecke1-4/+6
2008-03-20loadparm: reenable checking files for updates while in registry configuration.Michael Adam1-9/+0
2008-03-20loadparm: remove unneeded include.Michael Adam1-1/+0
2008-03-20registry: use available string constant in debug statement.Michael Adam1-1/+1
2008-03-20registry: in regdb_init, not only complain about INFO/version, store it...Michael Adam1-0/+8
2008-03-20registry: reformat regdb_init() slightly, breaking long lines.Michael Adam1-6/+9
2008-03-20registry: untangle assignment and if-statement in regdb_init().Michael Adam1-2/+2
2008-03-20registry: separate initialization of registry data from regdb_init().Michael Adam3-9/+14
2008-03-20registry: add a transaction wrapper to init_registry_key_internal().Michael Adam1-0/+31
2008-03-20registry: refactor creation of subkeys out of init_registry_data().Michael Adam1-79/+92
2008-03-20Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES.Günther Deschner2-72/+0
2008-03-20Use pidl for _svcctl_EnumDependentServicesW().Günther Deschner2-29/+8
2008-03-20Re-run make idl.Günther Deschner5-29/+31