summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r4959: fix compiler warningStefan Metzmacher2007-10-101-2/+2
* r4958: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r4957: the fetchfile _recv() function was neglecting to steal the data andAndrew Tridgell2007-10-101-1/+11
* r4956: - moved the definition of the mangle context structure into a pvfs_sho...Andrew Tridgell2007-10-102-36/+35
* r4955: fixed a couple of minor memory leaks in the auth_sam codeAndrew Tridgell2007-10-101-1/+11
* r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell2007-10-102-37/+3
* r4953: - enable easy valgrind use in all our test scriptsAndrew Tridgell2007-10-103-2/+14
* r4952: removed a bogus talloc_steal() that was trying to cope with theAndrew Tridgell2007-10-101-1/+0
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2007-10-109-44/+41
* r4950: removed some excessive debugging messagesAndrew Tridgell2007-10-101-8/+0
* r4949: First version of a fetchfile composite function which connects to a se...Volker Lendecke2007-10-105-1/+308
* r4948: Typo fixes in comments.Rafal Szczesniak2007-10-101-2/+2
* r4945: the te element isn't needed any moreAndrew Tridgell2007-10-101-5/+1
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-1010-37/+33
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-1010-158/+113
* r4942: converted the cifs backend to not use event_context_merge(). Instead,Andrew Tridgell2007-10-101-16/+21
* r4941: - all needed data is now in sam.ldb and hacked.ldb is not needed anymo...Stefan Metzmacher2007-10-102-48/+42
* r4940: Add a variable to hold a list of typedefs for which we shouldn't generateTim Potter2007-10-101-1/+20
* r4939: make a few more private pointers type safe (this might help abartletAndrew Tridgell2007-10-101-3/+6
* r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell2007-10-104-8/+15
* r4937: simplify the connect code in the same wayAndrew Tridgell2007-10-101-15/+12
* r4936: moved to a convention where the completion function is only called inAndrew Tridgell2007-10-102-24/+18
* r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c afterAndrew Tridgell2007-10-103-15/+22
* r4930: Update my copyright.Tim Potter2007-10-101-1/+1
* r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell2007-10-103-8/+57
* r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell2007-10-105-22/+22
* r4923: Avoid using krb5-config in the path if a krb5 prefix was already set.Andrew Bartlett2007-10-101-19/+21
* r4922: fixed an infinite loop in the name resolve code when handling a methodAndrew Tridgell2007-10-101-3/+1
* r4919: if a caller doesn't provide an event context to the resolver library,Andrew Tridgell2007-10-101-1/+6
* r4916: added "host" name resolution using fork() per gethostbyname()Andrew Tridgell2007-10-103-17/+270
* r4915: free temp context _before_ the async callback, as the async callback m...Andrew Tridgell2007-10-101-1/+1
* r4914: Fill in the realm for the self-join.Andrew Bartlett2007-10-101-0/+1
* r4911: make sure we fill in the transport called name on port 445 as wellAndrew Tridgell2007-10-101-6/+9
* 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