Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-21 | Fix make test by adding winbind libs to vlp. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit abba6717b5da709ae9cf3097042228ddbe630cca) | |||||
2007-12-21 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 5 | -2/+44 | |
v3-2-test Conflicts: source/library-versions.in (This used to be commit 11acca7d3884731491709dd09b7de2edc8bb5811) | |||||
2007-12-21 | Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}. | Günther Deschner | 5 | -2/+44 | |
Guenther (This used to be commit ad87786c91709d62ee2cbd02c87e59b855e050cc) | |||||
2007-12-21 | Actually fix the merge. | Jeremy Allison | 1 | -5/+0 | |
Jeremy. (This used to be commit c855de0c05e2e271e2610de67a6d7e3aba52390f) | |||||
2007-12-21 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 1 | -0/+5 | |
v3-2-test Conflicts: source/Makefile.in (This used to be commit 351df194a927371600824f4c03d8a24b95fbef64) | |||||
2007-12-21 | Make sure libnet/libnet_proto.h exists. | Günther Deschner | 1 | -1/+2 | |
Guenther (This used to be commit d6703f6d4e6a5256980188f6a840e6aaf07bc607) | |||||
2007-12-21 | Fix build failure if symlink already exists. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit b8310f427277640c7b2526d0c5cd84deecfd3e99) | |||||
2007-12-21 | Fix const warning. | Jeremy Allison | 1 | -5/+8 | |
Jeremy. (This used to be commit 5159f897ddaad1878fff629cc074dd71b2b3f4ab) | |||||
2007-12-21 | Fix initialization warnings. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 832c093830cb3978641be3d87670fa900105da25) | |||||
2007-12-21 | Fix making the new proto file after a distclean. | Jeremy Allison | 1 | -0/+1 | |
Jeremy. (This used to be commit 35a450b59501c6545083efc9f913cb626188f329) | |||||
2007-12-21 | Fix "make test" using the LD_LIBRARY_PATH for selftest script so | Gerald (Jerry) Carter | 2 | -2/+7 | |
smbd can locate the libwbclient library (if neccessary). (This used to be commit 481cc9ab6a6608e13710c93783ea4e62363e78be) | |||||
2007-12-21 | Compile fix: Correct use of wbcDomainInfo() after function signature change. | Gerald (Jerry) Carter | 2 | -5/+4 | |
Also fixes a doxygen warngin about an undocumented parameter in the same function. (This used to be commit 290ab64e9e5fb2a28e14a5f344f22119d5304563) | |||||
2007-12-21 | De-couple smbd from staticly linking against winbindd client files. | Gerald (Jerry) Carter | 5 | -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) | |||||
2007-12-21 | Add files for new LGPL libwbclient DSO implementing the Winbind client API | Gerald (Jerry) Carter | 17 | -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) | |||||
2007-12-21 | Move gtk app to the correct location. Thanks obnox! | Günther Deschner | 1 | -0/+0 | |
Guenther (This used to be commit 740a2b080db56d504c4edd58bf41d72edb3d32ee) | |||||
2007-12-21 | Move libnetapi examples into subdirs. | Günther Deschner | 6 | -7/+17 | |
Guenther (This used to be commit 0c3de6f3458419e57daaa71f1dad679897388f5a) | |||||
2007-12-21 | Deactive remote join code server side until some last issues are resolved. | Günther Deschner | 1 | -0/+4 | |
Guenther (This used to be commit 1489870f05695a929902264eb9b95eab886bdaa6) | |||||
2007-12-21 | Add netdomjoin-gui (my first gui application), another libnetapi user. | Günther Deschner | 4 | -2/+1357 | |
Guenther (This used to be commit cf57ade5ec4a808eccb19a7723d753742fb71ca9) | |||||
2007-12-21 | Add netdomjoin cmd line tool (another libnetapi example). | Günther Deschner | 2 | -1/+113 | |
Guenther (This used to be commit c502686f09713a7cf3786c254be6515a7aa23555) | |||||
2007-12-21 | Make sure libnetapi has getdcname support. | Günther Deschner | 1 | -1/+2 | |
Guenther (This used to be commit c527a28c47f42617853cd28772ef46e5e6b058b6) | |||||
2007-12-21 | Add getdc.c, a libnetapi example (incl. Makefile). | Günther Deschner | 3 | -1/+95 | |
Guenther (This used to be commit faedc78fc78527ee3bf05e1177ea43653aea67b2) | |||||
2007-12-21 | Add basic remote NetGetDCName and NetGetAnyDCName versions to libnetapi. | Günther Deschner | 2 | -0/+252 | |
Guenther (This used to be commit 5bc49546a32abb4524133b9f2916cdd51d4eb462) | |||||
2007-12-21 | Make libnetapi_errstr use our NTSTATUS and WERROR error string macros. | Günther Deschner | 1 | -46/+3 | |
Guenther (This used to be commit e46aa35d432e930835206b9ce7583f46933015d8) | |||||
2007-12-21 | Add error string for access denied in libnetapi. | Günther Deschner | 1 | -0/+3 | |
Guenther (This used to be commit 4df868e3c366958c64ed8445489c8d1e8a28e50b) | |||||
2007-12-21 | Remove doubled cli_set_timeout calls from libnetapi. | Günther Deschner | 1 | -4/+0 | |
Guenther (This used to be commit acc5d8e784b706001457ceeeb9bd4961a13d57d2) | |||||
2007-12-21 | Fix typo. | Günther Deschner | 1 | -2/+0 | |
Guenther (This used to be commit b95801db595109e8eade7cf7c344f281c8684249) | |||||
2007-12-21 | Keep libnetapi_NetX calls static for now. | Günther Deschner | 2 | -13/+13 | |
Guenther (This used to be commit c255654c68923aca3e258906e49be82d719d5ccd) | |||||
2007-12-21 | Merge all headers into libnetapi.h. | Günther Deschner | 4 | -73/+24 | |
Guenther (This used to be commit a2c5beda2ec98dea8951fb3a37774f5f325410ef) | |||||
2007-12-21 | Implement NetServerSetInfo level 1005 in local mode with smbconf registry. | Günther Deschner | 2 | -7/+53 | |
Guenther (This used to be commit 15c2bc15f20a677c3c94895150e396275de6ac9b) | |||||
2007-12-21 | Add NetServerGetInfo and NetServerSetInfo (for level 1005). | Günther Deschner | 4 | -1/+331 | |
Guenther (This used to be commit 1cad549f54563c3a9787624ba7a56b54107ebd57) | |||||
2007-12-21 | Split out local and remote paths for NetGetJoinInformation. | Günther Deschner | 1 | -40/+52 | |
Guenther (This used to be commit d1e4f9dd5cde79f915e3e0f652621d966aa850e8) | |||||
2007-12-21 | Add libnetapi_errstr(). | Günther Deschner | 2 | -0/+51 | |
Guenther (This used to be commit 465e61a3599a277366ada6ecda3a1e6ddb1f2490) | |||||
2007-12-21 | Add support for remote and local unjoining in libnetapi. | Günther Deschner | 1 | -5/+89 | |
Guenther (This used to be commit 74048fe7cfbd05994d533bea4a477d6ca93449d9) | |||||
2007-12-21 | Add libnet_Unjoin(), libnet_UnjoinCtx and friends. | Günther Deschner | 2 | -4/+239 | |
Guenther (This used to be commit 89e8abb1163984eed358a4da9be4699a8e3a43f9) | |||||
2007-12-21 | Remove unrequired TALLOC_CTX from libnetapi_NetJoinDomain & friends. | Günther Deschner | 1 | -34/+5 | |
Guenther (This used to be commit 96ebdca45b998da7e6137973dea717bf3ac76328) | |||||
2007-12-21 | Fix NetJoinDomainLocal. | Günther Deschner | 1 | -4/+1 | |
Guenther (This used to be commit 24605c9175fb313c9c888783817da755cd8ce594) | |||||
2007-12-21 | Use DsGetDcName in local libnetapi join to find a dc. | Günther Deschner | 2 | -15/+22 | |
Guenther (This used to be commit fbc60c1648ff8b1fa0ae33c09237e41232f9769c) | |||||
2007-12-21 | Build libnetapi shared and static if possible. | Günther Deschner | 2 | -7/+72 | |
Guenther (This used to be commit 11e90dcbf5dd1a91118e6a5cee53735d72767c93) | |||||
2007-12-21 | In libnet join code, try lsa query with level 12 first. | Günther Deschner | 1 | -8/+10 | |
Guenther (This used to be commit f0e8d744c92d2602722e04be6266196941362d63) | |||||
2007-12-21 | Making do_DomainJoin return NTSTATUS again. | Günther Deschner | 1 | -23/+15 | |
Guenther (This used to be commit 91b884989891881b8abea70e11b87c16c574daaa) | |||||
2007-12-21 | Move NetJoinDomain and friends to NET_API_STATUS and the static libnetapi_ctx. | Günther Deschner | 3 | -41/+127 | |
Guenther (This used to be commit e640c3a4a7695613e9e619516befbaf3d44ecb10) | |||||
2007-12-21 | Missed on instance of external creds. | Günther Deschner | 1 | -2/+4 | |
Guenther (This used to be commit 65d50f518766ab0a8115c2599d190e642eb00754) | |||||
2007-12-21 | Add static libnetapi_ctx. | Günther Deschner | 2 | -3/+26 | |
Guenther (This used to be commit 97449ea341539a709953a57869570cf13be0f44e) | |||||
2007-12-21 | Use full string based debug_parse_levels in libnetapi. | Günther Deschner | 2 | -4/+25 | |
Guenther (This used to be commit 78d8f0e41aa3db0060596a7b345c2f04261986e0) | |||||
2007-12-21 | Add basic credential functions for libnetapi. | Günther Deschner | 2 | -0/+36 | |
Guenther (This used to be commit 7c38f706b5dc17f15708ac932c84d863a0cc713e) | |||||
2007-12-21 | Move basic libnetapi functions to NET_API_STATUS. | Günther Deschner | 2 | -9/+9 | |
Guenther (This used to be commit 086c55005976b3173e915e465108214876aa5bd6) | |||||
2007-12-21 | Define NET_API_STATUS to be just a uin32_t. | Günther Deschner | 1 | -0/+2 | |
Guenther (This used to be commit a42850926a26a4065a6126affc3754d291a2e178) | |||||
2007-12-21 | Getting rid of external credentials in libnetapi. | Günther Deschner | 2 | -8/+11 | |
Guenther (This used to be commit c10481dba01a084b0f9c4265f3408a0ec9a8b646) | |||||
2007-12-21 | Make sure we also support non-domain join. | Günther Deschner | 1 | -5/+20 | |
Guenther (This used to be commit c818f5505a124a6f0bb9274a1ba4a6147d2f17b3) | |||||
2007-12-21 | Some libnet and netapi build fixes. | Günther Deschner | 4 | -1/+37 | |
Guenther (This used to be commit 1d47247283f7bc75291007be3fde72b1d3d95b99) |