summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* don't need srvstr_push_size or srvstr_pull_sizeAndrew Tridgell2001-03-141-40/+0
* converted the smb messaging code to unicodeAndrew Tridgell2001-03-141-17/+15
* converted a bunch more trans2 calls for unicode. This got quite tricky :(Andrew Tridgell2001-03-141-179/+145
* fixed srvstr_push() callAndrew Tridgell2001-03-131-1/+1
* converted a bunch more fns to unicodeAndrew Tridgell2001-03-131-14/+12
* Fix from Jim McDonough of IBM for using Win9x user manager.Jeremy Allison2001-03-131-2/+9
* simpler and more correct srvstr_push()Andrew Tridgell2001-03-133-25/+25
* converted reply_tcon()Andrew Tridgell2001-03-131-40/+22
* converted a bunch more server functions to unicodeAndrew Tridgell2001-03-131-10/+20
* added STR_ASCII flag to srvstr_pull()Andrew Tridgell2001-03-131-2/+2
* - convert chkpathAndrew Tridgell2001-03-131-4/+5
* converted findnext to unicodeAndrew Tridgell2001-03-131-1/+1
* this patch does a number of things:Andrew Tridgell2001-03-135-93/+127
* Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wantsJeremy Allison2001-03-131-3/+3
* Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison2001-03-111-2/+0
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-112-4/+4
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-1134-125/+1
* converted reply_open, reply_open_and_x and reply_fcloseAndrew Tridgell2001-03-101-8/+11
* started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell2001-03-103-36/+225
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-2/+2
* merge of 'lanman auth' and 'min protocol' from 2.2Gerald Carter2001-03-092-12/+24
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-282-16/+6
* Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plusJeremy Allison2001-02-271-9/+17
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-1/+1
* removed wrong patch to get_dir_entry(). This was left over from theGerald Carter2001-02-231-5/+0
* include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison2001-02-231-13/+13
* Fixed file descriptor leak in error processing of print jobs.Jeremy Allison2001-02-221-3/+17
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-3/+12
* configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison2001-02-163-6/+18
* samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis2001-02-151-1/+1
* Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2001-02-141-2/+5
* 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-125-8/+61
* Ensure people know this is unused.Jeremy Allison2001-02-111-567/+0
* reverted *.* patch until someone explains to me what the test case isAndrew Tridgell2001-02-081-5/+0
* merge from SAMBA_2_2Gerald Carter2001-02-082-2/+13
* replaced inet_aton() with inet_addr() to keep Solaris from complaining.Gerald Carter2001-02-081-3/+9
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-46/+93
* Turned down noisy debug statement.Tim Potter2001-01-301-1/+1
* Fix inspited by Alan Romeril. 50% speedup in domain logins with thisJeremy Allison2001-01-301-0/+3
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-292-3/+3
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-251-0/+5
* Fixes from appliance-head for pdc searches.Jeremy Allison2001-01-251-1/+16
* Sync up with POSIX ACL code from 2.2.Jeremy Allison2001-01-242-11/+54
* smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison2001-01-243-34/+45
* smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison2001-01-243-200/+344
* Fix from Kenichi Okuyama for memory leak on Realloc fail.Jeremy Allison2001-01-231-21/+51
* only add the service name and client machine name to list of users namesGerald Carter2001-01-232-3/+11
* include/vfs.h:Jeremy Allison2001-01-238-32/+389
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-221-3/+4