gd/samba-autobuild/.git
2007-10-10 Stefan Metzmacherr3094: import all LDAP error codes from the RFC 2251
2007-10-10 Stefan Metzmacherr3093: - implment ldb_rename() and ldbrename
2007-10-10 Stefan Metzmacherr3092: prepare for build inside samba
2007-10-10 Stefan Metzmacherr3091: link only the needed stuff
2007-10-10 Stefan Metzmacherr3089: fix memleak
2007-10-10 Andrew Tridgellr3087: fixed a typo
2007-10-10 Andrew Tridgellr3086: fixed smbpid handling in the cifs backend
2007-10-10 Andrew Tridgellr3085: make the RAW-WRITE tests more robust to errors...
2007-10-10 Andrew Tridgellr3084: mincnt and maxcnt were the wrong way around...
2007-10-10 Andrew Tridgellr3083: fixed a couple of generic mapping errors found...
2007-10-10 Andrew Tridgellr3082: added a "cifs:mapgeneric" option, which tells...
2007-10-10 Andrew Tridgellr3081: several updates to ntvfs and server side async...
2007-10-10 Andrew Bartlettr3080: Make the Samba4 SAMR server pass the new, nasty...
2007-10-10 Andrew Bartlettr3079: make code more pretty :-)
2007-10-10 Andrew Bartlettr3078: Allow more things to be set as command line...
2007-10-10 Andrew Bartlettr3077: Add initial handling of Account Flags in SAMR...
2007-10-10 Andrew Bartlettr3076: Fix memory leak.
2007-10-10 Andrew Bartlettr3075: Initialise (and check for intialisation) of...
2007-10-10 Andrew Bartlettr3074: Add in a new 'field present' flag samr.idl for...
2007-10-10 Andrew Bartlettr3073: Fix bug in the handling of null-terminated ASCII...
2007-10-10 Andrew Tridgellr3064: - use UINT8_MAX and UINT16_MAX instead of hex...
2007-10-10 Andrew Tridgellr3063: our default dos charset is CP850, but some syste...
2007-10-10 Andrew Tridgellr3062: handle spaces at the start of options in lp_set_...
2007-10-10 Andrew Tridgellr3061: change a debug to help track down a charset...
2007-10-10 Tim Potterr3060: Replace magic number with a C99 constant.
2007-10-10 Andrew Tridgellr3059: completely get rid of the MAX_CONNECTIONS limit...
2007-10-10 Andrew Tridgellr3058: we don't use the bitmap code any more, delete it
2007-10-10 Andrew Tridgellr3057: - moved the idtree.c code into lib/
2007-10-10 Andrew Tridgellr3056: added a id -> pointer data structure (a type...
2007-10-10 Andrew Tridgellr3055: use talloc_zero_p()
2007-10-10 Andrew Tridgellr3054: use talloc_zero_array_p() in a couple of places
2007-10-10 Andrew Tridgellr3053: make the maxfid test use subdirectories, so...
2007-10-10 Andrew Tridgellr3052: added talloc_zero_p() and talloc_zero_array_p...
2007-10-10 Jelmer Vernooijr3047: Always include a \ again before the pipe name...
2007-10-10 Jelmer Vernooijr3046: \\PIPE\\ is internal (not actually included...
2007-10-10 Jelmer Vernooijr3045: Allow object-uuid@... binding strings
2007-10-10 Stefan Metzmacherr3044: resolve the error code for WERR_DS_OBJ_NOT_FOUND...
2007-10-10 Jelmer Vernooijr3043: Use binding strings for specifying endpoints...
2007-10-10 Stefan Metzmacherr3041: a start of a README/HOWTO for the samba4 build...
2007-10-10 Jim McDonoughr3040: Add sleeps between operations to nbench. Submit...
2007-10-10 Andrew Tridgellr3039: This solves the problem of async handlers in...
2007-10-10 Tim Potterr3036: Add function to pull an array of structures...
2007-10-10 Andrew Tridgellr3035: if the ntvfs layers prior to us have said that...
2007-10-10 Andrew Tridgellr3034: - fixed a bug in message dispatch, when the...
2007-10-10 Jelmer Vernooijr3033: Use the C struct directly if we can instead...
2007-10-10 Jelmer Vernooijr3032: Somewhat stricter syntax for binding strings:
2007-10-10 Andrew Tridgellr3031: added support for lock cancelation, which effect...
2007-10-10 Andrew Tridgellr3030: added testing of lock cancel, and some more...
2007-10-10 Andrew Tridgellr3029: implemented byte range lock timeouts.
2007-10-10 Andrew Tridgellr3028: use talloc_free() instead of talloc_unlink(...
2007-10-10 Andrew Tridgellr3027: got rid of some configure checks we don't need...
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.
next