summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* Convert the [gu]id_sid cache to memcacheVolker Lendecke2007-12-231-134/+62
| | | | (This used to be commit 4baf36784f6496121a6863af0283821785eb0cf1)
* Rename libnet_reg_createkey_internal() to ↵Michael Adam2007-12-232-6/+7
| | | | | | | libnet_smbconf_reg_createkey_internal(). Michael (This used to be commit 0e7f215f54c68b2d40f65f90ed11c41e1a7ef5ed)
* Make libnet_smbconf_set_global_param() call libnet_smbconf_setparm().Michael Adam2007-12-231-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)
* Reorder libnet_conf.c some, adding "section" comments.Michael Adam2007-12-231-18/+30
| | | | | Michael (This used to be commit b9f22adfd3e67046b7d786b5b338e078b4cdc6df)
* Move net_conf_setparm() to libnet_conf.cMichael Adam2007-12-232-11/+22
| | | | | | | renaming it to libnet_smbconf_setparm() Michael (This used to be commit 60f49b22b5aa125ff6cb358a258a1be99c378d7a)
* Move reg_setvalue_internal() to libnet_conf.cMichael Adam2007-12-232-78/+82
| | | | | | | renaming it to libnet_smbconf_setvalue_internal() Michael (This used to be commit 7cb51a1d6d95704225d9ab22e88cc76fa910d38c)
* Remove occurrences of registry_key from libnet_join.cMichael Adam2007-12-231-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)
* Replace direct deletion of registry value by use of libnet_smbconf_delparm().Michael Adam2007-12-231-1/+1
| | | | | Michael (This used to be commit 415fc0a5261f4d941027e5d5305fcea882724aef)
* Move logic of net_smbconf_delparm() to libnet/libnet_conf.cMichael Adam2007-12-232-14/+29
| | | | | | | Logic in new function libnet_smbconf_delparm(). Michael (This used to be commit 0cff79e3552e91ba0b6bc054802d28afcf4e8da4)
* Move smbconf_value_exists() to libnet/net_conf.cMichael Adam2007-12-232-17/+18
| | | | | | | renaming it to libnet_smbconf_value_exists(). Michael (This used to be commit ba71c6844588f0342589163f514385911e7331e7)
* Make libnet_smbconf_open_path_q() static.Michael Adam2007-12-231-3/+4
| | | | | Michael (This used to be commit 8cf8ed9de8c3f41588fa93bd102f61f5b8b493c4)
* If we detect a case insensitive filesystem makeJeremy Allison2007-12-221-4/+11
| | | | | | | sure we don't search directories on name misses for non-mangled names. Jeremy (This used to be commit 120048d2f40cf1a0ace2ecde205cbc694d263d69)
* Fix typo in output.Michael Adam2007-12-231-1/+1
| | | | | Michael (This used to be commit 2fe111c19bc827ec132365e718a2136bda57e568)
* Fix wbcAllocate[GU]idVolker Lendecke2007-12-231-12/+14
| | | | | wbcRequestResponse() returns a wbcErr, not NSS_STATUS (This used to be commit 1bbdbdef991408af07afaba7bc0b4da55f06aed8)
* Fix wbcPing()Volker Lendecke2007-12-231-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)
* tiny simplificationVolker Lendecke2007-12-231-4/+0
| | | | (This used to be commit 8bd248456205a82d57af21559a77a1030f4679b7)
* Use filesystem capabilities to support case-insensitive filesystems.James Peach2007-12-222-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)
* Fix "may be used uninitialized" compiler warnings.James Peach2007-12-221-3/+3
| | | | (This used to be commit 22ac34a329c9be9cf7d1e6749ebcfb50215378e4)
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach2007-12-2284-1145/+7799
|\ | | | | | | (This used to be commit 30cb2d215f1a4a440d5ecaab3f898daa714eee2b)
| * Remove redundant connection_struct from check_magic() parameter list.Michael Adam2007-12-221-2/+3
| | | | | | | | | | Michael (This used to be commit cebaa483e62910ac3f87cd135b2aff18dc880416)
| * Remove redundant connection_struct from fd_close() parameter list.Michael Adam2007-12-222-12/+12
| | | | | | | | | | Michael (This used to be commit 3611cc8561cf837adea83fc7c16ca7535f188466)
| * Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam2007-12-222-3/+3
| | | | | | | | | | Michael (This used to be commit f3365b74ac016eaee1e82eef769dd618af5df201)
| * Add NT error to debug to try and track this down.Jeremy Allison2007-12-211-1/+4
| | | | | | | | | | Jermey. (This used to be commit a1482b09150f4d292965c77bc73d47fb14f5eb85)
| * Fix the build of cifs.spnego.Günther Deschner2007-12-221-1/+1
| | | | | | | | | | Guenther (This used to be commit b4a4a2b2933d693876b67231f747e1e232936054)
| * Fix net_dom_join & net_dom_unjoin.Günther Deschner2007-12-221-19/+38
| | | | | | | | | | Guenther (This used to be commit 6dd17e4840ee6c4bf0df3c3f76f9b232b3674d55)
| * Fix uninitialized error code in do_unjoin_modify_vals_config().Günther Deschner2007-12-221-1/+1
| | | | | | | | | | Guenther (This used to be commit c890ebc3cad7222007e62227ec1f28d978310cbf)
| * Correct netapi header filename. Thanks Jeremy.Günther Deschner2007-12-223-3/+3
| | | | | | | | | | Guenther (This used to be commit f192737ec8140aa6570bfb49a165b31890d63b16)
| * Fix install - it was trying to install libnetapi.h whereasJeremy Allison2007-12-211-2/+2
| | | | | | | | | | | | | | the actual file is netapi.h. Guenther please check which name this should be ! Jeremy. (This used to be commit 035fadaa596e893b7eeac09bc587ad3b73f77d0b)
| * Until we better understand the WKSSVC_JOIN_FLAGS_JOIN_DC_ACCOUNT make sure ↵Günther Deschner2007-12-211-0/+4
| | | | | | | | | | | | | | | | | | we are not joining as a DC. Guenther (This used to be commit bf3ffbb5d2e8588e0041f0b890b590c58f8fcecf)
| * Fix make test by adding winbind libs to vlp.Jeremy Allison2007-12-211-1/+1
| | | | | | | | | | Jeremy. (This used to be commit abba6717b5da709ae9cf3097042228ddbe630cca)
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-12-215-2/+44
| |\ | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test Conflicts: source/library-versions.in (This used to be commit 11acca7d3884731491709dd09b7de2edc8bb5811)
| | * Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}.Günther Deschner2007-12-215-2/+44
| | | | | | | | | | | | | | | Guenther (This used to be commit ad87786c91709d62ee2cbd02c87e59b855e050cc)
| * | Actually fix the merge.Jeremy Allison2007-12-211-5/+0
| | | | | | | | | | | | | | | Jeremy. (This used to be commit c855de0c05e2e271e2610de67a6d7e3aba52390f)
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-12-211-0/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test Conflicts: source/Makefile.in (This used to be commit 351df194a927371600824f4c03d8a24b95fbef64)
| | * Make sure libnet/libnet_proto.h exists.Günther Deschner2007-12-211-1/+2
| | | | | | | | | | | | | | | Guenther (This used to be commit d6703f6d4e6a5256980188f6a840e6aaf07bc607)
| * | Fix build failure if symlink already exists.Jeremy Allison2007-12-211-1/+1
| | | | | | | | | | | | | | | Jeremy. (This used to be commit b8310f427277640c7b2526d0c5cd84deecfd3e99)
| * | Fix const warning.Jeremy Allison2007-12-211-5/+8
| | | | | | | | | | | | | | | Jeremy. (This used to be commit 5159f897ddaad1878fff629cc074dd71b2b3f4ab)
| * | Fix initialization warnings.Jeremy Allison2007-12-211-1/+1
| | | | | | | | | | | | | | | Jeremy. (This used to be commit 832c093830cb3978641be3d87670fa900105da25)
| * | Fix making the new proto file after a distclean.Jeremy Allison2007-12-211-0/+1
| | | | | | | | | | | | | | | Jeremy. (This used to be commit 35a450b59501c6545083efc9f913cb626188f329)
| * | Fix "make test" using the LD_LIBRARY_PATH for selftest script soGerald (Jerry) Carter2007-12-212-2/+7
| | | | | | | | | | | | | | | smbd can locate the libwbclient library (if neccessary). (This used to be commit 481cc9ab6a6608e13710c93783ea4e62363e78be)
| * | Compile fix: Correct use of wbcDomainInfo() after function signature change.Gerald (Jerry) Carter2007-12-212-5/+4
| | | | | | | | | | | | | | | | | | Also fixes a doxygen warngin about an undocumented parameter in the same function. (This used to be commit 290ab64e9e5fb2a28e14a5f344f22119d5304563)
| * | De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter2007-12-215-549/+393
| | | | | | | | | | | | | | | | | | | | | | | | | | | Implements a wrapper layer in winbind_util.c which are just stubs if compiled --without-winbind. When building with winbindd, it is now required to build the libwbclient DSO first (in the Makefile) and then either set LD_LIBRARY_PATH or /etc/ld.so.conf to pick up the library PATH. (This used to be commit 42787bccff4fcffafc7aae6a678e792604ecaaa5)
| * | Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-2117-58/+3136
| |/ | | | | | | | | | | | | | | (based on the winbind_struct_protocol.h). The API in incomplete, but sufficient to merge. See wbclienbt.h for the i interface functions. (This used to be commit 83d274b46078a9ace77edb822a0e336c79dcf40e)
| * Move gtk app to the correct location. Thanks obnox!Günther Deschner2007-12-211-0/+0
| | | | | | | | | | Guenther (This used to be commit 740a2b080db56d504c4edd58bf41d72edb3d32ee)
| * Move libnetapi examples into subdirs.Günther Deschner2007-12-216-7/+17
| | | | | | | | | | Guenther (This used to be commit 0c3de6f3458419e57daaa71f1dad679897388f5a)
| * Deactive remote join code server side until some last issues are resolved.Günther Deschner2007-12-211-0/+4
| | | | | | | | | | Guenther (This used to be commit 1489870f05695a929902264eb9b95eab886bdaa6)
| * Add netdomjoin-gui (my first gui application), another libnetapi user.Günther Deschner2007-12-214-2/+1357
| | | | | | | | | | Guenther (This used to be commit cf57ade5ec4a808eccb19a7723d753742fb71ca9)
| * Add netdomjoin cmd line tool (another libnetapi example).Günther Deschner2007-12-212-1/+113
| | | | | | | | | | Guenther (This used to be commit c502686f09713a7cf3786c254be6515a7aa23555)
| * Make sure libnetapi has getdcname support.Günther Deschner2007-12-211-1/+2
| | | | | | | | | | Guenther (This used to be commit c527a28c47f42617853cd28772ef46e5e6b058b6)
| * Add getdc.c, a libnetapi example (incl. Makefile).Günther Deschner2007-12-213-1/+95
| | | | | | | | | | Guenther (This used to be commit faedc78fc78527ee3bf05e1177ea43653aea67b2)