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
r22792: only don't free on success
Stefan Metzmacher
1
-2
/
+5
2007-10-10
r22791: make it possible to use smb2_create_blob_add() in the server code too
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r22790: fix initialization for chained requests
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r22789: fix loading of internal samba4 modules
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r22788: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22774: correctly initialize the smbsrv_connection when switching to SMB2
Stefan Metzmacher
1
-0
/
+13
2007-10-10
r22769: Fix include location.
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r22764: - replace talloc_zero with composite_create
Rafal Szczesniak
1
-16
/
+5
2007-10-10
r22763: replace talloc_zero calls with composite_create and add more
Rafal Szczesniak
2
-17
/
+16
2007-10-10
r22762: Some ldb_map changes:
Jelmer Vernooij
16
-119
/
+130
2007-10-10
r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_stri...
Stefan Metzmacher
3
-1
/
+41
2007-10-10
r22757: test if calling talloc_free() works on parent elements from within a ...
Stefan Metzmacher
1
-1
/
+41
2007-10-10
r22756: Make it easier to setup an LDAP replica. Provision with
Andrew Bartlett
3
-5
/
+11
2007-10-10
r22752: bail out on talloc failure
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r22750: dlopen() is always available now (and returns a correct error if not ...
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r22749: fix memory leak of nbt_name_request structure which are used to send ...
Stefan Metzmacher
1
-3
/
+6
2007-10-10
r22748: fix memleaks by passing an mem_ctx to
Stefan Metzmacher
8
-14
/
+15
2007-10-10
r22746: fix the build of the sqlite module
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r22743: set the talloc name to the string...
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r22742: Fix tests.
Jelmer Vernooij
1
-6
/
+6
2007-10-10
r22741: Add MSVC-specific pragma's for Wireshark. Patch from Ronnie.
Jelmer Vernooij
1
-0
/
+8
2007-10-10
r22735: correct some comments
Rafal Szczesniak
1
-1
/
+2
2007-10-10
r22734: - use samr pipe if it is already opened
Rafal Szczesniak
1
-16
/
+79
2007-10-10
r22723: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22722: fix dependencies
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r22721: use only included talloc and tdb untill jelmer
Stefan Metzmacher
1
-6
/
+8
2007-10-10
r22718: remove autoconf warnings, we should only include
Stefan Metzmacher
1
-6
/
+15
2007-10-10
r22699: Reduce amount of magic required for popt detection.
Jelmer Vernooij
2
-3
/
+8
2007-10-10
r22698: Support using system tdb, when available.
Jelmer Vernooij
2
-2
/
+4
2007-10-10
r22697: Support building with external talloc.
Jelmer Vernooij
3
-6
/
+24
2007-10-10
r22696: Make sure this is an ascii char
Simo Sorce
1
-0
/
+12
2007-10-10
r22694: It seems that AIX 5.3 with XLC has difficulties with <ctype.h>. This is
Volker Lendecke
1
-1
/
+1
2007-10-10
r22687: use DESTDIR.
Jelmer Vernooij
1
-6
/
+6
2007-10-10
r22684: Fix native Samba build.
Jelmer Vernooij
2
-3
/
+4
2007-10-10
r22683: fix the logic for skipping the pipe_dead()
Stefan Metzmacher
2
-4
/
+4
2007-10-10
r22682: Fix standalone ldb build when parent directory name != ldb.
Jelmer Vernooij
2
-6
/
+5
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
[next]