summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-21gitignore: add examples/libsmbclient/Makefile.internal - a generated fileMichael Adam1-0/+1
2008-08-21build: add [clean_]libsmbclient_examples targets to top level MakefileMichael Adam1-0/+11
2008-08-21libsmbclient examples: source/bin to the library search path for smbwrapper b...Michael Adam1-1/+1
2008-08-21libsmbclient examples: add Makefile.internal.in for building from a samba sourceMichael Adam2-0/+139
2008-08-21libsmbclient examples: fix prototype for readlinkMichael Adam1-1/+1
2008-08-20Here is a re-working of the winbinddJeremy Allison6-9/+61
2008-08-20gitignore: add examples/libsmbclient/treeMichael Adam1-0/+1
2008-08-20gitignore: add lib/netapi/tests/MakefileMichael Adam1-0/+1
2008-08-20gitignore: add libsmbsharemodes.syms - this is now generatedMichael Adam1-0/+1
2008-08-20build: auto-generate symbols for libsmbsharemodes.Michael Adam2-5/+5
2008-08-20gitignore: add libsmbclient.syms - this is now generatedMichael Adam1-0/+1
2008-08-20build: autogenerate symbols for libsmbclient.soMichael Adam2-6/+5
2008-08-20build: fix bug #5590 by not linking in the static libs but the objects.Michael Adam1-1/+1
2008-08-20build: fall down to the same place when using an internal lib statically.Michael Adam1-1/+1
2008-08-20build: remove duplicated and hardcoded definition of LIBSMBSHAREMODESMichael Adam1-2/+0
2008-08-20build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.Michael Adam1-4/+4
2008-08-20fix build warning.Günther Deschner1-1/+1
2008-08-20libads: remove unused vars.Günther Deschner1-3/+0
2008-08-20fix another build warning.Günther Deschner1-2/+2
2008-08-20nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENTGerald (Jerry) Carter1-2/+18
2008-08-20smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher3-4/+28
2008-08-20Updated Doxyfile conf to doxygen version 1.5.3Steven Danneman1-31/+47
2008-08-19Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison4-10/+14
2008-08-19winbindd: consistently use false/true.Günther Deschner1-27/+27
2008-08-19winbindd: use set_auth_errors (avoid code duplication).Günther Deschner1-28/+6
2008-08-19winbindd: fill_in_password_policy (to avoid redundant code).Günther Deschner1-20/+18
2008-08-19pam_winbind: some doxygen fixes.Günther Deschner1-24/+12
2008-08-19wbinfo: use wbinfo_prompt_pass() everywhere.Günther Deschner1-23/+16
2008-08-19wbinfo: add wbinfo_prompt_pass.Günther Deschner1-0/+27
2008-08-19pam_winbind: use pam error string function to display result.Günther Deschner1-1/+2
2008-08-19pam_winbind: add _pam_error_code_str().Günther Deschner1-0/+72
2008-08-19pam_winbind: use integer constants.Günther Deschner1-14/+14
2008-08-19winbindd: kill some trailing/leading whitespace.Günther Deschner1-159/+159
2008-08-19build: fix linking cifs.upcall when nscd_flush_cache() is found.Michael Adam1-1/+1
2008-08-18Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison2-8/+16
2008-08-18Fix length error in wrapping spnego blobIgor Mammedov1-1/+1
2008-08-16Fix bug 5696. The problem was when smbdJeremy Allison1-2/+18
2008-08-16Attempt to fix Coverity ID 596Volker Lendecke1-1/+1
2008-08-16Attempt to fix Coverity ID 595Volker Lendecke1-1/+1
2008-08-15I think the problem with these functions is that lookup_usergroupsHerb Lewis2-18/+18
2008-08-15configure: use libdir=${prefix}/lib and modules=${libdir}/samba as default wi...Michael Adam1-2/+2
2008-08-15configure: use ${libdir} instead of \${LIBDIR}.Michael Adam1-4/+4
2008-08-15configure: remove the --with-libdir parameter.Michael Adam1-16/+0
2008-08-15popt: add support for setting MODULESDIR via popt_common_dynconfig.Michael Adam1-0/+10
2008-08-15svcctl: use MODULESDIR instead of LIBDIR for the svcctl script directory.Michael Adam2-6/+6
2008-08-15libgpo: use MODULESDIR instead of LIBDIR for the group policy extensions.Michael Adam1-1/+1
2008-08-15Use module_path() instead of lib_path() for loading shared modules.Michael Adam1-1/+1
2008-08-15Add modules_path() to construct paths to files in MODULESDIR.Michael Adam2-0/+14
2008-08-15buildoptions: output MODULESDIR.Michael Adam1-0/+1
2008-08-15dynconfig: add support for MODULESDIR.Michael Adam2-0/+5