summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11627: give the caller much more control over the stream to packet process,Andrew Tridgell3-14/+66
2007-10-10r11626: Fix unhandled enum in case statement warnings by noting appropriatelyTim Potter5-0/+83
2007-10-10r11625: NULL terminate list of strings. For some reason this wasn't causing aTim Potter1-0/+1
2007-10-10r11624: Use enum names instead of magic numbers.Tim Potter1-2/+2
2007-10-10r11623: convert the dcerpc socket layer to the generic packet codeAndrew Tridgell1-149/+61
2007-10-10r11622: convert the ldap server to the generic packet codeAndrew Tridgell2-178/+103
2007-10-10r11621: some minor fixes from comments by metzeAndrew Tridgell2-3/+7
2007-10-10r11620: switch the ldap client code over to using the generic packet codeAndrew Tridgell4-173/+156
2007-10-10r11619: use the 32 bit length helper in the kdc.Andrew Tridgell1-23/+1
2007-10-10r11618: added a generic '32 bit length prefix' full packet helper to the pack...Andrew Tridgell2-4/+21
2007-10-10r11616: Replace old crc32 code with one from the FreeBSD tree.Jeremy Allison1-56/+92
2007-10-10r11611: don't use unions without a instance name, not all compilers support t...Stefan Metzmacher1-2/+2
2007-10-10r11609: fixed handling of one way requests with new send codeAndrew Tridgell1-3/+4
2007-10-10r11608: switched the kdc to use the generic packet send codeAndrew Tridgell1-40/+10
2007-10-10r11607: switched the smb server to use the generic packet send codeAndrew Tridgell3-51/+13
2007-10-10r11606: use the generic packet send code in libcli/raw/Andrew Tridgell1-77/+23
2007-10-10r11605: added handling of the send queue to the generic packet handling codeAndrew Tridgell2-0/+65
2007-10-10r11604: converted the kdc code to use the new packet lib. Andrew, I'm not sureAndrew Tridgell1-78/+67
2007-10-10r11603: converted the smb server to use the new generic packet codeAndrew Tridgell3-101/+36
2007-10-10r11602: added packet_set_serialise() to allow the generic packet layer toAndrew Tridgell2-0/+29
2007-10-10r11601: try to fix the build on IRIX 6.5 us4Stefan Metzmacher1-0/+3
2007-10-10r11600: remove unused codeStefan Metzmacher2-1678/+0
2007-10-10r11599: remove local (and broken) version of strhaslower() strhasupper()Stefan Metzmacher1-24/+0
2007-10-10r11598: fixed strhaslower() and strhasupper() to not falsely recogniseAndrew Tridgell1-4/+10
2007-10-10r11597: revert a commit by mistakeSimo Sorce1-0/+12
2007-10-10r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell6-109/+55
2007-10-10r11595: added a helper layer to parse streams into individual packets. This isAndrew Tridgell3-0/+368
2007-10-10r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell1-0/+2
2007-10-10r11593: added a data_blob_realloc() functionAndrew Tridgell1-0/+12
2007-10-10r11592: fixed a crash bug from the ldb_result changes (res was being used aft...Andrew Tridgell1-4/+6
2007-10-10r11588: Remove unused (at the moment) variable and quiet compiler warning.Rafal Szczesniak1-1/+0
2007-10-10r11586: Further work on ejs interface for libnet. The idea is to split libnetRafal Szczesniak2-4/+57
2007-10-10r11572: Add support for accountExpires and password expiry (should cause theAndrew Bartlett1-2/+32
2007-10-10r11568: Debuging aids: Let the administrator know when a key/entry expired,Andrew Bartlett1-6/+28
2007-10-10r11567: Ldb API change patch.Simo Sorce39-807/+1212
2007-10-10r11555: - change socket_wrapper to support multiple IP'sStefan Metzmacher3-61/+277
2007-10-10r11554: make us able to run without depending on 127.0.0.1Stefan Metzmacher1-6/+8
2007-10-10r11553: give an error when the lookup failedStefan Metzmacher1-7/+19
2007-10-10r11552: fix indentStefan Metzmacher1-3/+3
2007-10-10r11547: - don't do pull replication when pullIntervall is 0Stefan Metzmacher3-9/+14
2007-10-10r11546: add more errno ntstatus mappings, to get more usefull errors from soc...Stefan Metzmacher1-0/+15
2007-10-10r11545: Remove old #define.Andrew Bartlett1-8/+0
2007-10-10r11544: Allow delegation in a Samba4 realm.Andrew Bartlett1-0/+1
2007-10-10r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett14-238/+545
2007-10-10r11542: Add the netbios name type. We will need it when we start to handleAndrew Bartlett1-0/+1
2007-10-10r11541: More logical (I think...) delegation semantics.Andrew Bartlett1-10/+14
2007-10-10r11540: Some notes to myself on RFC complience.Andrew Bartlett1-0/+7
2007-10-10r11539: Fix indentation in templates. Always generate lower-caseJelmer Vernooij5-8/+10
2007-10-10r11538: More notes on things we need.Andrew Bartlett1-0/+3
2007-10-10r11537: Make the authsam_account_ok routine callable by external users (the K...Andrew Bartlett1-19/+21