summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r11642: add some error checksStefan Metzmacher2005-11-101-2/+8
| | | | metze
* r11641: remove unused parameter vuidStefan Metzmacher2005-11-101-8/+3
| | | | metze
* r11640: just a nicer format, and make adding more special cases easierStefan Metzmacher2005-11-101-5/+8
| | | | metze
* r11639: fixed some create_time tests that should be change_time testsAndrew Tridgell2005-11-101-5/+5
|
* r11638: fixed handling of null volume name in RAW-QFSINFO testAndrew Tridgell2005-11-101-4/+4
| | | | thanks to Stephen Zarkos for finding this
* r11637: we need a session and a tcon for ntioctl() and ntrename()Stefan Metzmacher2005-11-101-3/+3
| | | | metze
* r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell2005-11-103-11/+19
|
* r11635: fix a handling of packet_send in the smb client libStefan Metzmacher2005-11-101-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 staticStefan Metzmacher2005-11-102-3/+3
| | | | | | | - const uint8_t * in all places - update header prototype metze
* r11633: Fix some more warnings.Tim Potter2005-11-101-0/+13
|
* r11632: removed 2 unused functionsAndrew Tridgell2005-11-101-33/+0
|
* r11631: fixed a signed/unsigned warningAndrew Tridgell2005-11-102-2/+2
|
* r11630: another fix for over-reading in the packet code. This time get theAndrew Tridgell2005-11-101-4/+12
| | | | sign of the comparison right :-)
* r11629: fixed a bug found with the socket:testnonblock code. With randomisedAndrew Tridgell2005-11-101-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 testAndrew Tridgell2005-11-101-1/+1
|
* r11627: give the caller much more control over the stream to packet process,Andrew Tridgell2005-11-103-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 Potter2005-11-105-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 aTim Potter2005-11-101-0/+1
| | | | crash on i386 but was on ia64.
* r11624: Use enum names instead of magic numbers.Tim Potter2005-11-101-2/+2
|
* r11623: convert the dcerpc socket layer to the generic packet codeAndrew Tridgell2005-11-101-149/+61
|
* r11622: convert the ldap server to the generic packet codeAndrew Tridgell2005-11-102-178/+103
|
* r11621: some minor fixes from comments by metzeAndrew Tridgell2005-11-102-3/+7
|
* r11620: switch the ldap client code over to using the generic packet codeAndrew Tridgell2005-11-104-173/+156
|
* r11619: use the 32 bit length helper in the kdc.Andrew Tridgell2005-11-101-23/+1
|
* r11618: added a generic '32 bit length prefix' full packet helper to the ↵Andrew Tridgell2005-11-102-4/+21
| | | | packet code
* r11616: Replace old crc32 code with one from the FreeBSD tree.Jeremy Allison2005-11-091-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 Metzmacher2005-11-091-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 codeAndrew Tridgell2005-11-091-3/+4
|
* r11608: switched the kdc to use the generic packet send codeAndrew Tridgell2005-11-091-40/+10
|
* r11607: switched the smb server to use the generic packet send codeAndrew Tridgell2005-11-093-51/+13
|
* r11606: use the generic packet send code in libcli/raw/Andrew Tridgell2005-11-091-77/+23
|
* r11605: added handling of the send queue to the generic packet handling codeAndrew Tridgell2005-11-092-0/+65
|
* r11604: converted the kdc code to use the new packet lib. Andrew, I'm not sureAndrew Tridgell2005-11-091-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 codeAndrew Tridgell2005-11-093-101/+36
|
* r11602: added packet_set_serialise() to allow the generic packet layer toAndrew Tridgell2005-11-092-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 us4Stefan Metzmacher2005-11-091-0/+3
| | | | | | abartlet, tridge, lha: is there a better way? metze
* r11600: remove unused codeStefan Metzmacher2005-11-092-1678/+0
| | | | metze
* r11599: remove local (and broken) version of strhaslower() strhasupper()Stefan Metzmacher2005-11-091-24/+0
| | | | metze
* r11598: fixed strhaslower() and strhasupper() to not falsely recogniseAndrew Tridgell2005-11-091-4/+10
| | | | caseless characters as lower/upper
* r11597: revert a commit by mistakeSimo Sorce2005-11-091-0/+12
|
* r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell2005-11-096-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 isAndrew Tridgell2005-11-093-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 updatedAndrew Tridgell2005-11-091-0/+2
| | | | ldb_result code coud rely on that)
* r11593: added a data_blob_realloc() functionAndrew Tridgell2005-11-091-0/+12
|
* r11592: fixed a crash bug from the ldb_result changes (res was being used ↵Andrew Tridgell2005-11-091-4/+6
| | | | after being freed)
* r11588: Remove unused (at the moment) variable and quiet compiler warning.Rafal Szczesniak2005-11-091-1/+0
| | | | rafal
* r11587: Trivial testing code giving an idea of how could usingRafal Szczesniak2005-11-081-1/+14
| | | | | | | subcontexts look like. rafal
* r11586: Further work on ejs interface for libnet. The idea is to split libnetRafal Szczesniak2005-11-082-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 theAndrew Bartlett2005-11-081-2/+32
| | | | | | ticket to be reduced in validity). Andrew Bartlett
* r11568: Debuging aids: Let the administrator know when a key/entry expired,Andrew Bartlett2005-11-081-6/+28
| | | | | | rather than just the fact of the expiry. Andrew Bartlett