summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r3582: more gcc-4.0 signedness fixesStefan Metzmacher2007-10-101-5/+5
* r3581: fix some signedness warnings with gcc-4.0Stefan Metzmacher2007-10-101-2/+1
* r3580: - on file overwrite in ntcreatex we need to replace the file permissions.Andrew Tridgell2007-10-103-10/+26
* r3579: with the gcc warning flag from abartlet we don't need sys_strftime()Andrew Tridgell2007-10-102-12/+2
* r3578: a couple of include changes that should help with FreeBSDAndrew Tridgell2007-10-102-5/+5
* r3577: add a torture_join_domain_ads_dc() function,Stefan Metzmacher2007-10-101-0/+94
* r3576: don't consider short share delay timeouts to be an error, so we canAndrew Tridgell2007-10-101-2/+0
* r3575: fixed attribute normalisation in xattr code. RAW-SEARCH now passes again.Andrew Tridgell2007-10-102-1/+19
* r3574: the RAW-OPEN test changes broke a couple of the other tests. ThisAndrew Tridgell2007-10-109-71/+158
* r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...Andrew Tridgell2007-10-107-58/+176
* r3572: Thanks to tridge for his patience with my build breakage.Andrew Bartlett2007-10-103-6/+9
* r3571: rough guesses at what abartlet really wanted to do in his last commitAndrew Tridgell2007-10-104-0/+16
* r3570: Export the user's group list from ntlm_auth, via a new command 'UG'Andrew Bartlett2007-10-101-2/+30
* r3565: Move PAC parsing into the session_info generation, and out of theAndrew Bartlett2007-10-101-16/+41
* r3558: We don't seem to need these as [public] any more.Andrew Bartlett2007-10-101-3/+3
* r3557: Use a switch, not a series of if/else if statements.Andrew Bartlett2007-10-101-8/+11
* r3556: Remove --enable-krb5developer and --enable-gtkdeveloper, as the newAndrew Bartlett2007-10-101-17/+1
* r3555: Fix auth_winbind to work with the new auth_util conversion code.Andrew Bartlett2007-10-101-8/+10
* r3554: Use the new talloc_reference changes to simply the conversion ofAndrew Bartlett2007-10-101-61/+80
* r3553: Allow talloc_reference to take a NULL pointer for the "ptr" argument.Andrew Bartlett2007-10-102-2/+20
* r3552: fixed sense of ACL testAndrew Tridgell2007-10-103-3/+3
* r3551: these utils need system/filesys.hAndrew Tridgell2007-10-103-0/+3
* r3550: fixed initial attribute on file create (inlusion of FILE_ATTRIBUTE_ARC...Andrew Tridgell2007-10-101-2/+4
* r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell2007-10-1013-86/+254
* r3548: removed extra net/if.h includeAndrew Tridgell2007-10-101-1/+0
* r3547: fixed waitpid in fcntl_lock.c (thanks to jbm for pointing this out)Andrew Tridgell2007-10-101-1/+1
* r3546: including includes.h twice causes gcc 3.4 to crash with pchAndrew Tridgell2007-10-101-2/+0
* r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell2007-10-1015-126/+403
* r3544: fixed some #include lines to make them more consistentAndrew Tridgell2007-10-1014-17/+14
* r3543: fixed some #include lines to make them more consistent, and fixedAndrew Tridgell2007-10-105-5/+5
* r3542: Re-indent, and fix a use-after-free by doing the talloc_destroy just aAndrew Bartlett2007-10-101-4/+4
* r3541: Add support (to be verified with the squid team) for the Squid 3.0Andrew Bartlett2007-10-101-62/+135
* r3540: added testing of SMBntcancel in the open/open/close muxAndrew Tridgell2007-10-105-26/+69
* r3539: much nicer async open delay code.Andrew Tridgell2007-10-104-108/+107
* r3536: Some minor IDL updates/fixes/additionsJelmer Vernooij2007-10-102-14/+17
* r3532: make sharing violation delay in pvfs configurable with "posix:sharedel...Andrew Tridgell2007-10-103-3/+11
* r3531: add support for RAW_OPEN_MKNEW, RAW_OPEN_CREATE and RAW_OPEN_CTEMP in ...Andrew Tridgell2007-10-102-19/+96
* r3530: make sure we match ntvfs_async_state_pop() with ntvfs_async_state_push()Andrew Tridgell2007-10-101-7/+16
* r3529: fixed signing support for SMBntcancel requests (no reply means seqAndrew Tridgell2007-10-102-2/+11
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-1016-11/+151
* r3527: I hate compiler warnings...Stefan Metzmacher2007-10-101-0/+2
* r3524: Remove unused variable.Andrew Bartlett2007-10-101-1/+0
* r3523: removed a useless level 0 DEBUG()Andrew Tridgell2007-10-101-1/+1
* r3522: added async support to most of the ntvfs_map_*() functions, allowing f...Andrew Tridgell2007-10-102-277/+430
* r3521: Collect printer driver names in EnumPrinterDrivers.Tim Potter2007-10-101-4/+5
* r3520: minor portability fix (for struct timeval)Andrew Tridgell2007-10-101-0/+1
* r3519: Include time headers to fix the build.Andrew Bartlett2007-10-103-0/+3
* r3518: fixed some includes to be consistent.Andrew Tridgell2007-10-103-25/+12
* r3517: Fix the build - Sorry!Jelmer Vernooij2007-10-102-7/+2
* r3516: dcerpc_epm_map_binding now checks the endpoints it nows firstJelmer Vernooij2007-10-105-42/+26