Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4927: parse the NBT session request in the smb server. This gets rid of that | Andrew Tridgell | 3 | -8/+57 |
2007-10-10 | r4924: continue the effort to simplify and generalise the composite | Andrew Tridgell | 5 | -22/+22 |
2007-10-10 | r4923: Avoid using krb5-config in the path if a krb5 prefix was already set. | Andrew Bartlett | 1 | -19/+21 |
2007-10-10 | r4922: fixed an infinite loop in the name resolve code when handling a method | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r4919: if a caller doesn't provide an event context to the resolver library, | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r4916: added "host" name resolution using fork() per gethostbyname() | Andrew Tridgell | 3 | -17/+270 |
2007-10-10 | r4915: free temp context _before_ the async callback, as the async callback m... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4914: Fill in the realm for the self-join. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r4911: make sure we fill in the transport called name on port 445 as well | Andrew Tridgell | 1 | -6/+9 |
2007-10-10 | r4909: fixed name_trn_id generation (thanks to metze for spotting the bug!) | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r4901: a bit more info on nbt packets under high debug level | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r4900: build fix for IRIX 6.5 | Andrew Tridgell | 2 | -5/+5 |
2007-10-10 | r4899: fixed build | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r4898: - removed the unused wins_srv_*() code | Andrew Tridgell | 11 | -506/+375 |
2007-10-10 | r4897: Unbreak the LDAP server. Somehow the generic service structures | Andrew Bartlett | 1 | -7/+8 |
2007-10-10 | r4896: make sure the event context doesn't go away while waiting for event co... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4895: I missed this in my previous 'use secrets.ldb' commit. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r4894: namecache.c is not used any more either | Andrew Tridgell | 1 | -247/+0 |
2007-10-10 | r4893: Move to using secrets.ldb for the Kerberos verify, instead of | Andrew Bartlett | 1 | -12/+33 |
2007-10-10 | r4892: we don't need nameserv.h any more | Andrew Tridgell | 2 | -659/+0 |
2007-10-10 | r4891: - added a generic resolve_name() async interface in libcli/resolve/, | Andrew Tridgell | 20 | -2768/+452 |
2007-10-10 | r4890: Try to cope with mechanism mismatch in the client speaks first version | Andrew Bartlett | 1 | -7/+98 |
2007-10-10 | r4889: make sure ndr print flags are initialised in ndrdump | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4888: use the neater calling convention | Andrew Tridgell | 1 | -31/+8 |
2007-10-10 | r4887: removed a bogus cast | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4886: fixed two places where we process the send side of a socket after the | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r4885: added a new NBT client library. Features include: | Andrew Tridgell | 12 | -14/+1269 |
2007-10-10 | r4884: - 2nd part of support ndr_size_ generation on unions as well as struct... | Andrew Tridgell | 4 | -426/+514 |
2007-10-10 | r4883: support ndr_size_ generation on unions as well as structures | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r4865: Fix up subtree name when dissecting unions. E.g in LSA, The subtree | Tim Potter | 1 | -7/+23 |
2007-10-10 | r4863: schema_find_attribute() should be static | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4862: - better structure schema tests | Simo Sorce | 10 | -31/+54 |
2007-10-10 | r4859: changed a numbe rof things: | Simo Sorce | 1 | -244/+150 |
2007-10-10 | r4858: a better fix for alignment of enumerated types (I'm not even sure why | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r4844: - Remove the unused attrsyn structure | Simo Sorce | 1 | -175/+164 |
2007-10-10 | r4843: fixed the alignment handling of enumerated types | Andrew Tridgell | 2 | -0/+7 |
2007-10-10 | r4842: Set the end of a structure so that when you click on the proto tree, | Tim Potter | 1 | -0/+4 |
2007-10-10 | r4841: Handle levels that are signed integer types. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r4833: added LOCAL-SOCKET to the list of tests that are expected to pass | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4832: added simple testing of tcp sockets to LOCAL-SOCKET test | Andrew Tridgell | 1 | -0/+108 |
2007-10-10 | r4831: added udp support to our generic sockets library. | Andrew Tridgell | 8 | -79/+345 |
2007-10-10 | r4828: don't apply the schema until we get it working properly | Andrew Tridgell | 1 | -37387/+0 |
2007-10-10 | r4819: its just not my day today .... | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r4818: missed version.h here | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4817: ccache was being made ineffective on all the build farm machines | Andrew Tridgell | 7 | -1/+6 |
2007-10-10 | r4816: Note that NTTIME is 4-byte aligned which makes the comment about align... | Tim Potter | 1 | -1/+1 |
2007-10-10 | r4815: Handle uint8 and uint16 bitmap types. | Tim Potter | 1 | -3/+10 |
2007-10-10 | r4814: cope with perl not being in /usr/bin for idl building | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4813: this is a temporary solution to a link problem we have on some | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4812: removed dependence on Data::Dumper | Andrew Tridgell | 1 | -1/+0 |