Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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) | |||||
2007-12-21 | Fill in local branch of NetGetJoinInformation(). | Günther Deschner | 1 | -0/+26 | |
Guenther (This used to be commit 46db8754511f915c296771e08e822ba810f804d5) | |||||
2007-12-21 | More minor libnetapi fixes. | Günther Deschner | 2 | -3/+1 | |
Guenther (This used to be commit 9f129c069f9feb357cbe1185058cfe3390609c09) | |||||
2007-12-21 | Build fixes for libnetapi. | Günther Deschner | 4 | -6/+118 | |
Guenther (This used to be commit 07d33557b95106ac57fdef8c767ab86192930a6d) | |||||
2007-12-21 | Add _wkssvc_NetrJoinDomain2() server. | Günther Deschner | 2 | -4/+67 | |
Guenther (This used to be commit 9b0423e7d918b7b3837ca4ebf997edd80d4da6de) | |||||
2007-12-21 | Fill in NetJoinDomainLocal(). | Günther Deschner | 1 | -1/+35 | |
Guenther (This used to be commit 4896f22bb50ea9ae0c4807ed9b2dd4283c254364) | |||||
2007-12-21 | Add libnet_Join(). | Günther Deschner | 2 | -1/+355 | |
Heavily based on existing code in net_ads_join(). Guenther (This used to be commit fb6315b68b16d64625457881302fd191f90defa0) | |||||
2007-12-21 | Add libnet_JoinCtx structure. | Günther Deschner | 1 | -0/+48 | |
Guenther (This used to be commit 13c46b1407117c93b8f0275cc16ea5aa49596750) | |||||
2007-12-21 | Split NetJoinDomain() into NetJoinDomainRemote() and the unsupported | Günther Deschner | 1 | -23/+73 | |
NetJoinDomainLocal(). Guenther (This used to be commit d2f21ce6727ec9e4df67989db07b48470d0790a4) | |||||
2007-12-21 | Very quick conversion of net_conf functions into the libnet_conf layer. | Günther Deschner | 3 | -145/+176 | |
Certainly needs cleanup later. Guenther (This used to be commit 2b41ac926de76804a50681bd246b3a20e112853b) | |||||
2007-12-21 | For the fun of it, build netapi.so|.a. | Günther Deschner | 2 | -0/+13 | |
Guenther (This used to be commit 8cbc6bdede9e8fc423488c7632546c548234cc0c) | |||||
2007-12-21 | Add NetGetJoinInformation(). | Günther Deschner | 2 | -0/+56 | |
Guenther (This used to be commit d341d251d6e22e9cc1c4596038fd5fe5c7c6c174) | |||||
2007-12-21 | Add get_friendly_werror_msg(). | Günther Deschner | 1 | -7/+45 | |
Guenther (This used to be commit b1ad3def98911c91ed55a3b7aec7d0894b2dd8fd) | |||||
2007-12-21 | Kill fstring in getdcname & getanydcname return. | Günther Deschner | 4 | -15/+17 | |
Guenther (This used to be commit b7383818168863a7ba43c2456f8c44e96e76707a) |