index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-18
Fix segfaults when loading the schema fails.
Andrew Bartlett
1
-14
/
+13
2008-08-18
Ensure we fail to proceed if the schema won't load.
Andrew Bartlett
1
-0
/
+1
2008-08-18
Remove references to the unused @SUBCLASS feature.
Andrew Bartlett
5
-84
/
+3
2008-08-18
Merge the two attribute syntax tables.
Andrew Bartlett
9
-187
/
+82
2008-08-17
Split lookup_name() and create a new functiong called
Simo Sorce
5
-110
/
+117
2008-08-16
Fix bug 5696. The problem was when smbd
Jeremy Allison
1
-2
/
+18
2008-08-16
Attempt to fix Coverity ID 596
Volker Lendecke
1
-1
/
+1
2008-08-16
Attempt to fix Coverity ID 595
Volker Lendecke
1
-1
/
+1
2008-08-16
configure: use AS_HELP_STRING for --with-disable-ext-lib
Michael Adam
1
-1
/
+1
2008-08-16
configure: use AS_HELP_STRING for --enable-developer
Michael Adam
1
-1
/
+1
2008-08-16
configure: use AS_HELP_STRING for --enable-debug.
Michael Adam
1
-1
/
+1
2008-08-16
configure: use AS_HELP_STRING for --with-selftest-prefix.
Michael Adam
1
-1
/
+1
2008-08-16
configure: use AS_HELP_STRING for --with-logfilebase.
Michael Adam
1
-1
/
+1
2008-08-16
configure: use AS_HELP_STRING for --with-piddir
Michael Adam
1
-1
/
+1
2008-08-16
configure: use AS_HELP_STRING for --with-lockdir.
Michael Adam
1
-1
/
+1
2008-08-16
configure: use AS_HELP_STRING for --ntp-signd-socket-dir.
Michael Adam
1
-1
/
+1
2008-08-16
configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.
Michael Adam
1
-1
/
+1
2008-08-16
configure: use AS_HELP_STRING for --with-winbindd-socket-dir .
Michael Adam
1
-1
/
+1
2008-08-16
configure: use AS_HELP_STRING for --with-privatedir
Michael Adam
1
-1
/
+1
2008-08-16
configure: format help string for --with-fhs with AS_HELP_STRING().
Michael Adam
1
-1
/
+1
2008-08-16
configure: remove duplicate definition of --with-winbindd-socket-dir.
Michael Adam
1
-16
/
+0
2008-08-15
I think the problem with these functions is that lookup_usergroups
Herb Lewis
2
-18
/
+18
2008-08-15
configure: use libdir=${prefix}/lib and modules=${libdir}/samba as default wi...
Michael Adam
1
-2
/
+2
2008-08-15
configure: use ${libdir} instead of \${LIBDIR}.
Michael Adam
1
-4
/
+4
2008-08-15
configure: remove the --with-libdir parameter.
Michael Adam
1
-16
/
+0
2008-08-15
popt: add support for setting MODULESDIR via popt_common_dynconfig.
Michael Adam
1
-0
/
+10
2008-08-15
svcctl: use MODULESDIR instead of LIBDIR for the svcctl script directory.
Michael Adam
2
-6
/
+6
2008-08-15
libgpo: use MODULESDIR instead of LIBDIR for the group policy extensions.
Michael Adam
1
-1
/
+1
2008-08-15
Use module_path() instead of lib_path() for loading shared modules.
Michael Adam
1
-1
/
+1
2008-08-15
Add modules_path() to construct paths to files in MODULESDIR.
Michael Adam
2
-0
/
+14
2008-08-15
buildoptions: output MODULESDIR.
Michael Adam
1
-0
/
+1
2008-08-15
dynconfig: add support for MODULESDIR.
Michael Adam
2
-0
/
+5
2008-08-15
configure: Add --with-modulesdir to accompany --with-libdir.
Michael Adam
2
-11
/
+33
2008-08-15
dynconfig: remove commented-out old stuff from dynconfig.c and dynconfig.h
Michael Adam
2
-232
/
+0
2008-08-15
dynconfig: remove unused prototypes.
Michael Adam
1
-4
/
+5
2008-08-15
proto.h: remove prototypes from dynconfig.c
Michael Adam
1
-25
/
+0
2008-08-15
Makefile: print codepagedir in "make showlayout".
Michael Adam
1
-0
/
+1
2008-08-15
build: fix a typo in the installlibtalloc rule.
Michael Adam
1
-1
/
+1
2008-08-15
Fix the build, after the ad2oLschema changes.
Andrew Bartlett
1
-2
/
+3
2008-08-15
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
32
-1174
/
+1020
2008-08-15
Trusted domains implementation for the KDC.
Andrew Bartlett
1
-12
/
+193
2008-08-15
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
14
-1044
/
+708
2008-08-15
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
18
-130
/
+312
2008-08-15
Generate the subSchema in cn=Aggregate
Andrew Bartlett
13
-1046
/
+653
2008-08-14
Fix show-stopper for 3.2. Smbd depends on group SID
Jeremy Allison
1
-0
/
+34
2008-08-15
Rework generation of the objectClass and attributeType lines.
Andrew Bartlett
1
-169
/
+209
2008-08-15
Paramaterise the seperator in ad2OLschema
Andrew Bartlett
1
-67
/
+82
2008-08-15
Don't segfault in RPC-ATSVC.
Andrew Bartlett
1
-1
/
+3
2008-08-15
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
18
-130
/
+312
2008-08-14
Make it clear that this is a temporary context byusing a talloc stackframe in...
Jeremy Allison
1
-22
/
+16
[prev]
[next]