summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * build: fall down to the same place when using an internal lib statically.Michael Adam2008-08-201-1/+1
| * build: remove duplicated and hardcoded definition of LIBSMBSHAREMODESMichael Adam2008-08-201-2/+0
| * build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.Michael Adam2008-08-201-4/+4
| * fix build warning.Günther Deschner2008-08-201-1/+1
| * libads: remove unused vars.Günther Deschner2008-08-201-3/+0
| * fix another build warning.Günther Deschner2008-08-201-2/+2
| * nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENTGerald (Jerry) Carter2008-08-201-2/+18
| * smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher2008-08-203-4/+28
| * Updated Doxyfile conf to doxygen version 1.5.3Steven Danneman2008-08-201-31/+47
| * Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...Jeremy Allison2008-08-194-10/+14
| * winbindd: consistently use false/true.Günther Deschner2008-08-191-27/+27
| * winbindd: use set_auth_errors (avoid code duplication).Günther Deschner2008-08-191-28/+6
| * winbindd: fill_in_password_policy (to avoid redundant code).Günther Deschner2008-08-191-20/+18
| * pam_winbind: some doxygen fixes.Günther Deschner2008-08-191-24/+12
| * wbinfo: use wbinfo_prompt_pass() everywhere.Günther Deschner2008-08-191-23/+16
| * wbinfo: add wbinfo_prompt_pass.Günther Deschner2008-08-191-0/+27
| * pam_winbind: use pam error string function to display result.Günther Deschner2008-08-191-1/+2
| * pam_winbind: add _pam_error_code_str().Günther Deschner2008-08-191-0/+72
| * pam_winbind: use integer constants.Günther Deschner2008-08-191-14/+14
| * winbindd: kill some trailing/leading whitespace.Günther Deschner2008-08-191-159/+159
| * build: fix linking cifs.upcall when nscd_flush_cache() is found.Michael Adam2008-08-191-1/+1
| * Make the change to smbcontrol for "all" to mean broadcast,Jeremy Allison2008-08-181-4/+3
| * Fix length error in wrapping spnego blobIgor Mammedov2008-08-181-1/+1
* | Split lookup_name() and create a new functiong calledSimo Sorce2008-08-175-110/+117
|/
* Fix bug 5696. The problem was when smbdJeremy Allison2008-08-161-2/+18
* Attempt to fix Coverity ID 596Volker Lendecke2008-08-161-1/+1
* Attempt to fix Coverity ID 595Volker Lendecke2008-08-161-1/+1
* I think the problem with these functions is that lookup_usergroupsHerb Lewis2008-08-152-18/+18
* configure: use libdir=${prefix}/lib and modules=${libdir}/samba as default wi...Michael Adam2008-08-151-2/+2
* configure: use ${libdir} instead of \${LIBDIR}.Michael Adam2008-08-151-4/+4
* configure: remove the --with-libdir parameter.Michael Adam2008-08-151-16/+0
* popt: add support for setting MODULESDIR via popt_common_dynconfig.Michael Adam2008-08-151-0/+10
* svcctl: use MODULESDIR instead of LIBDIR for the svcctl script directory.Michael Adam2008-08-152-6/+6
* libgpo: use MODULESDIR instead of LIBDIR for the group policy extensions.Michael Adam2008-08-151-1/+1
* Use module_path() instead of lib_path() for loading shared modules.Michael Adam2008-08-151-1/+1
* Add modules_path() to construct paths to files in MODULESDIR.Michael Adam2008-08-152-0/+14
* buildoptions: output MODULESDIR.Michael Adam2008-08-151-0/+1
* dynconfig: add support for MODULESDIR.Michael Adam2008-08-152-0/+5
* configure: Add --with-modulesdir to accompany --with-libdir.Michael Adam2008-08-152-11/+33
* dynconfig: remove commented-out old stuff from dynconfig.c and dynconfig.hMichael Adam2008-08-152-232/+0
* dynconfig: remove unused prototypes.Michael Adam2008-08-151-4/+5
* proto.h: remove prototypes from dynconfig.cMichael Adam2008-08-151-25/+0
* Makefile: print codepagedir in "make showlayout".Michael Adam2008-08-151-0/+1
* build: fix a typo in the installlibtalloc rule.Michael Adam2008-08-151-1/+1
* Fix show-stopper for 3.2. Smbd depends on group SIDJeremy Allison2008-08-141-0/+34
* Make it clear that this is a temporary context byusing a talloc stackframe in...Jeremy Allison2008-08-141-22/+16
* Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison2008-08-143-5/+4
* Revert "Add a gpfs_prefetch module"Michael Adam2008-08-143-315/+1
* smbspool: Fix printing on port 139.Karolin Seeger2008-08-141-1/+1
* netapi: add some remaining documentation fixes.Günther Deschner2008-08-141-3/+3