summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4911: make sure we fill in the transport called name on port 445 as wellAndrew Tridgell1-6/+9
2007-10-10r4909: fixed name_trn_id generation (thanks to metze for spotting the bug!)Andrew Tridgell1-1/+3
2007-10-10r4901: a bit more info on nbt packets under high debug levelAndrew Tridgell1-2/+5
2007-10-10r4900: build fix for IRIX 6.5Andrew Tridgell2-5/+5
2007-10-10r4899: fixed buildAndrew Tridgell1-5/+5
2007-10-10r4898: - removed the unused wins_srv_*() codeAndrew Tridgell11-506/+375
2007-10-10r4897: Unbreak the LDAP server. Somehow the generic service structuresAndrew Bartlett1-7/+8
2007-10-10r4896: make sure the event context doesn't go away while waiting for event co...Andrew Tridgell1-1/+1
2007-10-10r4895: I missed this in my previous 'use secrets.ldb' commit.Andrew Bartlett1-0/+2
2007-10-10r4894: namecache.c is not used any more eitherAndrew Tridgell1-247/+0
2007-10-10r4893: Move to using secrets.ldb for the Kerberos verify, instead ofAndrew Bartlett1-12/+33
2007-10-10r4892: we don't need nameserv.h any moreAndrew Tridgell2-659/+0
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell20-2768/+452
2007-10-10r4890: Try to cope with mechanism mismatch in the client speaks first versionAndrew Bartlett1-7/+98
2007-10-10r4889: make sure ndr print flags are initialised in ndrdumpAndrew Tridgell1-1/+2
2007-10-10r4888: use the neater calling conventionAndrew Tridgell1-31/+8
2007-10-10r4887: removed a bogus castAndrew Tridgell1-1/+1
2007-10-10r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell2-0/+2
2007-10-10r4885: added a new NBT client library. Features include:Andrew Tridgell12-14/+1269
2007-10-10r4884: - 2nd part of support ndr_size_ generation on unions as well as struct...Andrew Tridgell4-426/+514
2007-10-10r4883: support ndr_size_ generation on unions as well as structuresAndrew Tridgell1-1/+6
2007-10-10r4865: Fix up subtree name when dissecting unions. E.g in LSA, The subtreeTim Potter1-7/+23
2007-10-10r4863: schema_find_attribute() should be staticAndrew Tridgell1-1/+1
2007-10-10r4862: - better structure schema testsSimo Sorce10-31/+54
2007-10-10r4859: changed a numbe rof things:Simo Sorce1-244/+150
2007-10-10r4858: a better fix for alignment of enumerated types (I'm not even sure whyAndrew Tridgell1-4/+4
2007-10-10r4844: - Remove the unused attrsyn structureSimo Sorce1-175/+164
2007-10-10r4843: fixed the alignment handling of enumerated typesAndrew Tridgell2-0/+7
2007-10-10r4842: Set the end of a structure so that when you click on the proto tree,Tim Potter1-0/+4
2007-10-10r4841: Handle levels that are signed integer types.Tim Potter1-1/+1
2007-10-10r4833: added LOCAL-SOCKET to the list of tests that are expected to passAndrew Tridgell1-0/+1
2007-10-10r4832: added simple testing of tcp sockets to LOCAL-SOCKET testAndrew Tridgell1-0/+108
2007-10-10r4831: added udp support to our generic sockets library.Andrew Tridgell8-79/+345
2007-10-10r4828: don't apply the schema until we get it working properlyAndrew Tridgell1-37387/+0
2007-10-10r4819: its just not my day today ....Andrew Tridgell2-0/+2
2007-10-10r4818: missed version.h hereAndrew Tridgell1-0/+1
2007-10-10r4817: ccache was being made ineffective on all the build farm machinesAndrew Tridgell7-1/+6
2007-10-10r4816: Note that NTTIME is 4-byte aligned which makes the comment about align...Tim Potter1-1/+1
2007-10-10r4815: Handle uint8 and uint16 bitmap types.Tim Potter1-3/+10
2007-10-10r4814: cope with perl not being in /usr/bin for idl buildingAndrew Tridgell1-1/+1
2007-10-10r4813: this is a temporary solution to a link problem we have on someAndrew Tridgell1-1/+2
2007-10-10r4812: removed dependence on Data::DumperAndrew Tridgell1-1/+0
2007-10-10r4811: now that the event context is at the socket level, the event cleanupAndrew Tridgell2-1/+13
2007-10-10r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...Andrew Tridgell1-2/+6
2007-10-10r4806: - add some data to the configuration naming contextStefan Metzmacher2-15/+270
2007-10-10r4804: add more emuns and bitmapsStefan Metzmacher1-9/+26
2007-10-10r4801: remove the two bogus ctype.h includesAndrew Tridgell1-2/+0
2007-10-10r4800: proper fix for the _GNU_SOURCE problem with comparison_fn_tAndrew Tridgell1-11/+1
2007-10-10r4799: comparison_fn_t is under __USE_GNU on GNU systems, therefore, we need ...Alexander Bokovoy1-0/+5
2007-10-10r4798: When dissecting structures, name the protocol tree after the field name,Tim Potter1-2/+2