summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* removed unused variableJean-François Micouleau2000-03-101-1/+0
* Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2000-03-092-48/+30
* Fixups for Win2K security descriptors from the 2.0.x branch.Jeremy Allison2000-03-091-26/+60
* dded Microsoft Dfs services.Shirish Kalele2000-03-086-9/+115
* Off by one error in detecting Win2k unicode bug.Jeremy Allison2000-03-011-1/+1
* Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it usesJeremy Allison2000-03-011-12/+21
* Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison2000-02-291-8/+27
* lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-231-1/+1
* Fix for reporting file system attributes correctly.Jeremy Allison2000-02-181-1/+2
* Don't assume that the (files_struct *) passed to fd_attempt_close()Tim Potter2000-02-171-2/+9
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-153-14/+8
* Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2000-02-072-2/+6
* Fix some more compile warnings.Tim Potter2000-02-071-1/+2
* Fix some compile warnings.Tim Potter2000-02-042-1/+8
* Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter2000-02-037-44/+59
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-0314-158/+261
* Comments to use vfs_* functions instead of dos_* unless reallyTim Potter2000-02-032-0/+745
* Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison2000-01-291-0/+2
* Fixed code page conversions of messages outgoing/incoming.Jeremy Allison2000-01-271-0/+10
* Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-262-81/+93
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-262-5/+5
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-254-16/+0
* fixed some typos in access_table() which, amaziingly enough, make noAndrew Tridgell2000-01-161-3/+3
* made access_table() a pure logic function - makes it simpler to applyAndrew Tridgell2000-01-161-16/+26
* as obelix would say "these romans are crazy"Andrew Tridgell2000-01-161-40/+59
* rewrote the access_table() code to get it right for *.exe, *.dll,Andrew Tridgell2000-01-161-27/+41
* use string_set() instead of string_init()Andrew Tridgell2000-01-162-5/+5
* useable_space does not include the alignment offset calculations.Jeremy Allison2000-01-141-1/+8
* we now pass all byte range locking testsAndrew Tridgell2000-01-141-0/+2
* Added "inherit permissions" patch.Jeremy Allison2000-01-146-32/+84
* some more work on the byte range lockingAndrew Tridgell2000-01-141-2/+7
* changes to reflect the new syntax of the locking calls.Andrew Tridgell2000-01-133-20/+19
* Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison2000-01-121-0/+212
* Use slprintf not snprintf.Jeremy Allison2000-01-121-1/+1
* fix a error in access_table revealed by the new deny test in smbtorture. We n...Andrew Tridgell2000-01-081-3/+5
* smbd/mangle.cJeremy Allison2000-01-083-5/+14
* Fixed deny mode bug :Jeremy Allison2000-01-081-9/+9
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-072-9/+2
* Re-added "dfree command" functionality that was described in the man pagesJeremy Allison2000-01-061-1/+48
* Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison2000-01-052-43/+43
* client/client.c: I18N fixes.Jeremy Allison2000-01-052-67/+130
* implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell2000-01-051-0/+3
* Fixed getgrent() recurse problem.Jeremy Allison2000-01-041-8/+45
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-033-13/+63
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-031-75/+88
* got rid of mem_manAndrew Tridgell2000-01-031-2/+0
* don't close the database after each claim_connection()Andrew Tridgell2000-01-031-2/+0
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-22/+6
* Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler...Jeremy Allison1999-12-211-1/+1
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-216-61/+38