summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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)
| * Add basic remote NetGetDCName and NetGetAnyDCName versions to libnetapi.Günther Deschner2007-12-212-0/+252
| | | | | | | | | | Guenther (This used to be commit 5bc49546a32abb4524133b9f2916cdd51d4eb462)
| * Make libnetapi_errstr use our NTSTATUS and WERROR error string macros.Günther Deschner2007-12-211-46/+3
| | | | | | | | | | Guenther (This used to be commit e46aa35d432e930835206b9ce7583f46933015d8)
| * Add error string for access denied in libnetapi.Günther Deschner2007-12-211-0/+3
| | | | | | | | | | Guenther (This used to be commit 4df868e3c366958c64ed8445489c8d1e8a28e50b)
| * Remove doubled cli_set_timeout calls from libnetapi.Günther Deschner2007-12-211-4/+0
| | | | | | | | | | Guenther (This used to be commit acc5d8e784b706001457ceeeb9bd4961a13d57d2)
| * Fix typo.Günther Deschner2007-12-211-2/+0
| | | | | | | | | | Guenther (This used to be commit b95801db595109e8eade7cf7c344f281c8684249)
| * Keep libnetapi_NetX calls static for now.Günther Deschner2007-12-212-13/+13
| | | | | | | | | | Guenther (This used to be commit c255654c68923aca3e258906e49be82d719d5ccd)
| * Merge all headers into libnetapi.h.Günther Deschner2007-12-214-73/+24
| | | | | | | | | | Guenther (This used to be commit a2c5beda2ec98dea8951fb3a37774f5f325410ef)
| * Implement NetServerSetInfo level 1005 in local mode with smbconf registry.Günther Deschner2007-12-212-7/+53
| | | | | | | | | | Guenther (This used to be commit 15c2bc15f20a677c3c94895150e396275de6ac9b)
| * Add NetServerGetInfo and NetServerSetInfo (for level 1005).Günther Deschner2007-12-214-1/+331
| | | | | | | | | | Guenther (This used to be commit 1cad549f54563c3a9787624ba7a56b54107ebd57)
| * Split out local and remote paths for NetGetJoinInformation.Günther Deschner2007-12-211-40/+52
| | | | | | | | | | Guenther (This used to be commit d1e4f9dd5cde79f915e3e0f652621d966aa850e8)
| * Add libnetapi_errstr().Günther Deschner2007-12-212-0/+51
| | | | | | | | | | Guenther (This used to be commit 465e61a3599a277366ada6ecda3a1e6ddb1f2490)
| * Add support for remote and local unjoining in libnetapi.Günther Deschner2007-12-211-5/+89
| | | | | | | | | | Guenther (This used to be commit 74048fe7cfbd05994d533bea4a477d6ca93449d9)
| * Add libnet_Unjoin(), libnet_UnjoinCtx and friends.Günther Deschner2007-12-212-4/+239
| | | | | | | | | | Guenther (This used to be commit 89e8abb1163984eed358a4da9be4699a8e3a43f9)
| * Remove unrequired TALLOC_CTX from libnetapi_NetJoinDomain & friends.Günther Deschner2007-12-211-34/+5
| | | | | | | | | | Guenther (This used to be commit 96ebdca45b998da7e6137973dea717bf3ac76328)
| * Fix NetJoinDomainLocal.Günther Deschner2007-12-211-4/+1
| | | | | | | | | | Guenther (This used to be commit 24605c9175fb313c9c888783817da755cd8ce594)
| * Use DsGetDcName in local libnetapi join to find a dc.Günther Deschner2007-12-212-15/+22
| | | | | | | | | | Guenther (This used to be commit fbc60c1648ff8b1fa0ae33c09237e41232f9769c)
| * Build libnetapi shared and static if possible.Günther Deschner2007-12-212-7/+72
| | | | | | | | | | Guenther (This used to be commit 11e90dcbf5dd1a91118e6a5cee53735d72767c93)
| * In libnet join code, try lsa query with level 12 first.Günther Deschner2007-12-211-8/+10
| | | | | | | | | | Guenther (This used to be commit f0e8d744c92d2602722e04be6266196941362d63)
| * Making do_DomainJoin return NTSTATUS again.Günther Deschner2007-12-211-23/+15
| | | | | | | | | | Guenther (This used to be commit 91b884989891881b8abea70e11b87c16c574daaa)
| * Move NetJoinDomain and friends to NET_API_STATUS and the static libnetapi_ctx.Günther Deschner2007-12-213-41/+127
| | | | | | | | | | Guenther (This used to be commit e640c3a4a7695613e9e619516befbaf3d44ecb10)
| * Missed on instance of external creds.Günther Deschner2007-12-211-2/+4
| | | | | | | | | | Guenther (This used to be commit 65d50f518766ab0a8115c2599d190e642eb00754)
| * Add static libnetapi_ctx.Günther Deschner2007-12-212-3/+26
| | | | | | | | | | Guenther (This used to be commit 97449ea341539a709953a57869570cf13be0f44e)
| * Use full string based debug_parse_levels in libnetapi.Günther Deschner2007-12-212-4/+25
| | | | | | | | | | Guenther (This used to be commit 78d8f0e41aa3db0060596a7b345c2f04261986e0)
| * Add basic credential functions for libnetapi.Günther Deschner2007-12-212-0/+36
| | | | | | | | | | Guenther (This used to be commit 7c38f706b5dc17f15708ac932c84d863a0cc713e)
| * Move basic libnetapi functions to NET_API_STATUS.Günther Deschner2007-12-212-9/+9
| | | | | | | | | | Guenther (This used to be commit 086c55005976b3173e915e465108214876aa5bd6)
| * Define NET_API_STATUS to be just a uin32_t.Günther Deschner2007-12-211-0/+2
| | | | | | | | | | Guenther (This used to be commit a42850926a26a4065a6126affc3754d291a2e178)
| * Getting rid of external credentials in libnetapi.Günther Deschner2007-12-212-8/+11
| | | | | | | | | | Guenther (This used to be commit c10481dba01a084b0f9c4265f3408a0ec9a8b646)
| * Make sure we also support non-domain join.Günther Deschner2007-12-211-5/+20
| | | | | | | | | | Guenther (This used to be commit c818f5505a124a6f0bb9274a1ba4a6147d2f17b3)
| * Some libnet and netapi build fixes.Günther Deschner2007-12-214-1/+37
| | | | | | | | | | Guenther (This used to be commit 1d47247283f7bc75291007be3fde72b1d3d95b99)
| * Fill in local branch of NetGetJoinInformation().Günther Deschner2007-12-211-0/+26
| | | | | | | | | | Guenther (This used to be commit 46db8754511f915c296771e08e822ba810f804d5)