summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* libsmbconf: add a comment.Michael Adam2008-03-211-0/+3
* libsmbconf: add private_data section to smbconf_ctx.Michael Adam2008-03-212-8/+20
* libsmbconf: add a "path" variable to the conf context.Michael Adam2008-03-218-20/+32
* libsmbconf: add structuring comments to the prototypes in the public header.Michael Adam2008-03-211-0/+8
* libsmbconf: adapt a comment to new circumstancesMichael Adam2008-03-211-3/+1
* libsmbconf: group together functions in smbconf.c more appropriatelyMichael Adam2008-03-211-21/+29
* libsmbconf: add a comment.Michael Adam2008-03-211-1/+5
* libsmbconf: move registry implementation to a module of its own.Michael Adam2008-03-214-722/+755
* On Solaris, size_t seems to be only 32 bit.Volker Lendecke2008-03-211-5/+7
* Fix Coverity ID 473Volker Lendecke2008-03-211-1/+1
* Fix Coverity ID 506Volker Lendecke2008-03-211-1/+4
* Fix Coverity ID 507Volker Lendecke2008-03-211-0/+2
* Fix Coverity ID 537Volker Lendecke2008-03-211-3/+3
* Fix Coverity ID 538Volker Lendecke2008-03-211-3/+3
* Fix Coverity ID 547Volker Lendecke2008-03-211-4/+1
* Fix Coverity ID 548Volker Lendecke2008-03-211-3/+5
* Fix Coverity IDs 553, 552Volker Lendecke2008-03-211-0/+4
* Add my copyright.Günther Deschner2008-03-211-0/+1
* Remove remaining old srvsvc client and server rpc code entirely.Günther Deschner2008-03-217-347/+6
* Remove double RPC_PARSE_OBJ2 from Makefile.Günther Deschner2008-03-211-1/+0
* Move MAX.*ENTRY definitions out of old rpc srvsvc parsing code.Günther Deschner2008-03-212-14/+15
* Remove unused marshalling for SRV_NET_SESS_ENUM.Günther Deschner2008-03-212-359/+0
* Use pidl for _srvsvc_NetSessEnum().Günther Deschner2008-03-212-153/+96
* Add support for setting resume handle in netsessenum rpcclient command.Günther Deschner2008-03-211-3/+9
* Remove unused marshalling for SRV_NET_CONN_ENUM.Günther Deschner2008-03-212-464/+0
* Use pidl for _srvsvc_NetConnEnum().Günther Deschner2008-03-212-154/+97
* Allow to set or unset resume_handle in netconnenum in rpcclient.Günther Deschner2008-03-211-1/+3
* libsmbconf: reformaat - fix some whispacing/tabsMichael Adam2008-03-211-7/+7
* libsmbconf: add backend specific init function.Michael Adam2008-03-217-9/+18
* libsmbconf: add shutdown handler to smbconf_ops.Michael Adam2008-03-212-1/+8
* libsmbconf: fix commentsMichael Adam2008-03-211-2/+1
* libsmbconf: rename smbconf_close() to smbconf_shutdown().Michael Adam2008-03-215-7/+7
* libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam2008-03-216-9/+9
* libsmbconf: add open and close operations to the smbconf_ops.Michael Adam2008-03-212-1/+15
* libsmbconf: introduce a smbconf_ops layer to allow interchangeable backends.Michael Adam2008-03-212-14/+64
* libsmbconf: move smbconf_reg_initialize() down to the smbconf operations.Michael Adam2008-03-211-20/+20
* libsmbconf: add existence check for service to smbconf_delete_share().Michael Adam2008-03-211-0/+4
* libsmbconf: add existence check for service to smbconf_get_share().Michael Adam2008-03-211-0/+4
* libsmbconf: add check for NULL servicename to smbconf_share_exists().Michael Adam2008-03-211-0/+3
* libsmbconf: fix a commentMichael Adam2008-03-211-1/+1
* libsmbconf: refactor out registry implementation of smbconf operations.Michael Adam2008-03-211-229/+326
* libsmbconf: refactor autocreation of [global] into a helper function.Michael Adam2008-03-211-21/+18
* libsmbconf: put the smbconf context struct into a private header.Michael Adam2008-03-213-3/+29
* libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-214-26/+30
* libsmbconf: fix indentation.Michael Adam2008-03-211-3/+3
* libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam2008-03-213-19/+42
* libsmbconf: fix a commentMichael Adam2008-03-211-2/+1
* A level 25 setuserinfo does change the pwdlastsetVolker Lendecke2008-03-201-6/+22
* smbd: fix session setup with security = share.Michael Adam2008-03-201-1/+1
* Fix an uninitialized variable warningVolker Lendecke2008-03-201-0/+1