Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11646: fix typos | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r11644: free the buffer when it's not used | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r11643: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r11642: add some error checks | Stefan Metzmacher | 1 | -2/+8 |
2007-10-10 | r11641: remove unused parameter vuid | Stefan Metzmacher | 1 | -8/+3 |
2007-10-10 | r11640: just a nicer format, and make adding more special cases easier | Stefan Metzmacher | 1 | -5/+8 |
2007-10-10 | r11639: fixed some create_time tests that should be change_time tests | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r11638: fixed handling of null volume name in RAW-QFSINFO test | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r11637: we need a session and a tcon for ntioctl() and ntrename() | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r11636: a bit neater solution to the nt_cancel problem | Andrew Tridgell | 3 | -11/+19 |
2007-10-10 | r11635: fix a handling of packet_send in the smb client lib | Stefan Metzmacher | 1 | -1/+10 |
2007-10-10 | r11634: - make crc table static | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r11633: Fix some more warnings. | Tim Potter | 1 | -0/+13 |
2007-10-10 | r11632: removed 2 unused functions | Andrew Tridgell | 1 | -33/+0 |
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 | r11628: fixed a valgrind error in the rpc echo test | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11627: give the caller much more control over the stream to packet process, | Andrew Tridgell | 3 | -14/+66 |
2007-10-10 | r11626: Fix unhandled enum in case statement warnings by noting appropriately | Tim Potter | 5 | -0/+83 |
2007-10-10 | r11625: NULL terminate list of strings. For some reason this wasn't causing a | Tim Potter | 1 | -0/+1 |
2007-10-10 | r11624: Use enum names instead of magic numbers. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r11623: convert the dcerpc socket layer to the generic packet code | Andrew Tridgell | 1 | -149/+61 |
2007-10-10 | r11622: convert the ldap server to the generic packet code | Andrew Tridgell | 2 | -178/+103 |
2007-10-10 | r11621: some minor fixes from comments by metze | Andrew Tridgell | 2 | -3/+7 |
2007-10-10 | r11620: switch the ldap client code over to using the generic packet code | Andrew Tridgell | 4 | -173/+156 |
2007-10-10 | r11619: use the 32 bit length helper in the kdc. | Andrew Tridgell | 1 | -23/+1 |
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 | r11609: fixed handling of one way requests with new send code | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r11608: switched the kdc to use the generic packet send code | Andrew Tridgell | 1 | -40/+10 |
2007-10-10 | r11607: switched the smb server to use the generic packet send code | Andrew Tridgell | 3 | -51/+13 |
2007-10-10 | r11606: use the generic packet send code in libcli/raw/ | Andrew Tridgell | 1 | -77/+23 |
2007-10-10 | r11605: added handling of the send queue to the generic packet handling code | Andrew Tridgell | 2 | -0/+65 |
2007-10-10 | r11604: converted the kdc code to use the new packet lib. Andrew, I'm not sure | Andrew Tridgell | 1 | -78/+67 |
2007-10-10 | r11603: converted the smb server to use the new generic packet code | Andrew Tridgell | 3 | -101/+36 |
2007-10-10 | r11602: added packet_set_serialise() to allow the generic packet layer to | Andrew Tridgell | 2 | -0/+29 |
2007-10-10 | r11601: try to fix the build on IRIX 6.5 us4 | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r11600: remove unused code | Stefan Metzmacher | 2 | -1678/+0 |
2007-10-10 | r11599: remove local (and broken) version of strhaslower() strhasupper() | Stefan Metzmacher | 1 | -24/+0 |
2007-10-10 | r11598: fixed strhaslower() and strhasupper() to not falsely recognise | Andrew Tridgell | 1 | -4/+10 |
2007-10-10 | r11597: revert a commit by mistake | Simo Sorce | 1 | -0/+12 |
2007-10-10 | r11596: switched the libcli/raw/ code over to using the lib/stream/ generic | Andrew Tridgell | 6 | -109/+55 |
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 | r11592: fixed a crash bug from the ldb_result changes (res was being used aft... | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r11588: Remove unused (at the moment) variable and quiet compiler warning. | Rafal Szczesniak | 1 | -1/+0 |
2007-10-10 | r11586: Further work on ejs interface for libnet. The idea is to split libnet | Rafal Szczesniak | 2 | -4/+57 |