summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* r11629: fixed a bug found with the socket:testnonblock code. With randomisedAndrew Tridgell2005-11-101-0/+1
* 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
* r11626: Fix unhandled enum in case statement warnings by noting appropriately Tim Potter2005-11-105-0/+83
* r11625: NULL terminate list of strings. For some reason this wasn't causing aTim Potter2005-11-101-0/+1
* 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 pack...Andrew Tridgell2005-11-102-4/+21
* r11616: Replace old crc32 code with one from the FreeBSD tree.Jeremy Allison2005-11-091-56/+92
* r11611: don't use unions without a instance name, not all compilers support t...Stefan Metzmacher2005-11-091-2/+2
* 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
* 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
* r11601: try to fix the build on IRIX 6.5 us4Stefan Metzmacher2005-11-091-0/+3
* r11600: remove unused codeStefan Metzmacher2005-11-092-1678/+0
* r11599: remove local (and broken) version of strhaslower() strhasupper()Stefan Metzmacher2005-11-091-24/+0
* r11598: fixed strhaslower() and strhasupper() to not falsely recogniseAndrew Tridgell2005-11-091-4/+10
* 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
* r11595: added a helper layer to parse streams into individual packets. This isAndrew Tridgell2005-11-093-0/+368
* r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell2005-11-091-0/+2
* 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 aft...Andrew Tridgell2005-11-091-4/+6
* r11588: Remove unused (at the moment) variable and quiet compiler warning.Rafal Szczesniak2005-11-091-1/+0
* r11586: Further work on ejs interface for libnet. The idea is to split libnetRafal Szczesniak2005-11-082-4/+57
* r11572: Add support for accountExpires and password expiry (should cause theAndrew Bartlett2005-11-081-2/+32
* r11568: Debuging aids: Let the administrator know when a key/entry expired,Andrew Bartlett2005-11-081-6/+28
* r11567: Ldb API change patch.Simo Sorce2005-11-0839-807/+1212
* r11555: - change socket_wrapper to support multiple IP'sStefan Metzmacher2005-11-073-61/+277
* r11554: make us able to run without depending on 127.0.0.1Stefan Metzmacher2005-11-071-6/+8
* r11553: give an error when the lookup failedStefan Metzmacher2005-11-071-7/+19
* r11552: fix indentStefan Metzmacher2005-11-071-3/+3
* r11547: - don't do pull replication when pullIntervall is 0Stefan Metzmacher2005-11-073-9/+14
* r11546: add more errno ntstatus mappings, to get more usefull errors from soc...Stefan Metzmacher2005-11-071-0/+15
* r11545: Remove old #define.Andrew Bartlett2005-11-071-8/+0
* r11544: Allow delegation in a Samba4 realm.Andrew Bartlett2005-11-071-0/+1
* r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett2005-11-0714-238/+545
* r11542: Add the netbios name type. We will need it when we start to handleAndrew Bartlett2005-11-071-0/+1
* r11541: More logical (I think...) delegation semantics.Andrew Bartlett2005-11-071-10/+14