summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-15configure: Add --with-modulesdir to accompany --with-libdir.Michael Adam2-11/+33
2008-08-15dynconfig: remove commented-out old stuff from dynconfig.c and dynconfig.hMichael Adam2-232/+0
2008-08-15dynconfig: remove unused prototypes.Michael Adam1-4/+5
2008-08-15proto.h: remove prototypes from dynconfig.cMichael Adam1-25/+0
2008-08-15Makefile: print codepagedir in "make showlayout".Michael Adam1-0/+1
2008-08-15build: fix a typo in the installlibtalloc rule.Michael Adam1-1/+1
2008-08-14Fix show-stopper for 3.2. Smbd depends on group SIDJeremy Allison1-0/+34
2008-08-14Make it clear that this is a temporary context byusing a talloc stackframe in...Jeremy Allison1-22/+16
2008-08-14Fix bug #5692 - Core dump in full_audit.so.Jeremy Allison3-5/+4
2008-08-14Revert "Add a gpfs_prefetch module"Michael Adam3-315/+1
2008-08-14smbspool: Fix printing on port 139.Karolin Seeger1-1/+1
2008-08-14netapi: add some remaining documentation fixes.Günther Deschner1-3/+3
2008-08-14netapi: add doxygen documentation for NetUserModalsGet and NetUserModalsSet.Günther Deschner1-0/+30
2008-08-14netapi: add doxygen documentation for NetLocalGroup{Add,Del,Set,Get}Members.Günther Deschner1-0/+75
2008-08-14netapi: make libnetapi_open_ipc_connection static.Günther Deschner8-196/+114
2008-08-14netapi: make non-implemented local calls default to remote "localhost" calls.Günther Deschner6-38/+35
2008-08-14netapi: add NetLocalGroupGetMembers example code.Günther Deschner2-0/+171
2008-08-14netapi: let libnetapi_samr_lookup_and_open_alias return NTSTATUS.Günther Deschner1-85/+77
2008-08-14Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h.Michael Adam2-0/+49
2008-08-14Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.Michael Adam2-0/+62
2008-08-14Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.Michael Adam2-0/+49
2008-08-14Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.Michael Adam2-0/+49
2008-08-14Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam3-18/+50
2008-08-14Fix coverity CID: 594. Resource leak on error path.Jeremy Allison1-2/+4
2008-08-14Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison1-1/+2
2008-08-14Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.Jeremy Allison1-0/+2
2008-08-14Prevent NT_STATUS 0xF1000000 errors from appearing whenJim McDonough1-0/+6
2008-08-14Revert "Add winbind:online check timeout parameter"Volker Lendecke1-16/+0
2008-08-13Revert "If it is a forced DOS error, nt_errstr should say so"Volker Lendecke1-5/+0
2008-08-13If it is a forced DOS error, nt_errstr should say soVolker Lendecke1-0/+5
2008-08-13VERSION: Raise version number.Karolin Seeger1-3/+3
2008-08-13netapi: add c++ guard.Günther Deschner1-1/+8
2008-08-13smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...Michael Adam1-1/+3
2008-08-13added a explanatory comment on tcon checkAndrew Tridgell1-0/+4
2008-08-13smbd/conn: fix prototype change of conn_close_all() in proto.h.Michael Adam1-1/+1
2008-08-13ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2-5/+13
2008-08-13fixed child exit handling and IP release handlingAndrew Tridgell2-1/+5