s4: fix various warnings (not "const" related ones)
[sfrench/samba-autobuild/.git] / source4 / libcli / composite /
2007-10-10 Andrew Tridgellr4936: moved to a convention where the completion funct...
2007-10-10 Andrew Tridgellr4935: fixed a bug where "c->status = xxx_handler(x...
2007-10-10 Andrew Tridgellr4924: continue the effort to simplify and generalise...
2007-10-10 Andrew Tridgellr4911: make sure we fill in the transport called name...
2007-10-10 Andrew Tridgellr4891: - added a generic resolve_name() async interfac...
2007-10-10 Andrew Tridgellr4795: stronget type checking in composite connect...
2007-10-10 Andrew Tridgellr4791: used the new talloc type safety macros to make...
2007-10-10 Andrew Tridgellr4783: got rid of another void* in the composite code...
2007-10-10 Andrew Tridgellr4782: volker quite rightly pointed out that there...
2007-10-10 Andrew Tridgellr4778: I forgot to set the session key for the spnego...
2007-10-10 Andrew Tridgellr4777: added a smb_composite_sesssetup() async composit...
2007-10-10 Andrew Tridgellr4769: added a smb_composite_connect() function that...
2007-10-10 Andrew Tridgellr4754: tidied up the composite function infrastructure...
2007-10-10 Andrew Tridgellr4710: added a smb_composite_savefile() function, and...
2007-10-10 Andrew Tridgellr4700: first attempt at a composite async function...