summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-18Fix segfaults when loading the schema fails.Andrew Bartlett1-14/+13
2008-08-18Ensure we fail to proceed if the schema won't load.Andrew Bartlett1-0/+1
2008-08-18Remove references to the unused @SUBCLASS feature.Andrew Bartlett5-84/+3
2008-08-18Merge the two attribute syntax tables.Andrew Bartlett9-187/+82
2008-08-17Split lookup_name() and create a new functiong calledSimo Sorce5-110/+117
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-16configure: use AS_HELP_STRING for --with-disable-ext-libMichael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --enable-developerMichael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --enable-debug.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-selftest-prefix.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-logfilebase.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-piddirMichael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-lockdir.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --ntp-signd-socket-dir.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-winbindd-socket-dir .Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-privatedirMichael Adam1-1/+1
2008-08-16configure: format help string for --with-fhs with AS_HELP_STRING().Michael Adam1-1/+1
2008-08-16configure: remove duplicate definition of --with-winbindd-socket-dir.Michael Adam1-16/+0
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-15Fix the build, after the ad2oLschema changes.Andrew Bartlett1-2/+3
2008-08-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett32-1174/+1020
2008-08-15Trusted domains implementation for the KDC.Andrew Bartlett1-12/+193
2008-08-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett14-1044/+708
2008-08-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett18-130/+312
2008-08-15Generate the subSchema in cn=AggregateAndrew Bartlett13-1046/+653
2008-08-14Fix show-stopper for 3.2. Smbd depends on group SIDJeremy Allison1-0/+34
2008-08-15Rework generation of the objectClass and attributeType lines.Andrew Bartlett1-169/+209
2008-08-15Paramaterise the seperator in ad2OLschemaAndrew Bartlett1-67/+82
2008-08-15Don't segfault in RPC-ATSVC.Andrew Bartlett1-1/+3
2008-08-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett18-130/+312
2008-08-14Make it clear that this is a temporary context byusing a talloc stackframe in...Jeremy Allison1-22/+16