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
2007-10-10
r22681: Fix standalone ldb build when parent directory name != ldb.
Jelmer Vernooij
49
-133
/
+113
2007-10-10
r22680: Fix a talloc ctx name
Volker Lendecke
1
-1
/
+1
2007-10-10
r22672: use composite_create calls instead of talloc_zero.
Rafal Szczesniak
1
-12
/
+6
2007-10-10
r22670: changed the RAW-NOTIFY test to support clustered testing (two nodes)
Andrew Tridgell
1
-14
/
+25
2007-10-10
r22669: fix uninitialized element which was causing a crash with 'net passwor...
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r22668: Fix ldb build
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r22667: revert revision 22640 as it breaks nested structs in idl
Stefan Metzmacher
1
-10
/
+12
2007-10-10
r22665: Change version back to 0.9.
Jelmer Vernooij
1
-1
/
+3
2007-10-10
r22662: disable shared library support on Tru64
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r22661: optimize the handling of directly triggered timed events:
Stefan Metzmacher
6
-48
/
+60
2007-10-10
r22658: - add AC_GNU_SOURCE macro for systems which don't have it
Stefan Metzmacher
2
-1
/
+14
2007-10-10
r22642: Allow standalone build to work without tdb or talloc checked out, but
Jelmer Vernooij
6
-1
/
+178
2007-10-10
r22640: - generate nicer output
Stefan Metzmacher
1
-12
/
+10
2007-10-10
r22637: Install tdbbackup and tdbdump again.
Jelmer Vernooij
3
-3
/
+5
2007-10-10
r22635: make it possible to not turn off dns canonicalization of hostnames
Stefan Metzmacher
2
-2
/
+3
2007-10-10
r22634: make the events system much less dependent on the samba4 build system
Andrew Tridgell
8
-21
/
+69
2007-10-10
r22632: merged volkers select events fix
Andrew Tridgell
1
-1
/
+2
2007-10-10
r22629: if irpc gets freed within event_loop_once() we crash...
Stefan Metzmacher
2
-1
/
+14
2007-10-10
r22628: convert to new composite api
Stefan Metzmacher
1
-29
/
+28
2007-10-10
r22627: fix crash msgs_tmp isn't always initialized
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22626: test member server with local and domain credentials
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r22625: hopefully fix make test on solaris
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22624: - configure other auth methods for the member server
Stefan Metzmacher
1
-2
/
+11
2007-10-10
r22623: export SMB_CONF_PATH from selftest.pl
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvar
Stefan Metzmacher
2
-0
/
+8
2007-10-10
r22621: fix the 'sam' auth module
Stefan Metzmacher
1
-33
/
+18
2007-10-10
r22620: fix compiler warnings
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r22619: fix pidl warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r22618: handle the properties related to the type
Stefan Metzmacher
2
-571
/
+573
2007-10-10
r22617: assume we have defered elements if the type is just provides via
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r22616: allow the unclist file to not specify a share name, and instead
Andrew Tridgell
1
-0
/
+3
2007-10-10
r22612: Fix more cases where we have uninitialised values in the
Andrew Bartlett
11
-57
/
+18
2007-10-10
r22610: fix build with included popt
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22609: skip BASE-UTABLE (400s) and BASE-SMB (837s)
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r22608: use a shorter share name as testparm complained about
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22607: work with the solaris version of popt
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r22606: don't every try to prompt within make test...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22605: Set up all required environments before starting tests.
Jelmer Vernooij
1
-2
/
+11
2007-10-10
r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.
Jelmer Vernooij
3
-3
/
+3
2007-10-10
r22601: run net join with the correct socket_wrapper and krb5 configuration
Stefan Metzmacher
1
-1
/
+7
2007-10-10
r22600: Update bzr ignores, put right version in .pc files, prepare for suppo...
Jelmer Vernooij
11
-19
/
+37
2007-10-10
r22599: Document member server.
Jelmer Vernooij
1
-0
/
+7
2007-10-10
r22598: Simplify includes for replace.
Jelmer Vernooij
5
-5
/
+6
2007-10-10
r22597: try to pass on some more boxes in the build-farm without timeout
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r22596: Set _CFLAGS variables rather than putting knowledge in the ldb Makefile.
Jelmer Vernooij
3
-2
/
+17
2007-10-10
r22595: Add version numbers.
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r22594: This helped coax out valgrind errors last night, but we don't need it...
Andrew Bartlett
1
-2
/
+0
2007-10-10
r22582: Cleanups towards making winbind work again. We still have a long way...
Andrew Bartlett
8
-58
/
+20
2007-10-10
r22581: disable BASE-UTABLE and BASE-SMB on the ntvfs/cifs share
Stefan Metzmacher
1
-3
/
+5
2007-10-10
r22580: remove not yet needed line...
Stefan Metzmacher
1
-1
/
+0
[next]