summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2007-12-23tiny simplificationVolker Lendecke1-4/+0
(This used to be commit 8bd248456205a82d57af21559a77a1030f4679b7)
2007-12-22Use filesystem capabilities to support case-insensitive filesystems.James Peach2-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)
2007-12-22Fix "may be used uninitialized" compiler warnings.James Peach1-3/+3
(This used to be commit 22ac34a329c9be9cf7d1e6749ebcfb50215378e4)
2007-12-22Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach84-1145/+7799
(This used to be commit 30cb2d215f1a4a440d5ecaab3f898daa714eee2b)
2007-12-22Cache the underlying filesystem capabilities at connection time.James Peach2-0/+19
This change alters the Samba connection code to cache the filesystem capabilities when a new client connects. This can be used to enable filesystem specific optimisations is a general manner. (This used to be commit de3c5b808a941ac8e9ebe7169536d8290067eef5)
2007-12-22Remove redundant connection_struct from check_magic() parameter list.Michael Adam1-2/+3
Michael (This used to be commit cebaa483e62910ac3f87cd135b2aff18dc880416)
2007-12-22Remove redundant connection_struct from fd_close() parameter list.Michael Adam2-12/+12
Michael (This used to be commit 3611cc8561cf837adea83fc7c16ca7535f188466)
2007-12-22Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam2-3/+3
Michael (This used to be commit f3365b74ac016eaee1e82eef769dd618af5df201)
2007-12-21Add NT error to debug to try and track this down.Jeremy Allison1-1/+4
Jermey. (This used to be commit a1482b09150f4d292965c77bc73d47fb14f5eb85)
2007-12-22Fix the build of cifs.spnego.Günther Deschner1-1/+1
Guenther (This used to be commit b4a4a2b2933d693876b67231f747e1e232936054)
2007-12-22Fix net_dom_join & net_dom_unjoin.Günther Deschner1-19/+38
Guenther (This used to be commit 6dd17e4840ee6c4bf0df3c3f76f9b232b3674d55)
2007-12-22Fix uninitialized error code in do_unjoin_modify_vals_config().Günther Deschner1-1/+1
Guenther (This used to be commit c890ebc3cad7222007e62227ec1f28d978310cbf)
2007-12-22Correct netapi header filename. Thanks Jeremy.Günther Deschner3-3/+3
Guenther (This used to be commit f192737ec8140aa6570bfb49a165b31890d63b16)
2007-12-21Fix install - it was trying to install libnetapi.h whereasJeremy Allison1-2/+2
the actual file is netapi.h. Guenther please check which name this should be ! Jeremy. (This used to be commit 035fadaa596e893b7eeac09bc587ad3b73f77d0b)
2007-12-21Until we better understand the WKSSVC_JOIN_FLAGS_JOIN_DC_ACCOUNT make sure ↵Günther Deschner1-0/+4
we are not joining as a DC. Guenther (This used to be commit bf3ffbb5d2e8588e0041f0b890b590c58f8fcecf)
2007-12-21Fix make test by adding winbind libs to vlp.Jeremy Allison1-1/+1
Jeremy. (This used to be commit abba6717b5da709ae9cf3097042228ddbe630cca)
2007-12-21Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison5-2/+44
v3-2-test Conflicts: source/library-versions.in (This used to be commit 11acca7d3884731491709dd09b7de2edc8bb5811)
2007-12-21Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}.Günther Deschner5-2/+44
Guenther (This used to be commit ad87786c91709d62ee2cbd02c87e59b855e050cc)
2007-12-21Actually fix the merge.Jeremy Allison1-5/+0
Jeremy. (This used to be commit c855de0c05e2e271e2610de67a6d7e3aba52390f)
2007-12-21Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison1-0/+5
v3-2-test Conflicts: source/Makefile.in (This used to be commit 351df194a927371600824f4c03d8a24b95fbef64)
2007-12-21Make sure libnet/libnet_proto.h exists.Günther Deschner1-1/+2
Guenther (This used to be commit d6703f6d4e6a5256980188f6a840e6aaf07bc607)
2007-12-21Fix build failure if symlink already exists.Jeremy Allison1-1/+1
Jeremy. (This used to be commit b8310f427277640c7b2526d0c5cd84deecfd3e99)
2007-12-21Fix const warning.Jeremy Allison1-5/+8
Jeremy. (This used to be commit 5159f897ddaad1878fff629cc074dd71b2b3f4ab)
2007-12-21Fix initialization warnings.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 832c093830cb3978641be3d87670fa900105da25)
2007-12-21Fix making the new proto file after a distclean.Jeremy Allison1-0/+1
Jeremy. (This used to be commit 35a450b59501c6545083efc9f913cb626188f329)
2007-12-21Fix "make test" using the LD_LIBRARY_PATH for selftest script soGerald (Jerry) Carter2-2/+7
smbd can locate the libwbclient library (if neccessary). (This used to be commit 481cc9ab6a6608e13710c93783ea4e62363e78be)
2007-12-21Compile fix: Correct use of wbcDomainInfo() after function signature change.Gerald (Jerry) Carter2-5/+4
Also fixes a doxygen warngin about an undocumented parameter in the same function. (This used to be commit 290ab64e9e5fb2a28e14a5f344f22119d5304563)
2007-12-21De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter5-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-21Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter17-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-21Move gtk app to the correct location. Thanks obnox!Günther Deschner1-0/+0
Guenther (This used to be commit 740a2b080db56d504c4edd58bf41d72edb3d32ee)
2007-12-21Move libnetapi examples into subdirs.Günther Deschner6-7/+17
Guenther (This used to be commit 0c3de6f3458419e57daaa71f1dad679897388f5a)
2007-12-21Deactive remote join code server side until some last issues are resolved.Günther Deschner1-0/+4
Guenther (This used to be commit 1489870f05695a929902264eb9b95eab886bdaa6)
2007-12-21Add netdomjoin-gui (my first gui application), another libnetapi user.Günther Deschner4-2/+1357
Guenther (This used to be commit cf57ade5ec4a808eccb19a7723d753742fb71ca9)
2007-12-21Add netdomjoin cmd line tool (another libnetapi example).Günther Deschner2-1/+113
Guenther (This used to be commit c502686f09713a7cf3786c254be6515a7aa23555)
2007-12-21Make sure libnetapi has getdcname support.Günther Deschner1-1/+2
Guenther (This used to be commit c527a28c47f42617853cd28772ef46e5e6b058b6)
2007-12-21Add getdc.c, a libnetapi example (incl. Makefile).Günther Deschner3-1/+95
Guenther (This used to be commit faedc78fc78527ee3bf05e1177ea43653aea67b2)
2007-12-21Add basic remote NetGetDCName and NetGetAnyDCName versions to libnetapi.Günther Deschner2-0/+252
Guenther (This used to be commit 5bc49546a32abb4524133b9f2916cdd51d4eb462)
2007-12-21Make libnetapi_errstr use our NTSTATUS and WERROR error string macros.Günther Deschner1-46/+3
Guenther (This used to be commit e46aa35d432e930835206b9ce7583f46933015d8)
2007-12-21Add error string for access denied in libnetapi.Günther Deschner1-0/+3
Guenther (This used to be commit 4df868e3c366958c64ed8445489c8d1e8a28e50b)
2007-12-21Remove doubled cli_set_timeout calls from libnetapi.Günther Deschner1-4/+0
Guenther (This used to be commit acc5d8e784b706001457ceeeb9bd4961a13d57d2)
2007-12-21Fix typo.Günther Deschner1-2/+0
Guenther (This used to be commit b95801db595109e8eade7cf7c344f281c8684249)
2007-12-21Keep libnetapi_NetX calls static for now.Günther Deschner2-13/+13
Guenther (This used to be commit c255654c68923aca3e258906e49be82d719d5ccd)
2007-12-21Merge all headers into libnetapi.h.Günther Deschner4-73/+24
Guenther (This used to be commit a2c5beda2ec98dea8951fb3a37774f5f325410ef)
2007-12-21Implement NetServerSetInfo level 1005 in local mode with smbconf registry.Günther Deschner2-7/+53
Guenther (This used to be commit 15c2bc15f20a677c3c94895150e396275de6ac9b)
2007-12-21Add NetServerGetInfo and NetServerSetInfo (for level 1005).Günther Deschner4-1/+331
Guenther (This used to be commit 1cad549f54563c3a9787624ba7a56b54107ebd57)
2007-12-21Split out local and remote paths for NetGetJoinInformation.Günther Deschner1-40/+52
Guenther (This used to be commit d1e4f9dd5cde79f915e3e0f652621d966aa850e8)
2007-12-21Add libnetapi_errstr().Günther Deschner2-0/+51
Guenther (This used to be commit 465e61a3599a277366ada6ecda3a1e6ddb1f2490)
2007-12-21Add support for remote and local unjoining in libnetapi.Günther Deschner1-5/+89
Guenther (This used to be commit 74048fe7cfbd05994d533bea4a477d6ca93449d9)
2007-12-21Add libnet_Unjoin(), libnet_UnjoinCtx and friends.Günther Deschner2-4/+239
Guenther (This used to be commit 89e8abb1163984eed358a4da9be4699a8e3a43f9)
2007-12-21Remove unrequired TALLOC_CTX from libnetapi_NetJoinDomain & friends.Günther Deschner1-34/+5
Guenther (This used to be commit 96ebdca45b998da7e6137973dea717bf3ac76328)