gd/samba-autobuild/.git
2007-10-10 Andrew Tridgellr3142: fill in all the ntcreatex response fields explic...
2007-10-10 Jelmer Vernooijr3136: - Allow specifying socket type when adding smbd...
2007-10-10 Andrew Tridgellr3135: split the "create new" logic out from the "open...
2007-10-10 Andrew Tridgellr3134: use struct idr_context * in tid allocation
2007-10-10 Andrew Tridgellr3133: - more consistent error checking in rename and...
2007-10-10 Andrew Tridgellr3132: - fixed a type conflict found by talloc_array_p()
2007-10-10 Andrew Tridgellr3131: - make map_nt_error_from_unix() return NT_STATUS...
2007-10-10 Andrew Tridgellr3130: - added a LOCAL-IDTREE test suite
2007-10-10 Volker Lendecker3129: typo
2007-10-10 Andrew Bartlettr3128: Return the correct error code for a secrets...
2007-10-10 Andrew Tridgellr3127: added the initial code for the open files databa...
2007-10-10 Andrew Tridgellr3126: in the brlock code I had used a void* for the...
2007-10-10 Jelmer Vernooijr3125: Store object UUID directly instead of using...
2007-10-10 Jelmer Vernooijr3124: Add dcerpc_binding_from_tower()
2007-10-10 Jelmer Vernooijr3123: Add dcerpc_binding_build_tower()
2007-10-10 Jelmer Vernooijr3118: Eliminate struct dcesrv_ep_description and repla...
2007-10-10 Andrew Bartlettr3115: Bugfixes and extra debug in our kerberos verify...
2007-10-10 Jelmer Vernooijr3114: - More work on merging the various structs that...
2007-10-10 Stefan Metzmacherr3113: make us able to generate the PAC with the same...
2007-10-10 Jelmer Vernooijr3112: Fix two more instances of epm_towers (sorry...
2007-10-10 Jelmer Vernooijr3111: Add a few more protocol identifiers, rhs for...
2007-10-10 Andrew Bartlettr3110: Fix the krb5 client and server, so that it doesn...
2007-10-10 Andrew Bartlettr3109: Give krbtgt and our machine account a random...
2007-10-10 Andrew Tridgellr3108: try to cope with servers that put FILE_ATTRIBUTE...
2007-10-10 Andrew Tridgellr3107: slight tweak to the openx -> ntcreatex mapping...
2007-10-10 Andrew Tridgellr3106: don't call a tree disconnect in the cifs backend...
2007-10-10 Andrew Tridgellr3105: using __location__ instead of __LINE__ to give...
2007-10-10 Andrew Bartlettr3104: My Win2k3 server, with current updates, still...
2007-10-10 Andrew Tridgellr3103: use a destructor to ensure that on abnormnal...
2007-10-10 Stefan Metzmacherr3102: typo
2007-10-10 Stefan Metzmacherr3101: some minor fixes
2007-10-10 Stefan Metzmacherr3100: support 'bin/smbclient //w2k3-101/c$ -U \\admini...
2007-10-10 Stefan Metzmacherr3099: implment sldb_ModifyDN()
2007-10-10 Stefan Metzmacherr3098: - fix segfault in sldb_Compare()
2007-10-10 Stefan Metzmacherr3097: - an empty string is a valid DN
2007-10-10 Stefan Metzmacherr3096: typo
2007-10-10 Stefan Metzmacherr3095: - fix a free'ing of msg.dn
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
next