summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix wbcAllocate[GU]idVolker Lendecke2007-12-231-12/+14
* Fix wbcPing()Volker Lendecke2007-12-231-1/+9
* tiny simplificationVolker Lendecke2007-12-231-4/+0
* Use filesystem capabilities to support case-insensitive filesystems.James Peach2007-12-222-17/+30
* Fix "may be used uninitialized" compiler warnings.James Peach2007-12-221-3/+3
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach2007-12-2285-1145/+7801
|\
| * Remove redundant connection_struct from check_magic() parameter list.Michael Adam2007-12-221-2/+3
| * Remove redundant connection_struct from fd_close() parameter list.Michael Adam2007-12-222-12/+12
| * Remove redundant connection_struct from fd_close_posix() parameter list.Michael Adam2007-12-222-3/+3
| * Add NT error to debug to try and track this down.Jeremy Allison2007-12-211-1/+4
| * Fix the build of cifs.spnego.Günther Deschner2007-12-221-1/+1
| * Fix net_dom_join & net_dom_unjoin.Günther Deschner2007-12-221-19/+38
| * Fix uninitialized error code in do_unjoin_modify_vals_config().Günther Deschner2007-12-221-1/+1
| * Correct netapi header filename. Thanks Jeremy.Günther Deschner2007-12-223-3/+3
| * Fix install - it was trying to install libnetapi.h whereasJeremy Allison2007-12-211-2/+2
| * Until we better understand the WKSSVC_JOIN_FLAGS_JOIN_DC_ACCOUNT make sure we...Günther Deschner2007-12-211-0/+4
| * Fix make test by adding winbind libs to vlp.Jeremy Allison2007-12-211-1/+1
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-12-215-2/+44
| |\
| | * Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}.Günther Deschner2007-12-215-2/+44
| * | Actually fix the merge.Jeremy Allison2007-12-211-5/+0
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-12-211-0/+5
| |\|
| | * Make sure libnet/libnet_proto.h exists.Günther Deschner2007-12-211-1/+2
| * | Fix build failure if symlink already exists.Jeremy Allison2007-12-211-1/+1
| * | Fix const warning.Jeremy Allison2007-12-211-5/+8
| * | Fix initialization warnings.Jeremy Allison2007-12-211-1/+1
| * | Fix making the new proto file after a distclean.Jeremy Allison2007-12-211-0/+1
| * | Fix "make test" using the LD_LIBRARY_PATH for selftest script soGerald (Jerry) Carter2007-12-212-2/+7
| * | Compile fix: Correct use of wbcDomainInfo() after function signature change.Gerald (Jerry) Carter2007-12-212-5/+4
| * | De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter2007-12-215-549/+393
| * | Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-2117-58/+3136
| |/
| * Move gtk app to the correct location. Thanks obnox!Günther Deschner2007-12-211-0/+0
| * Move libnetapi examples into subdirs.Günther Deschner2007-12-216-7/+17
| * Gitignore some generated files.Günther Deschner2007-12-211-0/+2
| * Deactive remote join code server side until some last issues are resolved.Günther Deschner2007-12-211-0/+4
| * Add netdomjoin-gui (my first gui application), another libnetapi user.Günther Deschner2007-12-214-2/+1357
| * Add netdomjoin cmd line tool (another libnetapi example).Günther Deschner2007-12-212-1/+113
| * Make sure libnetapi has getdcname support.Günther Deschner2007-12-211-1/+2
| * Add getdc.c, a libnetapi example (incl. Makefile).Günther Deschner2007-12-213-1/+95
| * Add basic remote NetGetDCName and NetGetAnyDCName versions to libnetapi.Günther Deschner2007-12-212-0/+252
| * Make libnetapi_errstr use our NTSTATUS and WERROR error string macros.Günther Deschner2007-12-211-46/+3
| * Add error string for access denied in libnetapi.Günther Deschner2007-12-211-0/+3
| * Remove doubled cli_set_timeout calls from libnetapi.Günther Deschner2007-12-211-4/+0
| * Fix typo.Günther Deschner2007-12-211-2/+0
| * Keep libnetapi_NetX calls static for now.Günther Deschner2007-12-212-13/+13
| * Merge all headers into libnetapi.h.Günther Deschner2007-12-214-73/+24
| * Implement NetServerSetInfo level 1005 in local mode with smbconf registry.Günther Deschner2007-12-212-7/+53
| * Add NetServerGetInfo and NetServerSetInfo (for level 1005).Günther Deschner2007-12-214-1/+331
| * Split out local and remote paths for NetGetJoinInformation.Günther Deschner2007-12-211-40/+52
| * Add libnetapi_errstr().Günther Deschner2007-12-212-0/+51
| * Add support for remote and local unjoining in libnetapi.Günther Deschner2007-12-211-5/+89