Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-17 | libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ . | Michael Adam | 2 | -194/+181 | |
Michael (This used to be commit 097af0309d7c3e9342058ba5266667293b23c80d) | |||||
2008-03-17 | Move libnet_conf to a library lib/smbconf/ of its own, fixing the api. | Michael Adam | 2 | -0/+1048 | |
The libnet_conf code to access the registry based configuration has become more of a library used in several places in samba (e.g. loadparm) than an abstraction of "net conf". So I move it to a location lib/smbconf/. In the same breath, the api is fixed (not generated by make proto anymore). Michael (This used to be commit 5315ef41f403b96715dd68b512e9e74662e2910a) |