index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* you can't have two parameters with the same name (pidl doesn't enforce
Andrew Tridgell
2003-11-22
1
-3
/
+3
*
Convert all NTSTATUS return codes to WERROR.
Tim Potter
2003-11-22
2
-53
/
+334
*
added Parse::RecDescent module into pidl to ensure we all use the same
Andrew Tridgell
2003-11-22
4
-1
/
+3058
*
added some explanations for epmapper IDL and dom_sid2
Andrew Tridgell
2003-11-22
2
-1
/
+24
*
fixed a bug with pushing non-pointer unions
Andrew Tridgell
2003-11-21
1
-1
/
+3
*
fix a smbtorture memory leak
Andrew Tridgell
2003-11-21
1
-7
/
+2
*
cleaner handling of relative pointers to strings
Andrew Tridgell
2003-11-21
1
-3
/
+3
*
don't ignore .h files here
Andrew Tridgell
2003-11-21
1
-1
/
+1
*
forgot to commit this, sorry
Andrew Tridgell
2003-11-21
1
-0
/
+41
*
print out the UUIDs from the end point mapper
Andrew Tridgell
2003-11-21
1
-0
/
+7
*
* changed the way strings are handled in pidl to a much more general
Andrew Tridgell
2003-11-21
24
-283
/
+683
*
Implement DeleteKey, DeleteValue, FlushKey.
Tim Potter
2003-11-21
2
-6
/
+63
*
Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.
Tim Potter
2003-11-21
5
-3
/
+337
*
More work on eventlog - still doesn't work. (-:
Tim Potter
2003-11-21
2
-10
/
+38
*
avoid calling the print routines completely if debug level < 2
Andrew Tridgell
2003-11-21
1
-6
/
+7
*
only display really verbose packet dumps when smbtorture is run at
Andrew Tridgell
2003-11-21
1
-2
/
+6
*
added 4 more levels to samr_QueryDisplayInfo()
Andrew Tridgell
2003-11-21
5
-62
/
+106
*
added support for 'ascstr', a ascii string in MSRPC !
Andrew Tridgell
2003-11-21
2
-5
/
+6
*
ignore generated idl.pm
Andrew Tridgell
2003-11-20
1
-1
/
+2
*
Todd Sabin pointed out that a couple of the values I marked as hyper_t
Andrew Tridgell
2003-11-20
1
-3
/
+10
*
we now use a copy of pidl inside the samba4 source tree at
Andrew Tridgell
2003-11-20
3
-12851
/
+4
*
Add initial work on eventlog - doesn't quite work yet.
Tim Potter
2003-11-20
5
-7
/
+135
*
added samr_QueryDisplayInfo() (only level 1 so far)
Andrew Tridgell
2003-11-20
2
-1
/
+57
*
* fixed libndr.h header
Andrew Tridgell
2003-11-20
3
-34
/
+12
*
moved the pidl auto-generated files out of CVS
Andrew Tridgell
2003-11-20
30
-34011
/
+19
*
extensive samr_SetUserInfo/samr_QueryUserInfo testing, with
Andrew Tridgell
2003-11-20
4
-35
/
+59
*
* fixed level2 of QueryUserInfo
Andrew Tridgell
2003-11-20
13
-25
/
+223
*
make sure we don't try to use c++ style variable declaration
Andrew Tridgell
2003-11-20
1
-1
/
+5
*
started on samr_SetUserInfo()
Andrew Tridgell
2003-11-20
8
-53
/
+686
*
fixed pushing structures containing pointers inside unions
Andrew Tridgell
2003-11-20
1
-1
/
+1
*
a bit neater way of emitting code
Andrew Tridgell
2003-11-20
3
-210
/
+217
*
fixed a comment
Andrew Tridgell
2003-11-20
1
-1
/
+1
*
* cope with pidl not being in $HOME/pidl
Andrew Tridgell
2003-11-20
2
-3
/
+9
*
fixed srvsvc_NetShareEnumAll()
Andrew Tridgell
2003-11-20
4
-163
/
+37
*
Add a 1004 level for srvsvc.
Richard Sharpe
2003-11-20
4
-1
/
+170
*
use a precompiled grammer in pidl. This speeds up pidl by about a
Andrew Tridgell
2003-11-20
7
-8
/
+12860
*
Added ATSVC pipe.
Tim Potter
2003-11-20
8
-3
/
+843
*
added samr_LookupRids() and test code
Andrew Tridgell
2003-11-20
5
-16
/
+120
*
added samr_LookupNames() and test code
Andrew Tridgell
2003-11-20
10
-46
/
+127
*
avoid compiler warnings for unused variables with [relative] pointers
Andrew Tridgell
2003-11-20
1
-1
/
+2
*
its LoadStructure() in util.pm that doesn't like strict perl - any
Andrew Tridgell
2003-11-20
1
-11
/
+9
*
damn, "use strict;" in util.pm breaks pidl - but why?
Andrew Tridgell
2003-11-20
2
-1
/
+1
*
use strict perl package everywhere for error checking
Andrew Tridgell
2003-11-20
5
-2
/
+6
*
make the echo idl match the win32 IDL again
Andrew Tridgell
2003-11-20
4
-7
/
+7
*
EnumPrinterData in spoolss now works
Andrew Tridgell
2003-11-20
6
-9
/
+77
*
* added a 'lstring' type for spoolss
Andrew Tridgell
2003-11-20
3
-4
/
+19
*
some errors are expected in SAMR and LSA tests - don't fail the test
Andrew Tridgell
2003-11-20
2
-0
/
+18
*
* changed to midl syntax using [case(x)] instead of case(x)
Andrew Tridgell
2003-11-20
10
-357
/
+127
*
* added support for empty case elements (including default cases)
Andrew Tridgell
2003-11-20
3
-30
/
+49
*
make the socket send code a little clearer
Andrew Tridgell
2003-11-20
1
-1
/
+5
[prev]
[next]