Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r11642: add some error checks | Stefan Metzmacher | 2005-11-10 | 1 | -2/+8 | |
| | | | | metze | |||||
* | r11641: remove unused parameter vuid | Stefan Metzmacher | 2005-11-10 | 1 | -8/+3 | |
| | | | | metze | |||||
* | r11640: just a nicer format, and make adding more special cases easier | Stefan Metzmacher | 2005-11-10 | 1 | -5/+8 | |
| | | | | metze | |||||
* | r11639: fixed some create_time tests that should be change_time tests | Andrew Tridgell | 2005-11-10 | 1 | -5/+5 | |
| | ||||||
* | r11638: fixed handling of null volume name in RAW-QFSINFO test | Andrew Tridgell | 2005-11-10 | 1 | -4/+4 | |
| | | | | thanks to Stephen Zarkos for finding this | |||||
* | r11637: we need a session and a tcon for ntioctl() and ntrename() | Stefan Metzmacher | 2005-11-10 | 1 | -3/+3 | |
| | | | | metze | |||||
* | r11636: a bit neater solution to the nt_cancel problem | Andrew Tridgell | 2005-11-10 | 3 | -11/+19 | |
| | ||||||
* | r11635: fix a handling of packet_send in the smb client lib | Stefan Metzmacher | 2005-11-10 | 1 | -1/+10 | |
| | | | | | | | | | | this was cause of the PANIC on the build farm on metze01 as we use req->out.buffer from the old request in the smb_raw_ntcancel() and send a 0 TID, that causes our server code to crash (a fix for the server code will follow) metze | |||||
* | r11634: - make crc table static | Stefan Metzmacher | 2005-11-10 | 2 | -3/+3 | |
| | | | | | | | - const uint8_t * in all places - update header prototype metze | |||||
* | r11633: Fix some more warnings. | Tim Potter | 2005-11-10 | 1 | -0/+13 | |
| | ||||||
* | r11632: removed 2 unused functions | Andrew Tridgell | 2005-11-10 | 1 | -33/+0 | |
| | ||||||
* | r11631: fixed a signed/unsigned warning | Andrew Tridgell | 2005-11-10 | 2 | -2/+2 | |
| | ||||||
* | r11630: another fix for over-reading in the packet code. This time get the | Andrew Tridgell | 2005-11-10 | 1 | -4/+12 | |
| | | | | sign of the comparison right :-) | |||||
* | r11629: fixed a bug found with the socket:testnonblock code. With randomised | Andrew Tridgell | 2005-11-10 | 1 | -0/+1 | |
| | | | | | under-reads we could end up supplying a buffer to the client that has an incorrect length | |||||
* | r11628: fixed a valgrind error in the rpc echo test | Andrew Tridgell | 2005-11-10 | 1 | -1/+1 | |
| | ||||||
* | r11627: give the caller much more control over the stream to packet process, | Andrew Tridgell | 2005-11-10 | 3 | -14/+66 | |
| | | | | | | | allowing it to specify the initial read size (thus preventing over-reading) and to stop the recv process when needed. This is used by the dcerpc socket code, which relies on not getting packets when it isn't ready for them | |||||
* | r11626: Fix unhandled enum in case statement warnings by noting appropriately | Tim Potter | 2005-11-10 | 5 | -0/+83 | |
| | | | | | | that some values aren't handled. The remaining warnings I think are actual bugs or required functionality that is missing (mostly lack of server side Unix extensions). | |||||
* | r11625: NULL terminate list of strings. For some reason this wasn't causing a | Tim Potter | 2005-11-10 | 1 | -0/+1 | |
| | | | | crash on i386 but was on ia64. | |||||
* | r11624: Use enum names instead of magic numbers. | Tim Potter | 2005-11-10 | 1 | -2/+2 | |
| | ||||||
* | r11623: convert the dcerpc socket layer to the generic packet code | Andrew Tridgell | 2005-11-10 | 1 | -149/+61 | |
| | ||||||
* | r11622: convert the ldap server to the generic packet code | Andrew Tridgell | 2005-11-10 | 2 | -178/+103 | |
| | ||||||
* | r11621: some minor fixes from comments by metze | Andrew Tridgell | 2005-11-10 | 2 | -3/+7 | |
| | ||||||
* | r11620: switch the ldap client code over to using the generic packet code | Andrew Tridgell | 2005-11-10 | 4 | -173/+156 | |
| | ||||||
* | r11619: use the 32 bit length helper in the kdc. | Andrew Tridgell | 2005-11-10 | 1 | -23/+1 | |
| | ||||||
* | r11618: added a generic '32 bit length prefix' full packet helper to the ↵ | Andrew Tridgell | 2005-11-10 | 2 | -4/+21 | |
| | | | | packet code | |||||
* | r11616: Replace old crc32 code with one from the FreeBSD tree. | Jeremy Allison | 2005-11-09 | 1 | -56/+92 | |
| | | | | | | * COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or * code or tables extracted from it, as desired without restriction. Jeremy. | |||||
* | r11611: don't use unions without a instance name, not all compilers support ↵ | Stefan Metzmacher | 2005-11-09 | 1 | -2/+2 | |
| | | | | | | | | | | | that... fix the build with cc on IRIX 6.5 us4 tridge: we should post this to the appweb maintainers, also with my hex constant fix from a few weeks ago! metze | |||||
* | r11609: fixed handling of one way requests with new send code | Andrew Tridgell | 2005-11-09 | 1 | -3/+4 | |
| | ||||||
* | r11608: switched the kdc to use the generic packet send code | Andrew Tridgell | 2005-11-09 | 1 | -40/+10 | |
| | ||||||
* | r11607: switched the smb server to use the generic packet send code | Andrew Tridgell | 2005-11-09 | 3 | -51/+13 | |
| | ||||||
* | r11606: use the generic packet send code in libcli/raw/ | Andrew Tridgell | 2005-11-09 | 1 | -77/+23 | |
| | ||||||
* | r11605: added handling of the send queue to the generic packet handling code | Andrew Tridgell | 2005-11-09 | 2 | -0/+65 | |
| | ||||||
* | r11604: converted the kdc code to use the new packet lib. Andrew, I'm not sure | Andrew Tridgell | 2005-11-09 | 1 | -78/+67 | |
| | | | | | how to test this, can you have a look and see if it works for you? Is there some hidden switch to kinit to use tcp? | |||||
* | r11603: converted the smb server to use the new generic packet code | Andrew Tridgell | 2005-11-09 | 3 | -101/+36 | |
| | ||||||
* | r11602: added packet_set_serialise() to allow the generic packet layer to | Andrew Tridgell | 2005-11-09 | 2 | -0/+29 | |
| | | | | | handle optional request serialisation (this is something that is commonly needed on stream connections) | |||||
* | r11601: try to fix the build on IRIX 6.5 us4 | Stefan Metzmacher | 2005-11-09 | 1 | -0/+3 | |
| | | | | | | abartlet, tridge, lha: is there a better way? metze | |||||
* | r11600: remove unused code | Stefan Metzmacher | 2005-11-09 | 2 | -1678/+0 | |
| | | | | metze | |||||
* | r11599: remove local (and broken) version of strhaslower() strhasupper() | Stefan Metzmacher | 2005-11-09 | 1 | -24/+0 | |
| | | | | metze | |||||
* | r11598: fixed strhaslower() and strhasupper() to not falsely recognise | Andrew Tridgell | 2005-11-09 | 1 | -4/+10 | |
| | | | | caseless characters as lower/upper | |||||
* | r11597: revert a commit by mistake | Simo Sorce | 2005-11-09 | 1 | -0/+12 | |
| | ||||||
* | r11596: switched the libcli/raw/ code over to using the lib/stream/ generic | Andrew Tridgell | 2005-11-09 | 6 | -109/+55 | |
| | | | | | packet parsing code. This simplifies the logic in the raw client library a fair bit | |||||
* | r11595: added a helper layer to parse streams into individual packets. This is | Andrew Tridgell | 2005-11-09 | 3 | -0/+368 | |
| | | | | | | | | | | | | | something that Andrew Bartlett has been asking for for a while, and when I started having to re-invent this packet parsing code yet again for SMB2 I decided it was time to do it generically you use it by providing a "is this a full packet yet?" helper function to the packet_*() functions, which then handle all the logic of partial packet buffering. This also goes to great lengths to operate efficiently, minimising the number of recv system calls. | |||||
* | r11594: ensure ldb_search() sets *res to NULL on failure (some of the updated | Andrew Tridgell | 2005-11-09 | 1 | -0/+2 | |
| | | | | ldb_result code coud rely on that) | |||||
* | r11593: added a data_blob_realloc() function | Andrew Tridgell | 2005-11-09 | 1 | -0/+12 | |
| | ||||||
* | r11592: fixed a crash bug from the ldb_result changes (res was being used ↵ | Andrew Tridgell | 2005-11-09 | 1 | -4/+6 | |
| | | | | after being freed) | |||||
* | r11588: Remove unused (at the moment) variable and quiet compiler warning. | Rafal Szczesniak | 2005-11-09 | 1 | -1/+0 | |
| | | | | rafal | |||||
* | r11587: Trivial testing code giving an idea of how could using | Rafal Szczesniak | 2005-11-08 | 1 | -1/+14 | |
| | | | | | | | subcontexts look like. rafal | |||||
* | r11586: Further work on ejs interface for libnet. The idea is to split libnet | Rafal Szczesniak | 2005-11-08 | 2 | -4/+57 | |
| | | | | | | | | | | | | functionalities into groups of subcontexts of net subcontext just the way it's done in net tool. This way we can pass common arguments when creating subcontext. Also, this may allow easier writing net tool completely as a script. At the moment there's a name resolve code segfault to be fixed. rafal | |||||
* | r11572: Add support for accountExpires and password expiry (should cause the | Andrew Bartlett | 2005-11-08 | 1 | -2/+32 | |
| | | | | | | ticket to be reduced in validity). Andrew Bartlett | |||||
* | r11568: Debuging aids: Let the administrator know when a key/entry expired, | Andrew Bartlett | 2005-11-08 | 1 | -6/+28 | |
| | | | | | | rather than just the fact of the expiry. Andrew Bartlett |