summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-03-20Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison1-2/+1
2001-03-19Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison1-2/+2
2001-03-18fixed some compilation errors with IRIX ccAndrew Tridgell1-2/+2
2001-03-17ADMIN$ is an IPC share, not a disk shareAndrew Tridgell1-1/+1
2001-03-17lib/system.c (Finally) fixed all insure errors in password caching code. We c...Jeremy Allison1-3/+20
2001-03-17I'm happy with the mapping for NT getACL, now for NT setACL.Jeremy Allison1-67/+175
2001-03-16don't need to force unicode strings in flg2 anymoreAndrew Tridgell1-4/+3
2001-03-16finished the conversion to unicode of the last of the trans2 fnsAndrew Tridgell1-18/+6
2001-03-16converted the nttrans code to unicode on the wireAndrew Tridgell1-117/+13
2001-03-16converted reply_printqueueAndrew Tridgell1-3/+3
2001-03-16converted reply_searchAndrew Tridgell1-7/+9
2001-03-16enable unicode on the wire by default in smbdAndrew Tridgell1-2/+2
2001-03-15Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).Jeremy Allison1-12/+32
2001-03-15Last tweak (I promise :-). Fallback to returning our SID if we're a domainJeremy Allison1-3/+12
2001-03-14don't need srvstr_push_size or srvstr_pull_sizeAndrew Tridgell1-40/+0
2001-03-14converted the smb messaging code to unicodeAndrew Tridgell1-17/+15
2001-03-14converted a bunch more trans2 calls for unicode. This got quite tricky :(Andrew Tridgell1-179/+145
2001-03-13fixed srvstr_push() callAndrew Tridgell1-1/+1
2001-03-13converted a bunch more fns to unicodeAndrew Tridgell1-14/+12
2001-03-13Fix from Jim McDonough of IBM for using Win9x user manager.Jeremy Allison1-2/+9
2001-03-13simpler and more correct srvstr_push()Andrew Tridgell3-25/+25
2001-03-13converted reply_tcon()Andrew Tridgell1-40/+22
2001-03-13converted a bunch more server functions to unicodeAndrew Tridgell1-10/+20
2001-03-13added STR_ASCII flag to srvstr_pull()Andrew Tridgell1-2/+2
2001-03-13- convert chkpathAndrew Tridgell1-4/+5
2001-03-13converted findnext to unicodeAndrew Tridgell1-1/+1
2001-03-13this patch does a number of things:Andrew Tridgell5-93/+127
2001-03-13Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wantsJeremy Allison1-3/+3
2001-03-11Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison1-2/+0
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2-4/+4
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison34-125/+1
2001-03-10converted reply_open, reply_open_and_x and reply_fcloseAndrew Tridgell1-8/+11
2001-03-10started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell3-36/+225
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-2/+2
2001-03-09merge of 'lanman auth' and 'min protocol' from 2.2Gerald Carter2-12/+24
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2-16/+6
2001-02-27Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plusJeremy Allison1-9/+17
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-1/+1
2001-02-23removed wrong patch to get_dir_entry(). This was left over from theGerald Carter1-5/+0
2001-02-23include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison1-13/+13
2001-02-22Fixed file descriptor leak in error processing of print jobs.Jeremy Allison1-3/+17
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-3/+12
2001-02-16configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison3-6/+18
2001-02-15samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis1-1/+1
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-2/+5
2001-02-12Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com.Jeremy Allison1-2/+2
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison5-8/+61
2001-02-11Ensure people know this is unused.Jeremy Allison1-567/+0
2001-02-08reverted *.* patch until someone explains to me what the test case isAndrew Tridgell1-5/+0
2001-02-08merge from SAMBA_2_2Gerald Carter2-2/+13