summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3079: make code more pretty :-)Andrew Bartlett2-5/+5
2007-10-10r3078: Allow more things to be set as command line options to provision.Andrew Bartlett1-4/+6
2007-10-10r3077: Add initial handling of Account Flags in SAMR user info level 21 and 25.Andrew Bartlett1-0/+9
2007-10-10r3076: Fix memory leak.Andrew Bartlett1-1/+3
2007-10-10r3075: Initialise (and check for intialisation) of the private pointer toAndrew Bartlett2-2/+8
2007-10-10r3074: Add in a new 'field present' flag samr.idl for the Account FlagsAndrew Bartlett2-44/+195
2007-10-10r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett2-1/+19
2007-10-10r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell5-6/+14
2007-10-10r3063: our default dos charset is CP850, but some systems don't have that, soAndrew Tridgell1-0/+14
2007-10-10r3062: handle spaces at the start of options in lp_set_cmdline()Andrew Tridgell1-0/+3
2007-10-10r3061: change a debug to help track down a charset problemAndrew Tridgell1-1/+2
2007-10-10r3060: Replace magic number with a C99 constant.Tim Potter1-1/+1
2007-10-10r3059: completely get rid of the MAX_CONNECTIONS limit, as a idle treeAndrew Tridgell1-7/+1
2007-10-10r3058: we don't use the bitmap code any more, delete itAndrew Tridgell2-164/+0
2007-10-10r3057: - moved the idtree.c code into lib/Andrew Tridgell7-82/+27
2007-10-10r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell7-130/+494
2007-10-10r3055: use talloc_zero_p()Andrew Tridgell1-1/+1
2007-10-10r3054: use talloc_zero_array_p() in a couple of placesAndrew Tridgell2-2/+2
2007-10-10r3053: make the maxfid test use subdirectories, so it doesn't create 64kAndrew Tridgell1-6/+46
2007-10-10r3052: added talloc_zero_p() and talloc_zero_array_p() calls, for allocating ...Andrew Tridgell2-3/+18
2007-10-10r3047: Always include a \ again before the pipe name we're opening. Without aJelmer Vernooij2-4/+7
2007-10-10r3046: \\PIPE\\ is internal (not actually included on the wire)Jelmer Vernooij2-6/+3
2007-10-10r3045: Allow object-uuid@... binding stringsJelmer Vernooij1-1/+13
2007-10-10r3044: resolve the error code for WERR_DS_OBJ_NOT_FOUND to the nameStefan Metzmacher1-0/+1
2007-10-10r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij17-54/+76
2007-10-10r3041: a start of a README/HOWTO for the samba4 build system.Stefan Metzmacher2-4/+88
2007-10-10r3040: Add sleeps between operations to nbench. Submitted by aliguori@us.ibm...Jim McDonough2-0/+8
2007-10-10r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell9-4/+120
2007-10-10r3036: Add function to pull an array of structures. Abstracts away theTim Potter1-0/+21
2007-10-10r3035: if the ntvfs layers prior to us have said that we can't perform anAndrew Tridgell1-1/+2
2007-10-10r3034: - fixed a bug in message dispatch, when the dispatch function called ...Andrew Tridgell5-17/+171
2007-10-10r3033: Use the C struct directly if we can instead of generating a bindingJelmer Vernooij3-22/+23
2007-10-10r3032: Somewhat stricter syntax for binding strings:Jelmer Vernooij4-45/+99
2007-10-10r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell4-11/+72
2007-10-10r3030: added testing of lock cancel, and some more special offsets (locksAndrew Tridgell1-17/+235
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell11-103/+673
2007-10-10r3028: use talloc_free() instead of talloc_unlink(), as theAndrew Tridgell1-3/+3
2007-10-10r3027: got rid of some configure checks we don't need any moreAndrew Tridgell1-45/+5
2007-10-10r3026: - added automatic retry to messages when the servers listen queue isAndrew Tridgell2-10/+58
2007-10-10r3025: don't warn about no path in a service, as some backends (like cifs) do...Andrew Tridgell1-7/+0
2007-10-10r3024: run the *_connect() NTVFS initialisation operation as root, to allowAndrew Tridgell1-1/+4
2007-10-10r3023: added immediate send of messages when they are first queued. This make...Andrew Tridgell2-6/+3
2007-10-10r3022: Work on unmarshalling arrays of structs in a buffer (Python string) forTim Potter1-6/+32
2007-10-10r3021: under heavy load the listen queue for messaging unix domain socket can...Andrew Tridgell1-12/+24
2007-10-10r3020: better error handling in socket_unixAndrew Tridgell1-50/+43
2007-10-10r3019: make the LOCAL-MESSAGING test a 2 process testAndrew Tridgell1-13/+47
2007-10-10r3018: handle STATUS_MORE_ENTRIES from socket_recv() in the messaging codeAndrew Tridgell1-0/+2
2007-10-10r3017: nicer memory handling for event_context_merge()Andrew Tridgell4-19/+14
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell15-43/+583
2007-10-10r3015: fixed typo noticed by abartlettAndrew Tridgell1-3/+4