summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* Grr - numbers printed in hexadecimal should be preceeded by 0xTim Potter2001-12-201-7/+7
* Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.Jeremy Allison2001-12-181-1/+1
* Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2001-11-231-7/+14
* Fix detection of RedHat 7.2.Jeremy Allison2001-11-151-0/+5
* Formatting fixes only.Jeremy Allison2001-11-131-44/+43
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-5/+5
* Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison2001-10-121-26/+54
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-21/+12
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-121-2/+0
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-22/+20
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-7/+7
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-45/+40
* merge from 2.2Gerald Carter2001-08-101-1/+1
* Added Gerald's lanman printing only change to HEAD.Jeremy Allison2001-08-061-68/+4
* uint -> uint32.Jeremy Allison2001-07-301-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-9/+9
* Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison2001-07-041-2/+22
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-3/+6
* 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
* converted the nttrans code to unicode on the wireAndrew Tridgell2001-03-161-117/+13
* this patch does a number of things:Andrew Tridgell2001-03-131-8/+9
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+0
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-2/+2
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-281-9/+0
* Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com.Jeremy Allison2001-02-121-2/+2
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-1/+10
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-46/+93
* smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison2001-01-241-4/+12
* This should fix Office failing to print to "FILE:".Jeremy Allison2000-11-241-3/+3
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-191-47/+10
* changes to sync with 2.2. treeHerb Lewis2000-10-111-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