summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
| * 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)