summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell9-44/+41
2007-10-10r4950: removed some excessive debugging messagesAndrew Tridgell1-8/+0
2007-10-10r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke5-1/+308
2007-10-10r4948: Typo fixes in comments.Rafal Szczesniak1-2/+2
2007-10-10r4945: the te element isn't needed any moreAndrew Tridgell1-5/+1
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell10-37/+33
2007-10-10r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell10-158/+113
2007-10-10r4942: converted the cifs backend to not use event_context_merge(). Instead,Andrew Tridgell1-16/+21
2007-10-10r4941: - all needed data is now in sam.ldb and hacked.ldb is not needed anymo...Stefan Metzmacher2-48/+42
2007-10-10r4940: Add a variable to hold a list of typedefs for which we shouldn't generateTim Potter1-1/+20
2007-10-10r4939: make a few more private pointers type safe (this might help abartletAndrew Tridgell1-3/+6
2007-10-10r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell4-8/+15
2007-10-10r4937: simplify the connect code in the same wayAndrew Tridgell1-15/+12
2007-10-10r4936: moved to a convention where the completion function is only called inAndrew Tridgell2-24/+18
2007-10-10r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c afterAndrew Tridgell3-15/+22
2007-10-10r4930: Update my copyright.Tim Potter1-1/+1
2007-10-10r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell3-8/+57
2007-10-10r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell5-22/+22
2007-10-10r4923: Avoid using krb5-config in the path if a krb5 prefix was already set.Andrew Bartlett1-19/+21
2007-10-10r4922: fixed an infinite loop in the name resolve code when handling a methodAndrew Tridgell1-3/+1
2007-10-10r4919: if a caller doesn't provide an event context to the resolver library,Andrew Tridgell1-1/+6
2007-10-10r4916: added "host" name resolution using fork() per gethostbyname()Andrew Tridgell3-17/+270
2007-10-10r4915: free temp context _before_ the async callback, as the async callback m...Andrew Tridgell1-1/+1
2007-10-10r4914: Fill in the realm for the self-join.Andrew Bartlett1-0/+1
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