bbaumbach/samba-autobuild/.git
2007-10-10 Andrew Tridgellr3026: - added automatic retry to messages when the...
2007-10-10 Andrew Tridgellr3025: don't warn about no path in a service, as some...
2007-10-10 Andrew Tridgellr3024: run the *_connect() NTVFS initialisation operati...
2007-10-10 Andrew Tridgellr3023: added immediate send of messages when they are...
2007-10-10 Tim Potterr3022: Work on unmarshalling arrays of structs in a...
2007-10-10 Andrew Tridgellr3021: under heavy load the listen queue for messaging...
2007-10-10 Andrew Tridgellr3020: better error handling in socket_unix
2007-10-10 Andrew Tridgellr3019: make the LOCAL-MESSAGING test a 2 process test
2007-10-10 Andrew Tridgellr3018: handle STATUS_MORE_ENTRIES from socket_recv...
2007-10-10 Andrew Tridgellr3017: nicer memory handling for event_context_merge()
2007-10-10 Andrew Tridgellr3016: - converted the events code to talloc
2007-10-10 Andrew Tridgellr3015: fixed typo noticed by abartlett
2007-10-10 Andrew Tridgellr3014: got rid of the old intra-smbd messaging system...
2007-10-10 Andrew Tridgellr3013: added support for unix domain sockets in the...
2007-10-10 Andrew Tridgellr3012: added initial support for byte range locking...
2007-10-10 Andrew Tridgellr3011: separated the locktest code into a separate...
2007-10-10 Tim Potterr3010: Do some more PyInt vs PyLong checks.
2007-10-10 Tim Potterr3009: Fix up unmarshall functions to return Python...
2007-10-10 Tim Potterr3007: uint32 values need to be stored in Python longs...
2007-10-10 Jelmer Vernooijr3006: Poptify
2007-10-10 Andrew Tridgellr3005: added talloc wrappers around tdb_open() and...
2007-10-10 Andrew Tridgellr3004: removed some unused functions
2007-10-10 Tim Potterr3001: Expose unmarshalling functions for structures...
2007-10-10 Jeremy Allisonr2997: Added delete on close tests for readonly files.
2007-10-10 Tim Potterr2994: More cleanups. Move the generation of NTSTATUS...
2007-10-10 Stefan Metzmacherr2993: fix comment
2007-10-10 Stefan Metzmacherr2992: drsuapi uses WERROR not NTSTATUS
2007-10-10 Stefan Metzmacherr2991: add drsuapi_DsGetDomainControllerInfo() idl...
2007-10-10 Jelmer Vernooijr2990: Add support to pidl for autogenerating ndr_size_...
2007-10-10 Andrew Tridgellr2989: fix the printing of unions with negative cases...
2007-10-10 Andrew Tridgellr2988: this should fix support for negative switch...
2007-10-10 Andrew Tridgellr2987: added support for signed 32 bit integers in...
2007-10-10 Tim Potterr2986: Add correct value to dict when generating wrappe...
2007-10-10 Andrew Tridgellr2985: got rid of the unused tdb_lockkeys() and tdb_unl...
2007-10-10 Andrew Tridgellr2984: fixed the error code for a non-terminal componen...
2007-10-10 Andrew Tridgellr2983: report a failure if a server doesn't update...
2007-10-10 Andrew Tridgellr2982: added a test that shows the amount of time a...
2007-10-10 Jeremy Allisonr2981: Fix incorrect locks/unlocks in tdb_lockkeys...
2007-10-10 Tim Potterr2975: Try to emulate NT_STATUS_IS_ERR() functionality...
2007-10-10 Stefan Metzmacherr2974: fix the build
2007-10-10 Jelmer Vernooijr2973: Allow comma's inside parentheses in property...
2007-10-10 Stefan Metzmacherr2972: make names more consistent
2007-10-10 Stefan Metzmacherr2971: fix DsBind idl
2007-10-10 Stefan Metzmacherr2970: - give somefields names and typdef enums for...
2007-10-10 Andrew Tridgellr2969: inet_ntoa() takes an address in network byte...
2007-10-10 Andrew Tridgellr2968: fixed the byte order problem with the new RHS...
2007-10-10 Tim Potterr2967: Add some printer enum constants from Samba3...
2007-10-10 Tim Potterr2966: Handle conversion of DATA_BLOB fields from Pytho...
2007-10-10 Tim Potterr2965: Ignore *.pyc files in torture directory.
2007-10-10 Tim Potterr2964: Add spoolss to list of wrapped client functions.
2007-10-10 Tim Potterr2963: Handle structures that contain more than one...
2007-10-10 Tim Potterr2962: Tweak to get conversion function for pointers...
2007-10-10 Andrew Tridgellr2961: fixed a silly typo
2007-10-10 Andrew Tridgellr2960: during a lunchtime discussion I found out that...
2007-10-10 Andrew Tridgellr2958: the warnings from the swig code in pidl were...
2007-10-10 Jelmer Vernooijr2956: Fix towers_length for now. I'm currently working...
2007-10-10 Stefan Metzmacherr2954: add server cracknames code:
2007-10-10 Stefan Metzmacherr2953: add NTSTATUS_TALLOC_CHECK(x)
2007-10-10 Stefan Metzmacherr2952: add idl and torture test for DsCrackNames
2007-10-10 Andrew Tridgellr2951: fixed the intptr_t test for discard_const()
2007-10-10 Andrew Tridgellr2950: 0x40000 is clearer than 262144
2007-10-10 Andrew Tridgellr2949: added some range checks in samr.idl
2007-10-10 Andrew Tridgellr2948: added support for the [range(low,high)] attribut...
2007-10-10 Andrew Tridgellr2941: added pvfs_flush() implementation to the posix...
2007-10-10 Jelmer Vernooijr2940: Complain when there is an attempt to register...
2007-10-10 Jelmer Vernooijr2939: Use /* */ style comments
2007-10-10 Jelmer Vernooijr2938: Use IDL to dissect the RHS of floors in protocol...
2007-10-10 Jelmer Vernooijr2937: Make sure all memory is initialized
2007-10-10 Andrew Tridgellr2934: - changed the unixuid module to use the nt_user_...
2007-10-10 Jelmer Vernooijr2933: Only pull a union once when it occurs in a subco...
2007-10-10 Andrew Tridgellr2932: character expansion in strlower_m or strupper_m...
2007-10-10 Andrew Tridgellr2931: use next_codepoint() to ensure we properly handl...
2007-10-10 Andrew Tridgellr2930: added a security context cache to the unixuid...
2007-10-10 Andrew Tridgellr2929: longhorn does not produce sorted directory listi...
2007-10-10 Andrew Tridgellr2928: - fixed the handling of reserved names (rejectin...
2007-10-10 Andrew Tridgellr2927: imported the hash2 name mangling code from Samba...
2007-10-10 Andrew Tridgellr2926: name->dos.attrib is not valid unless name->exist...
2007-10-10 Andrew Tridgellr2925: added the definition for a new rpc fault code...
2007-10-10 Jelmer Vernooijr2922: Add note about 'server-side' binding strings
2007-10-10 Jelmer Vernooijr2921: Add a few more protocols and fix the numbers...
2007-10-10 Jelmer Vernooijr2920: Support passing a handle to a SAMR pipe to a...
2007-10-10 Andrew Tridgellr2916: longhorn client doesn't bother setting the direc...
2007-10-10 Jelmer Vernooijr2915: Open domain first before enumerating users and...
2007-10-10 Jelmer Vernooijr2914: ... and support enumerating values (data is...
2007-10-10 Jelmer Vernooijr2913: - Don't print hive name if it is NULL (regtree)
2007-10-10 Volker Lendecker2912: Test for the sort-of weird file stamp semantics...
2007-10-10 Jelmer Vernooijr2911: Fix bug in opening relative keys
2007-10-10 Andrew Tridgellr2910: I noticed that the samr torture test was doing...
2007-10-10 Andrew Tridgellr2909: fix some RAW-SEARCH torture mem leaks
2007-10-10 Simo Sorcer2908: fix typo
2007-10-10 Andrew Tridgellr2907: auto destroy iconv memory handles on exit, to...
2007-10-10 Andrew Tridgellr2906: fixed a memory leak in the smbclient -L code
2007-10-10 Andrew Tridgellr2904: - fixed the old style SMBsearch to return the...
2007-10-10 Andrew Tridgellr2903: a considerably more efficient (both in terms...
2007-10-10 Andrew Tridgellr2902: make toupper_w() and tolower_w() slightly faster...
2007-10-10 Andrew Tridgellr2901: if we can't load upcase.dat or lowcase.dat then...
2007-10-10 Andrew Tridgellr2900: rusty pointed out to me that discard_const(...
2007-10-10 Jelmer Vernooijr2898: - Support enumerating remote registry values
2007-10-10 Jelmer Vernooijr2897: Fix double registration (of the registry subsyst...
2007-10-10 Jelmer Vernooijr2896: Add torture test for EnumValue()
next