summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r5477: - Move some more of the typelist stuff out of ndr.pmJelmer Vernooij2007-10-103-1/+20
* r5476: Move ORPC extensions to DCE/RPC into seperate file.Jelmer Vernooij2007-10-104-200/+216
* r5475: Move some existing and new type information functions to typelist.pmJelmer Vernooij2007-10-104-125/+108
* r5474: Remove random notes put in code.Rafal Szczesniak2007-10-101-1/+0
* r5472: First approach to composite rpc call fetchin user info.Rafal Szczesniak2007-10-101-0/+229
* r5466: Put the type information list in a seperate moduleJelmer Vernooij2007-10-104-39/+80
* r5465: Add support to multiple levels of pointers in pidl.Jelmer Vernooij2007-10-105-81/+151
* r5464: Simplify print function generator code.Jelmer Vernooij2007-10-101-57/+27
* r5463: Make need_wire_pointer() return the number of requiredJelmer Vernooij2007-10-101-7/+7
* r5454: moved the WINS server code into its own directoryAndrew Tridgell2007-10-106-10/+19
* r5453: Treat "embedded" arrays (surrounding structures) somewhatJelmer Vernooij2007-10-102-24/+44
* r5452: Add implementation + torture test for echo_SurroundingJelmer Vernooij2007-10-102-0/+49
* r5451: - added separate wrepl_associate(), wrepl_pull_table() and wrepl_pull_...Andrew Tridgell2007-10-104-87/+343
* r5450: Add test function for "embedded" conformant arraysJelmer Vernooij2007-10-101-0/+9
* r5449: More array handling cleanups. This should make the code moreJelmer Vernooij2007-10-101-11/+24
* r5448: another portability fix for solarisAndrew Tridgell2007-10-101-1/+1
* r5447: Add some utility functions for arrays and use them.Jelmer Vernooij2007-10-102-38/+63
* r5446: fix pulling of arrays in EnumXXX functionsStefan Metzmacher2007-10-101-0/+6
* r5445: move FormInfo1 struct to the place where it's usedStefan Metzmacher2007-10-101-11/+11
* r5443: Fix HeaderProperties(). Not re-enabling yet because I don't know why itJelmer Vernooij2007-10-101-15/+22
* r5442: Use argument list generator functions from NdrParser in NdrHeaderJelmer Vernooij2007-10-102-31/+15
* r5441: Put push, pull and print arguments in hash as wellJelmer Vernooij2007-10-101-64/+96
* r5440: Some more generalizationsJelmer Vernooij2007-10-101-38/+16
* r5439: (hopefully) fix build on older perls. Thanks to tridge for pointing th...Jelmer Vernooij2007-10-101-4/+4
* r5438: Keep new CFLAGS if the compiler accepted them.Jelmer Vernooij2007-10-101-1/+1
* r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij2007-10-105-58/+67
* r5427: NTSTATUS is treated by pidl as a 'real' scalar now.Jelmer Vernooij2007-10-101-2/+2
* r5426: Warn about embedded ref pointers.Jelmer Vernooij2007-10-102-1/+10
* r5425: Convert function tables to new structure (with description)Rafal Szczesniak2007-10-103-46/+14
* r5424: Automatically generate basic help display on basis of nameRafal Szczesniak2007-10-101-50/+31
* r5423: Change function table structure to allow short descriptionRafal Szczesniak2007-10-101-1/+1
* r5422: Fix ethereal parser generator.Jelmer Vernooij2007-10-102-87/+87
* r5418: - added version numbers to WINS database records in preparation for ad...Andrew Tridgell2007-10-104-4/+84
* r5417: Add wrapper function for typedefs hash rather then using the "our" key...Jelmer Vernooij2007-10-103-23/+49
* r5416: nicer output when trying to replicate with a server that hasn't been s...Andrew Tridgell2007-10-101-0/+6
* r5415: added a NBT-WINSREPLICATION torture test. It asks the server for theAndrew Tridgell2007-10-103-2/+203
* r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell2007-10-1010-39/+579
* r5413: enable standard samba command line options in ndrdump (so -d works)Andrew Tridgell2007-10-101-0/+1
* r5412: don't force initial debug level up in ndrdumpAndrew Tridgell2007-10-101-2/+0
* r5411: make network interface selection a bit sanerAndrew Tridgell2007-10-107-5/+27
* r5410: Automatically determine indenting for the ndr parsersJelmer Vernooij2007-10-101-318/+460
* r5409: - add a gtk events pluginStefan Metzmacher2007-10-107-36/+407
* r5408: - added testing for the behaviour of the special 0x1c nameAndrew Tridgell2007-10-106-13/+31
* r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher2007-10-106-191/+701
* r5406: fixed dependencies for the WREPL subsystemAndrew Tridgell2007-10-101-1/+1
* r5405: try to use NBT name pointers when a netbios name is repeated in a NBTAndrew Tridgell2007-10-101-7/+25
* r5404: allow spaces in the string representation of nbt namesAndrew Tridgell2007-10-101-3/+4
* r5403: a simple WINS benchmarking programAndrew Tridgell2007-10-103-1/+300
* r5402: a initial attempt at a IDL definition of the WINS replication protocolAndrew Tridgell2007-10-103-2/+147
* r5401: using talloc_array() is neater hereAndrew Tridgell2007-10-101-1/+1