summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2001-02-08replaced inet_aton() with inet_addr() to keep Solaris from complaining.Gerald Carter1-3/+9
2001-01-31lib/system.c: Fix for pw caching.Jeremy Allison1-46/+93
2001-01-30Turned down noisy debug statement.Tim Potter1-1/+1
2001-01-30Fix inspited by Alan Romeril. 50% speedup in domain logins with thisJeremy Allison1-0/+3
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill2-3/+3
2001-01-25Changes from APPLIANCE_HEAD:David O'Neill1-0/+5
2001-01-25Fixes from appliance-head for pdc searches.Jeremy Allison1-1/+16
2001-01-24Sync up with POSIX ACL code from 2.2.Jeremy Allison2-11/+54
2001-01-24smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison3-34/+45
2001-01-24smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison3-200/+344
2001-01-23Fix from Kenichi Okuyama for memory leak on Realloc fail.Jeremy Allison1-21/+51
2001-01-23only add the service name and client machine name to list of users namesGerald Carter2-3/+11
2001-01-23include/vfs.h:Jeremy Allison8-32/+389
2001-01-22Changes from APPLIANCE_HEAD:David O'Neill1-3/+4
2001-01-17Get the logic right thistime :-(.Jeremy Allison1-2/+3
2001-01-17Typo in new file_chmod code caused file attribute changes to fail.Jeremy Allison1-1/+1
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-3/+4
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2001-01-15Fixes for POSIX ACLS. ACL merge code.Jeremy Allison1-25/+108
2001-01-15Updated from 2.2.Jeremy Allison1-3/+40
2001-01-11Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison1-2/+2