summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* selftest: Use platform-specific equivalents of LD_LIBRARY_PATH for Samba4's s...Jelmer Vernooij2008-01-053-15/+161
* Attempt to make the build farm run s4torture againVolker Lendecke2007-12-231-1/+1
* Attempt to fix the Solaris buildVolker Lendecke2007-12-231-1/+1
* Convert the [gu]id_sid cache to memcacheVolker Lendecke2007-12-231-134/+62
* Rename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_intern...Michael Adam2007-12-232-6/+7
* Make libnet_smbconf_set_global_param() call libnet_smbconf_setparm().Michael Adam2007-12-231-46/+15
* Reorder libnet_conf.c some, adding "section" comments.Michael Adam2007-12-231-18/+30
* Move net_conf_setparm() to libnet_conf.cMichael Adam2007-12-232-11/+22
* Move reg_setvalue_internal() to libnet_conf.cMichael Adam2007-12-232-78/+82
* Remove occurrences of registry_key from libnet_join.cMichael Adam2007-12-231-65/+17
* Replace direct deletion of registry value by use of libnet_smbconf_delparm().Michael Adam2007-12-231-1/+1
* Move logic of net_smbconf_delparm() to libnet/libnet_conf.cMichael Adam2007-12-232-14/+29
* Move smbconf_value_exists() to libnet/net_conf.cMichael Adam2007-12-232-17/+18
* Make libnet_smbconf_open_path_q() static.Michael Adam2007-12-231-3/+4
* If we detect a case insensitive filesystem makeJeremy Allison2007-12-221-4/+11
* Fix typo in output.Michael Adam2007-12-231-1/+1
* 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-2284-1145/+7799
|\
| * 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
| * 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