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