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
path:
root
/
source4
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r12074: in accept() we need to set socket name of the child socket by looking
Stefan Metzmacher
1
-3
/
+19
2007-10-10
r12073: fix vlgrind error, calculate the correct size for memcpy()
Stefan Metzmacher
1
-6
/
+13
2007-10-10
r12057: fixed authentication in ldb client tools
Andrew Tridgell
1
-0
/
+3
2007-10-10
r12014: free the irpc_request structure with the irpc_call_recv functions,
Stefan Metzmacher
1
-5
/
+8
2007-10-10
r11988: Setup the sessionInfo just before the connect, rather than earlier
Andrew Bartlett
1
-4
/
+6
2007-10-10
r11984: LGPL on header and testsuite as well
Andrew Tridgell
2
-22
/
+30
2007-10-10
r11983: make talloc LGPL. This makes more sense given that ldb depends on
Andrew Tridgell
1
-11
/
+15
2007-10-10
r11981: we should allocate request specific memory in ldb modules off the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r11967: Fix more 64-bit warnings.
Tim Potter
2
-3
/
+3
2007-10-10
r11958: - fixed memory leaks in the ldb_result handling in ldb operations
Andrew Tridgell
6
-90
/
+99
2007-10-10
r11953: enabled the rootdse module in the ldb modules code
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11870: fixed the problem volker reported with the RPX-XPLOGIN test. The
Andrew Tridgell
1
-1
/
+37
2007-10-10
r11869: talloc has been ported :-)
Volker Lendecke
1
-2
/
+3
2007-10-10
r11823: make the socket_connect_send() context a child of the local state
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11822: reworked the socket_connect_multi() code so it is built on top of
Andrew Tridgell
1
-144
/
+149
2007-10-10
r11821: got rid of two more unnecessary variables and made the variable names
Andrew Tridgell
1
-60
/
+58
2007-10-10
r11820: fixed some problems with the socket socket.c code.
Andrew Tridgell
1
-68
/
+72
2007-10-10
r11811: Revert 11808, this broke the selftest. No idea why though. Why do we ...
Volker Lendecke
1
-2
/
+2
2007-10-10
r11808: Fix socket_connect_ev
Volker Lendecke
1
-2
/
+2
2007-10-10
r11797: Added OpenSSH fix for "%.*s" format crash. From Darren Tucker
Jeremy Allison
1
-1
/
+22
2007-10-10
r11713: separate out the setting of the fde in the packet context from the
Andrew Tridgell
2
-5
/
+14
2007-10-10
r11712: avoid changing the fde flags unless really needed
Andrew Tridgell
1
-6
/
+9
2007-10-10
r11710: added function iface_same_net()
Andrew Tridgell
1
-0
/
+10
2007-10-10
r11709: Comment out unused function.
Tim Potter
1
-0
/
+4
2007-10-10
r11642: add some error checks
Stefan Metzmacher
1
-2
/
+8
2007-10-10
r11636: a bit neater solution to the nt_cancel problem
Andrew Tridgell
2
-1
/
+18
2007-10-10
r11634: - make crc table static
Stefan Metzmacher
2
-3
/
+3
2007-10-10
r11631: fixed a signed/unsigned warning
Andrew Tridgell
2
-2
/
+2
2007-10-10
r11630: another fix for over-reading in the packet code. This time get the
Andrew Tridgell
1
-4
/
+12
2007-10-10
r11629: fixed a bug found with the socket:testnonblock code. With randomised
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11627: give the caller much more control over the stream to packet process,
Andrew Tridgell
2
-2
/
+46
2007-10-10
r11618: added a generic '32 bit length prefix' full packet helper to the pack...
Andrew Tridgell
2
-4
/
+21
2007-10-10
r11616: Replace old crc32 code with one from the FreeBSD tree.
Jeremy Allison
1
-56
/
+92
2007-10-10
r11611: don't use unions without a instance name, not all compilers support t...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r11605: added handling of the send queue to the generic packet handling code
Andrew Tridgell
2
-0
/
+65
2007-10-10
r11602: added packet_set_serialise() to allow the generic packet layer to
Andrew Tridgell
2
-0
/
+29
2007-10-10
r11598: fixed strhaslower() and strhasupper() to not falsely recognise
Andrew Tridgell
1
-4
/
+10
2007-10-10
r11596: switched the libcli/raw/ code over to using the lib/stream/ generic
Andrew Tridgell
2
-0
/
+5
2007-10-10
r11595: added a helper layer to parse streams into individual packets. This is
Andrew Tridgell
3
-0
/
+368
2007-10-10
r11594: ensure ldb_search() sets *res to NULL on failure (some of the updated
Andrew Tridgell
1
-0
/
+2
2007-10-10
r11593: added a data_blob_realloc() function
Andrew Tridgell
1
-0
/
+12
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
25
-491
/
+884
2007-10-10
r11555: - change socket_wrapper to support multiple IP's
Stefan Metzmacher
1
-44
/
+260
2007-10-10
r11526: And another warning...
Volker Lendecke
1
-1
/
+1
2007-10-10
r11522: Add support for delegated credentials and machine account credentials
Andrew Bartlett
1
-2
/
+8
2007-10-10
r11519: And an uninitialized variable...
Volker Lendecke
1
-1
/
+1
2007-10-10
r11518: Fix a warning
Volker Lendecke
1
-1
/
+1
2007-10-10
r11512: fix typo
Andrew Bartlett
1
-1
/
+1
2007-10-10
r11502: make sure we always use the 7 chars for the unix socket name.
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r11476: finally fixed the intermittent registry server bug! This has been
Andrew Tridgell
1
-1
/
+0
[next]