summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-25Remove now unneeded talloc ctx parameter from do_join_modify_vals_config().Michael Adam1-3/+2
Michael (This used to be commit f8823ae1232022ed3f7f9be6b8959d413e8aed19)
2007-12-25Remove now unneeded talloc ctx parameter from do_UnjoinConfig().Michael Adam1-3/+2
Michael (This used to be commit 92b8e5ea4ba26d663ea4e6fb65e4225d8259ea60)
2007-12-25Remove now unneeded talloc ctx parameter from do_unjoin_modify_vals_config().Michael Adam1-3/+2
Michael (This used to be commit 4f7375a110a69530d6ef9781573f45a5bf8391a5)
2007-12-25Add two missing free-s.Michael Adam1-0/+2
Michael (This used to be commit 4efac39c363d565c2c7211da73d5e1cf2ac3d0b2)
2007-12-25Remove talloc context parameter from libnet_smbconf_delparm().Michael Adam3-8/+5
Make use of talloc stackframe internally. This removes talloc contxt from net_conf_delparm. Michael (This used to be commit 16f137393881edc78c9322f038ba38e53e3ee07d)
2007-12-25Add a missing free.Michael Adam1-0/+1
Michael (This used to be commit bf6031287f75a0e17092f60f9885e7e55cd0f93c)
2007-12-25Remove talloc context parameter from libnet_smbconf_setparm().Michael Adam3-21/+13
Make use of talloc stackframe internally. This removes talloc contxt from net_conf_setparm. Michael (This used to be commit efaffefc438f8375a083b194ac7a09e563000d3c)
2007-12-25Typofix in comment.Michael Adam1-1/+1
Michael (This used to be commit 5039a70246a475176fa8212ad78b430f2211951f)
2007-12-25Add comment header to function libnet_smbconf_drop().Michael Adam1-0/+3
Michael (This used to be commit e94edb6bdbc9379b48679d7c72618acfe862fe52)
2007-12-25Remove a d_fprintf() from libnet_smbconf_drop().Michael Adam1-1/+0
Michael (This used to be commit 078e5e98b3589cec78893d44146a653dad9a7460)
2007-12-25Remove talloc context parameter from libnet_smbconf_drop().Michael Adam2-15/+9
Make use of talloc_stackframe. Michael (This used to be commit aaceab1153f6c2a2adde83681913c771a16ca81f)
2007-12-25Rename drop_smbconf_internal() to libnet_smbconf_drop().Michael Adam2-2/+2
Michael (This used to be commit 5873e6a1f8242e07b1699366a536350a7199c28c)
2007-12-25Move drop_smbconf_internal() to libnet_conf.cMichael Adam2-50/+50
Michael (This used to be commit 4c2a3396bb687703f6b74655fda2014d1f75200b)
2007-12-25Use the proper boolean constants in net_conf.cMichael Adam1-10/+10
Michael (This used to be commit 1fe4ea63b197cb7ebc054909d888d74b5ad6523c)
2007-12-25Add error reporting to net_conf_delshare().Michael Adam1-2/+8
Michael (This used to be commit 8d02a2de61eb6b62fef1fbe57194c9d286423ba0)
2007-12-25Simplify libnet_smbconf_delshare().Michael Adam2-9/+6
Remove talloc context parameter. Remove d_printf error message. Michael (This used to be commit 870d35c04889603843bae989fb9c01396b4c6ed1)
2007-12-25Rename reg_delkey_internal() to libnet_smbconf_delshare().Michael Adam2-5/+5
Michael (This used to be commit 7d501f0d78ec57509d0bc5ef0dc16fcd24ee27e7)
2007-12-25Move reg_delkey_internal() to libnet/libnet_conf.cMichael Adam2-24/+24
Michael (This used to be commit c1b863fd0520ce64a1bad5e2fa3f69afcc2c78d5)
2007-12-25Attempt to fix the ifreq detectionVolker Lendecke1-0/+2
(This used to be commit 2d08959685b495caf1884babbece27775d8bcb4f)
2007-12-24Do not leak memory in libnet_smbconf_delparm().Michael Adam1-2/+7
Michael (This used to be commit 49cfe2b9ebe03d5985187890445b775047f8a2f4)
2007-12-24Do not leak memory in libnet_smbconf_setparm().Michael Adam1-1/+5
Michael (This used to be commit a657b1c9f17d3cebc86b596f1f2d244750d70a6d)
2007-12-24Use the appropriate boolean constants.Michael Adam1-4/+4
Michael (This used to be commit 45e3e2451adc1490b62d39d486c169ad53e1d3f3)
2007-12-24Make libnet_smbconf_value_exists() use talloc_stackframe().Michael Adam1-5/+5
And not pass a talloc context. Michael (This used to be commit 2983aba9d092e6ede43f6eb521c17fe3f304d041)
2007-12-24Make libnet_smbconf_key_exists() use talloc_stackframe().Michael Adam2-14/+8
And not pass a talloc context. Michael (This used to be commit 7e8451f2f03b246801783aaf4b3d54465292f8f7)
2007-12-24Don't leak memory in libnet_smbconf_getparm().Michael Adam1-3/+9
Michael (This used to be commit 09e62c765401102480d39a483bfffaf5a054babc)
2007-12-24Fix rights error in libnet_smbconf_delparm().Michael Adam1-1/+1
Introduced by additional test for existence of given parameter. Michael (This used to be commit 0fe095e85ca981e5660a67f3fb7d7965ae62c667)
2007-12-24Remove redundant check of return value.Michael Adam1-2/+1
Michael (This used to be commit 29f46c2d45e7ad7f8a9a525f9ac82c050a510967)
2007-12-24Move logic of net_conf_getparm() to libnet_conf.c.Michael Adam2-12/+34
Michael (This used to be commit d3a20c4d5a8109334cd3ed665ba60cfcc4425059)
2007-12-23selftest: also export LD_LIBRARY_PATH for samba4's smbtortureStefan Metzmacher2-2/+14
metze (This used to be commit f5570dcf503a4b28ebf624d06fd090f3b6b0a560)
2007-12-23Attempt to make the build farm run s4torture againVolker Lendecke1-1/+1
(This used to be commit 04710626e174d7237521f33a351b4425add063b8)
2007-12-23Attempt to fix the Solaris buildVolker Lendecke1-1/+1
Lets see what the others in the build farm think about this (This used to be commit c2a988d8427b7598291ae6999b5258e2b6a2e7cb)
2007-12-23Convert the [gu]id_sid cache to memcacheVolker Lendecke1-134/+62
(This used to be commit 4baf36784f6496121a6863af0283821785eb0cf1)
2007-12-23Rename libnet_reg_createkey_internal() to ↵Michael Adam2-6/+7
libnet_smbconf_reg_createkey_internal(). Michael (This used to be commit 0e7f215f54c68b2d40f65f90ed11c41e1a7ef5ed)
2007-12-23Make libnet_smbconf_set_global_param() call libnet_smbconf_setparm().Michael Adam1-46/+15
This not only removes duplicate logic, but also the use of libnet_smbconf_reg_setvalue_internal() instead of do_modify_val_config() which is removed, does add important tests and canonicalizations. Michael (This used to be commit fa844866493ee270f31faa3eca77cdff16b26301)
2007-12-23Reorder libnet_conf.c some, adding "section" comments.Michael Adam1-18/+30
Michael (This used to be commit b9f22adfd3e67046b7d786b5b338e078b4cdc6df)
2007-12-23Move net_conf_setparm() to libnet_conf.cMichael Adam2-11/+22
renaming it to libnet_smbconf_setparm() Michael (This used to be commit 60f49b22b5aa125ff6cb358a258a1be99c378d7a)
2007-12-23Move reg_setvalue_internal() to libnet_conf.cMichael Adam2-78/+82
renaming it to libnet_smbconf_setvalue_internal() Michael (This used to be commit 7cb51a1d6d95704225d9ab22e88cc76fa910d38c)
2007-12-23Remove occurrences of registry_key from libnet_join.cMichael Adam1-65/+17
Replace duplicated logic by calls of libnet_smbconf_set_global_param() from libnet_conf.c, pushing logic from do_JoinConfig() and do_UnjoinConfig() to do_join_modify_vals_config() and do_unjoin_modify_vals_config() respectively. Only the net_conf api functions should be exported by libnet_conf.c, not the lower level registry access functions. Michael (This used to be commit 81b9f1301d61f05f9153be61d62c13e82cecf7e2)
2007-12-23Replace direct deletion of registry value by use of libnet_smbconf_delparm().Michael Adam1-1/+1
Michael (This used to be commit 415fc0a5261f4d941027e5d5305fcea882724aef)
2007-12-23Move logic of net_smbconf_delparm() to libnet/libnet_conf.cMichael Adam2-14/+29
Logic in new function libnet_smbconf_delparm(). Michael (This used to be commit 0cff79e3552e91ba0b6bc054802d28afcf4e8da4)
2007-12-23Move smbconf_value_exists() to libnet/net_conf.cMichael Adam2-17/+18
renaming it to libnet_smbconf_value_exists(). Michael (This used to be commit ba71c6844588f0342589163f514385911e7331e7)
2007-12-23Make libnet_smbconf_open_path_q() static.Michael Adam1-3/+4
Michael (This used to be commit 8cf8ed9de8c3f41588fa93bd102f61f5b8b493c4)
2007-12-22If we detect a case insensitive filesystem makeJeremy Allison1-4/+11
sure we don't search directories on name misses for non-mangled names. Jeremy (This used to be commit 120048d2f40cf1a0ace2ecde205cbc694d263d69)
2007-12-23Fix typo in output.Michael Adam1-1/+1
Michael (This used to be commit 2fe111c19bc827ec132365e718a2136bda57e568)
2007-12-23Fix wbcAllocate[GU]idVolker Lendecke1-12/+14
wbcRequestResponse() returns a wbcErr, not NSS_STATUS (This used to be commit 1bbdbdef991408af07afaba7bc0b4da55f06aed8)
2007-12-23Fix wbcPing()Volker Lendecke1-1/+9
Without request and response, wbcRequestResponse() will always return WBC_ERR_INVALID_PARAM, so the ping will never reach winbind. (This used to be commit 9a24753d35a4b1a283a65c60088d82e4b80f14c8)
2007-12-23tiny simplificationVolker Lendecke1-4/+0
(This used to be commit 8bd248456205a82d57af21559a77a1030f4679b7)
2007-12-22Use filesystem capabilities to support case-insensitive filesystems.James Peach2-17/+30
If we know the underlying filesystem is case-insensitive, then we know that it won't help to search for case variations of the requested name. Jeremy, please review (and revert if you disagree). (This used to be commit 9e8b8f8c16612d8a08b55802f4fd9afca5498a7c)
2007-12-22Fix "may be used uninitialized" compiler warnings.James Peach1-3/+3
(This used to be commit 22ac34a329c9be9cf7d1e6749ebcfb50215378e4)
2007-12-22Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach85-1145/+7801
(This used to be commit 30cb2d215f1a4a440d5ecaab3f898daa714eee2b)