index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
composite
/
loadfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5126: the composite code is no longer client specific or smb specific, so
Andrew Tridgell
1
-11
/
+11
2007-10-10
r4936: moved to a convention where the completion function is only called in
Andrew Tridgell
1
-12
/
+9
2007-10-10
r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c after
Andrew Tridgell
1
-4
/
+7
2007-10-10
r4924: continue the effort to simplify and generalise the composite
Andrew Tridgell
1
-4
/
+5
2007-10-10
r4791: used the new talloc type safety macros to make the "void *private"
Andrew Tridgell
1
-6
/
+6
2007-10-10
r4783: got rid of another void* in the composite code. This brings us down to
Andrew Tridgell
1
-30
/
+24
2007-10-10
r4782: volker quite rightly pointed out that there is too much of a
Andrew Tridgell
1
-50
/
+56
2007-10-10
r4754: tidied up the composite function infrastructure to make it easier to
Andrew Tridgell
1
-24
/
+35
2007-10-10
r4710: added a smb_composite_savefile() function, and expanded the test suite...
Andrew Tridgell
1
-10
/
+2
2007-10-10
r4700: first attempt at a composite async function, smb_composite_loadfile(),
Andrew Tridgell
1
-0
/
+289