summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-03-25util_tdb: make the _byblob functions static - not currently used elsewhere.Michael Adam1-5/+5
2008-03-24Ignore port when pulling IP addr from struct sockaddr_storage.Gerald (Jerry) Carter1-34/+10
2008-03-23Fix Coverity ID 472Volker Lendecke1-6/+4
2008-03-23Fix Coverity ID 436Volker Lendecke1-0/+5
2008-03-21registry: fix registry_init_smbconf() to close the registry at the end.Michael Adam1-2/+0
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 Adam5-15/+27
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 Adam3-721/+754
2008-03-21Fix Coverity ID 473Volker Lendecke1-1/+1
2008-03-21Fix Coverity ID 537Volker Lendecke1-3/+3
2008-03-21Fix Coverity ID 538Volker Lendecke1-3/+3
2008-03-21libsmbconf: reformaat - fix some whispacing/tabsMichael Adam1-7/+7
2008-03-21libsmbconf: add backend specific init function.Michael Adam4-4/+13
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 Adam3-4/+4
2008-03-21libsmbconf: rename smbconf_open() to smbconf_init().Michael Adam3-4/+4
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 Adam2-21/+25
2008-03-21libsmbconf: fix indentation.Michael Adam1-3/+3
2008-03-21libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam2-10/+37
2008-03-21libsmbconf: fix a commentMichael Adam1-2/+1
2008-03-19libreplace: replace.c does not need system/network.h anymore.Michael Adam1-1/+0
2008-03-19libreplace: move rep_socketpair() to its own module.Michael Adam6-24/+55
2008-03-18libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam1-1/+0
2008-03-18libreplace: remove trailing white spaces.Michael Adam2-2/+2
2008-03-18libreplace: replace inet_ntoa() when it is missingMichael Adam6-34/+61
2008-03-18libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam1-9/+13
2008-03-18libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher1-3/+0
2008-03-18libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher1-0/+3
2008-03-18libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2-3/+3
2008-03-18libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher1-7/+9
2008-03-18Fix bug 5334Volker Lendecke1-0/+30
2008-03-17Coverity fixesMarc VanHeyningen1-1/+1
2008-03-17libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam3-200/+186