summaryrefslogtreecommitdiffstats
path: root/source/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* another sync with SAMBA_2_2. Regenerated docs after vl new strip-links.plGerald Carter2002-08-281-2/+8
* syncing up for 2.2.6pre2Gerald Carter2002-08-271-30/+125
* merging for 2.2.6pre1Gerald Carter2002-07-271-3/+5
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-4/+7
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-479/+453
* Move over to RELEASE branch.Jeremy Allison2002-02-011-189/+172
* Fix for using talloc context before creation.Jeremy Allison2001-10-121-9/+13
* nsswitch/winbindd_group.c: Memory leak fixes.Jeremy Allison2001-10-121-22/+46
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-136/+72
* Syncup getting ready for release.Jeremy Allison2001-07-061-5/+28
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-1/+30
* Ensure get/set NT ACL code is redirected through vfs.Jeremy Allison2001-03-261-2/+2
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-2/+2
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-11/+0
* Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com.Jeremy Allison2001-02-121-2/+2
* smbencrypt.c: rewrote decode_pw_buffer() to generate the NT and LM hashes.Jean-François Micouleau2001-02-031-1/+10
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-46/+93
* printing/printing.c: Merge from appliance head.Jeremy Allison2001-01-241-4/+12
* This should fix Office failing to print to "FILE:".Jeremy Allison2000-11-241-3/+3
* Fixes for extra stat's broght back from HEAD. This cuts down on theJeremy Allison2000-10-251-47/+10
* add remaining profile statsHerb Lewis2000-10-101-8/+58
* Fixed error return messages needed for NTTrans CreateDirectory.Jeremy Allison2000-10-061-0/+16
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-5/+5
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-051-1/+4
* Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison2000-09-201-1/+8
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-5/+5
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-2/+20
* split all the change notify code out into a separate moduleAndrew Tridgell2000-06-121-392/+35
* (Correct) fix for desired_access being zero in map_share_mode().Jeremy Allison2000-06-091-12/+12
* Fix for map_share_mode to allow desired access of zero map to stat open.Jeremy Allison2000-06-081-0/+11
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-1/+4
* rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison2000-06-031-9/+9
* Changed interface to set_nt_acl slightly.Jeremy Allison2000-05-311-1/+1
* Fixed interface between new ACLS and nttrans code.Jeremy Allison2000-05-311-183/+12
* prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton2000-05-271-7/+7
* fixed nttrans.cLuke Leighton2000-05-271-406/+38
* Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele2000-05-261-1/+1
* Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison2000-05-231-124/+192
* Fixed bug where file access was allowed on IPC$ share.Jeremy Allison2000-05-231-0/+3
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-0/+3
* more merging voodooAndrew Tridgell2000-05-101-1/+3
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-1/+1
* insure caught an uninitialised memory reference - ensure it starts asAndrew Tridgell2000-04-231-0/+2
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-40/+16
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-6/+4
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-32/+8
* Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-221-17/+4
* include/smb.h:Jeremy Allison2000-03-131-19/+84
* Fixups for Win2K security descriptors from the 2.0.x branch.Jeremy Allison2000-03-091-26/+60