summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r3095: - fix a free'ing of msg.dnStefan Metzmacher2007-10-103-8/+8
* r3094: import all LDAP error codes from the RFC 2251Stefan Metzmacher2007-10-101-5/+39
* r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher2007-10-109-13/+271
* r3092: prepare for build inside sambaStefan Metzmacher2007-10-101-4/+4
* r3091: link only the needed stuffStefan Metzmacher2007-10-101-2/+2
* r3089: fix memleakStefan Metzmacher2007-10-101-0/+1
* r3087: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r3086: fixed smbpid handling in the cifs backendAndrew Tridgell2007-10-101-2/+50
* r3085: make the RAW-WRITE tests more robust to errors in previous parts of th...Andrew Tridgell2007-10-101-19/+19
* r3084: mincnt and maxcnt were the wrong way around in readbraw server codeAndrew Tridgell2007-10-101-2/+2
* r3083: fixed a couple of generic mapping errors found with RAW-* and cifs:map...Andrew Tridgell2007-10-101-2/+4
* r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to useAndrew Tridgell2007-10-102-6/+52
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-1015-491/+741
* r3080: Make the Samba4 SAMR server pass the new, nasty torture test (now thatAndrew Bartlett2007-10-101-0/+14
* r3079: make code more pretty :-)Andrew Bartlett2007-10-102-5/+5
* r3078: Allow more things to be set as command line options to provision.Andrew Bartlett2007-10-101-4/+6
* r3077: Add initial handling of Account Flags in SAMR user info level 21 and 25.Andrew Bartlett2007-10-101-0/+9
* r3076: Fix memory leak.Andrew Bartlett2007-10-101-1/+3
* r3075: Initialise (and check for intialisation) of the private pointer toAndrew Bartlett2007-10-102-2/+8
* r3074: Add in a new 'field present' flag samr.idl for the Account FlagsAndrew Bartlett2007-10-102-44/+195
* r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett2007-10-102-1/+19
* r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell2007-10-105-6/+14
* r3063: our default dos charset is CP850, but some systems don't have that, soAndrew Tridgell2007-10-101-0/+14
* r3062: handle spaces at the start of options in lp_set_cmdline()Andrew Tridgell2007-10-101-0/+3
* r3061: change a debug to help track down a charset problemAndrew Tridgell2007-10-101-1/+2
* r3060: Replace magic number with a C99 constant.Tim Potter2007-10-101-1/+1
* r3059: completely get rid of the MAX_CONNECTIONS limit, as a idle treeAndrew Tridgell2007-10-101-7/+1
* r3058: we don't use the bitmap code any more, delete itAndrew Tridgell2007-10-102-164/+0
* r3057: - moved the idtree.c code into lib/Andrew Tridgell2007-10-107-82/+27
* r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell2007-10-107-130/+494
* r3055: use talloc_zero_p()Andrew Tridgell2007-10-101-1/+1
* r3054: use talloc_zero_array_p() in a couple of placesAndrew Tridgell2007-10-102-2/+2
* r3053: make the maxfid test use subdirectories, so it doesn't create 64kAndrew Tridgell2007-10-101-6/+46
* r3052: added talloc_zero_p() and talloc_zero_array_p() calls, for allocating ...Andrew Tridgell2007-10-102-3/+18
* r3047: Always include a \ again before the pipe name we're opening. Without aJelmer Vernooij2007-10-102-4/+7
* r3046: \\PIPE\\ is internal (not actually included on the wire)Jelmer Vernooij2007-10-102-6/+3
* r3045: Allow object-uuid@... binding stringsJelmer Vernooij2007-10-101-1/+13
* r3044: resolve the error code for WERR_DS_OBJ_NOT_FOUND to the nameStefan Metzmacher2007-10-101-0/+1
* r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2007-10-1017-54/+76
* r3041: a start of a README/HOWTO for the samba4 build system.Stefan Metzmacher2007-10-102-4/+88
* r3040: Add sleeps between operations to nbench. Submitted by aliguori@us.ibm...Jim McDonough2007-10-102-0/+8
* r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2007-10-109-4/+120
* r3036: Add function to pull an array of structures. Abstracts away theTim Potter2007-10-101-0/+21
* r3035: if the ntvfs layers prior to us have said that we can't perform anAndrew Tridgell2007-10-101-1/+2
* r3034: - fixed a bug in message dispatch, when the dispatch function called ...Andrew Tridgell2007-10-105-17/+171
* r3033: Use the C struct directly if we can instead of generating a bindingJelmer Vernooij2007-10-103-22/+23
* r3032: Somewhat stricter syntax for binding strings:Jelmer Vernooij2007-10-105-58/+110
* r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell2007-10-104-11/+72
* r3030: added testing of lock cancel, and some more special offsets (locksAndrew Tridgell2007-10-101-17/+235
* r3029: implemented byte range lock timeouts.Andrew Tridgell2007-10-1011-103/+673