summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...Andrew Tridgell7-58/+176
2007-10-10r3572: Thanks to tridge for his patience with my build breakage.Andrew Bartlett3-6/+9
2007-10-10r3571: rough guesses at what abartlet really wanted to do in his last commitAndrew Tridgell4-0/+16
2007-10-10r3570: Export the user's group list from ntlm_auth, via a new command 'UG'Andrew Bartlett1-2/+30
2007-10-10r3565: Move PAC parsing into the session_info generation, and out of theAndrew Bartlett1-16/+41
2007-10-10r3558: We don't seem to need these as [public] any more.Andrew Bartlett1-3/+3
2007-10-10r3557: Use a switch, not a series of if/else if statements.Andrew Bartlett1-8/+11
2007-10-10r3556: Remove --enable-krb5developer and --enable-gtkdeveloper, as the newAndrew Bartlett1-17/+1
2007-10-10r3555: Fix auth_winbind to work with the new auth_util conversion code.Andrew Bartlett1-8/+10
2007-10-10r3554: Use the new talloc_reference changes to simply the conversion ofAndrew Bartlett1-61/+80
2007-10-10r3553: Allow talloc_reference to take a NULL pointer for the "ptr" argument.Andrew Bartlett3-3/+24
2007-10-10r3552: fixed sense of ACL testAndrew Tridgell3-3/+3
2007-10-10r3551: these utils need system/filesys.hAndrew Tridgell3-0/+3
2007-10-10r3550: fixed initial attribute on file create (inlusion of FILE_ATTRIBUTE_ARC...Andrew Tridgell1-2/+4
2007-10-10r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell13-86/+254
2007-10-10r3548: removed extra net/if.h includeAndrew Tridgell1-1/+0
2007-10-10r3547: fixed waitpid in fcntl_lock.c (thanks to jbm for pointing this out)Andrew Tridgell1-1/+1
2007-10-10r3546: including includes.h twice causes gcc 3.4 to crash with pchAndrew Tridgell1-2/+0
2007-10-10r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell15-126/+403
2007-10-10r3544: fixed some #include lines to make them more consistentAndrew Tridgell14-17/+14
2007-10-10r3543: fixed some #include lines to make them more consistent, and fixedAndrew Tridgell5-5/+5
2007-10-10r3542: Re-indent, and fix a use-after-free by doing the talloc_destroy just aAndrew Bartlett1-4/+4
2007-10-10r3541: Add support (to be verified with the squid team) for the Squid 3.0Andrew Bartlett1-62/+135
2007-10-10r3540: added testing of SMBntcancel in the open/open/close muxAndrew Tridgell5-26/+69
2007-10-10r3539: much nicer async open delay code.Andrew Tridgell4-108/+107
2007-10-10r3536: Some minor IDL updates/fixes/additionsJelmer Vernooij2-14/+17
2007-10-10r3532: make sharing violation delay in pvfs configurable with "posix:sharedel...Andrew Tridgell3-3/+11
2007-10-10r3531: add support for RAW_OPEN_MKNEW, RAW_OPEN_CREATE and RAW_OPEN_CTEMP in ...Andrew Tridgell2-19/+96
2007-10-10r3530: make sure we match ntvfs_async_state_pop() with ntvfs_async_state_push()Andrew Tridgell1-7/+16
2007-10-10r3529: fixed signing support for SMBntcancel requests (no reply means seqAndrew Tridgell2-2/+11
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell16-11/+151
2007-10-10r3527: I hate compiler warnings...Stefan Metzmacher1-0/+2
2007-10-10r3524: Remove unused variable.Andrew Bartlett1-1/+0
2007-10-10r3523: removed a useless level 0 DEBUG()Andrew Tridgell1-1/+1
2007-10-10r3522: added async support to most of the ntvfs_map_*() functions, allowing f...Andrew Tridgell2-277/+430
2007-10-10r3521: Collect printer driver names in EnumPrinterDrivers.Tim Potter1-4/+5
2007-10-10r3520: minor portability fix (for struct timeval)Andrew Tridgell1-0/+1
2007-10-10r3519: Include time headers to fix the build.Andrew Bartlett3-0/+3
2007-10-10r3518: fixed some includes to be consistent.Andrew Tridgell3-25/+12
2007-10-10r3517: Fix the build - Sorry!Jelmer Vernooij2-7/+2
2007-10-10r3516: dcerpc_epm_map_binding now checks the endpoints it nows firstJelmer Vernooij5-42/+26
2007-10-10r3515: Fix RemoteActivation correctly this time (-:Jelmer Vernooij7-11/+34
2007-10-10r3514: Allow specification of username, password and domain and try to set up...Jelmer Vernooij4-31/+101
2007-10-10r3513: Add (the infrastructure for) DCOM support. Contents:Jelmer Vernooij24-61/+301
2007-10-10r3512: - support DsCrackName GUID strings ('{faedf4f9-0de8-4582-b8b6-c475efef...Stefan Metzmacher2-16/+145
2007-10-10r3511: teh PAC used 8byte alignmentStefan Metzmacher1-3/+1
2007-10-10r3510: fix build on SuSE 9.1Stefan Metzmacher1-8/+10
2007-10-10r3509: - comment out a unused varStefan Metzmacher2-2/+2
2007-10-10r3508: fix the buildStefan Metzmacher1-1/+3
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell36-222/+726