summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf
AgeCommit message (Expand)AuthorFilesLines
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-17libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2-194/+181
2008-03-17Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam2-0/+1048