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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5550: Initialise retry count - valgrind was freaking out because this value
Tim Potter
1
-0
/
+1
2007-10-10
r5540: - some more input checking in OpenPrinerEx()
Stefan Metzmacher
1
-12
/
+93
2007-10-10
r5539: more bad name checks and don't check for \\localhost and \\127.0.0.1
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r5538: Fix typo in comment -- non-existant constant name mentioned
Alexander Bokovoy
1
-1
/
+1
2007-10-10
r5537: - make use of bitmaps and enums
Stefan Metzmacher
2
-49
/
+168
2007-10-10
r5533: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...
Jeremy Allison
1
-0
/
+7
2007-10-10
r5516: NT4 doesn't support GetPrinterDataEx()
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r5515: fix PrinterInfo3
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r5506: Simplify the use of subcontexts and make them a bit less a special case.
Jelmer Vernooij
2
-160
/
+157
2007-10-10
r5505: make usage of bitmap's :-)
Stefan Metzmacher
1
-1
/
+8
2007-10-10
r5504: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5503: - add torture test which tests for invalid printernames
Stefan Metzmacher
3
-61
/
+179
2007-10-10
r5502: announce us as a print server by default
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r5501: check the return of talloc with the NT_STATUS_HAVE_NO_MEMORY()
Stefan Metzmacher
2
-15
/
+12
2007-10-10
r5500: ntvfs modules that are the final backend needs to set the
Stefan Metzmacher
1
-0
/
+8
2007-10-10
r5499: Commit forgotten change what tridge immediately pointed out
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r5498: fix OpenPrinter() idl and torture test
Stefan Metzmacher
2
-24
/
+21
2007-10-10
r5494: Some more code simplification, some additional comments.
Jelmer Vernooij
2
-58
/
+46
2007-10-10
r5493: Some code simplification
Jelmer Vernooij
1
-38
/
+30
2007-10-10
r5492: Update example coclass, autogenerate some parts.
Jelmer Vernooij
3
-30
/
+48
2007-10-10
r5491: Don't load the DCOM-specific services by default (yet)
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5490: The big (D)COM commit! :-) Contains most of the changes described in the
Jelmer Vernooij
29
-622
/
+793
2007-10-10
r5489: hide handwritten pull/push/print code from the caller
Stefan Metzmacher
5
-319
/
+806
2007-10-10
r5488: - let the request be a child of the pipe struct
Stefan Metzmacher
1
-13
/
+19
2007-10-10
r5487: - Allow disabling modules
Jelmer Vernooij
6
-23
/
+16
2007-10-10
r5486: - Use references to interfaces in coclasses rather then
Jelmer Vernooij
4
-385
/
+388
2007-10-10
r5485: Support nopull,nopush in header.pm as well.
Jelmer Vernooij
1
-3
/
+7
2007-10-10
r5480: allow nopush and nopull on functions
Stefan Metzmacher
1
-6
/
+10
2007-10-10
r5479: Add ODL input support.
Jelmer Vernooij
6
-32
/
+70
2007-10-10
r5478: Bunch of small optimizations and generalizations.
Jelmer Vernooij
3
-32
/
+39
2007-10-10
r5477: - Move some more of the typelist stuff out of ndr.pm
Jelmer Vernooij
3
-1
/
+20
2007-10-10
r5476: Move ORPC extensions to DCE/RPC into seperate file.
Jelmer Vernooij
4
-200
/
+216
2007-10-10
r5475: Move some existing and new type information functions to typelist.pm
Jelmer Vernooij
4
-125
/
+108
2007-10-10
r5474: Remove random notes put in code.
Rafal Szczesniak
1
-1
/
+0
2007-10-10
r5472: First approach to composite rpc call fetchin user info.
Rafal Szczesniak
1
-0
/
+229
2007-10-10
r5466: Put the type information list in a seperate module
Jelmer Vernooij
4
-39
/
+80
2007-10-10
r5465: Add support to multiple levels of pointers in pidl.
Jelmer Vernooij
5
-81
/
+151
2007-10-10
r5464: Simplify print function generator code.
Jelmer Vernooij
1
-57
/
+27
2007-10-10
r5463: Make need_wire_pointer() return the number of required
Jelmer Vernooij
1
-7
/
+7
2007-10-10
r5454: moved the WINS server code into its own directory
Andrew Tridgell
6
-10
/
+19
2007-10-10
r5453: Treat "embedded" arrays (surrounding structures) somewhat
Jelmer Vernooij
2
-24
/
+44
2007-10-10
r5452: Add implementation + torture test for echo_Surrounding
Jelmer Vernooij
2
-0
/
+49
2007-10-10
r5451: - added separate wrepl_associate(), wrepl_pull_table() and wrepl_pull_...
Andrew Tridgell
4
-87
/
+343
2007-10-10
r5450: Add test function for "embedded" conformant arrays
Jelmer Vernooij
1
-0
/
+9
2007-10-10
r5449: More array handling cleanups. This should make the code more
Jelmer Vernooij
1
-11
/
+24
2007-10-10
r5448: another portability fix for solaris
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5447: Add some utility functions for arrays and use them.
Jelmer Vernooij
2
-38
/
+63
2007-10-10
r5446: fix pulling of arrays in EnumXXX functions
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r5445: move FormInfo1 struct to the place where it's used
Stefan Metzmacher
1
-11
/
+11
2007-10-10
r5443: Fix HeaderProperties(). Not re-enabling yet because I don't know why it
Jelmer Vernooij
1
-15
/
+22
[next]