summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2000-03-08dded Microsoft Dfs services.Shirish Kalele6-9/+115
2000-03-01Off by one error in detecting Win2k unicode bug.Jeremy Allison1-1/+1
2000-03-01Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it usesJeremy Allison1-12/+21
2000-02-29Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison1-8/+27
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-1/+1
2000-02-18Fix for reporting file system attributes correctly.Jeremy Allison1-1/+2
2000-02-17Don't assume that the (files_struct *) passed to fd_attempt_close()Tim Potter1-2/+9
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison3-14/+8
2000-02-07Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2-2/+6
2000-02-07Fix some more compile warnings.Tim Potter1-1/+2
2000-02-04Fix some compile warnings.Tim Potter2-1/+8
2000-02-03Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter7-44/+59
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter14-158/+261
2000-02-03Comments to use vfs_* functions instead of dos_* unless reallyTim Potter2-0/+745
2000-01-29Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison1-0/+2
2000-01-27Fixed code page conversions of messages outgoing/incoming.Jeremy Allison1-0/+10
2000-01-26Added hash-based stat cache code from Ying Chen.Jeremy Allison2-81/+93
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2-5/+5
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison4-16/+0
2000-01-16fixed some typos in access_table() which, amaziingly enough, make noAndrew Tridgell1-3/+3
2000-01-16made access_table() a pure logic function - makes it simpler to applyAndrew Tridgell1-16/+26
2000-01-16as obelix would say "these romans are crazy"Andrew Tridgell1-40/+59
2000-01-16rewrote the access_table() code to get it right for *.exe, *.dll,Andrew Tridgell1-27/+41
2000-01-16use string_set() instead of string_init()Andrew Tridgell2-5/+5
2000-01-14useable_space does not include the alignment offset calculations.Jeremy Allison1-1/+8
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-0/+2
2000-01-14Added "inherit permissions" patch.Jeremy Allison6-32/+84
2000-01-14some more work on the byte range lockingAndrew Tridgell1-2/+7
2000-01-13changes to reflect the new syntax of the locking calls.Andrew Tridgell3-20/+19
2000-01-12Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison1-0/+212
2000-01-12Use slprintf not snprintf.Jeremy Allison1-1/+1
2000-01-08fix a error in access_table revealed by the new deny test in smbtorture. We n...Andrew Tridgell1-3/+5
2000-01-08smbd/mangle.cJeremy Allison3-5/+14
2000-01-08Fixed deny mode bug :Jeremy Allison1-9/+9
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell2-9/+2
2000-01-06Re-added "dfree command" functionality that was described in the man pagesJeremy Allison1-1/+48
2000-01-05Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison2-43/+43
2000-01-05client/client.c: I18N fixes.Jeremy Allison2-67/+130
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+3
2000-01-04Fixed getgrent() recurse problem.Jeremy Allison1-8/+45
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton3-13/+63
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell1-75/+88
2000-01-03got rid of mem_manAndrew Tridgell1-2/+0
2000-01-03don't close the database after each claim_connection()Andrew Tridgell1-2/+0
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-22/+6
1999-12-21Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler...Jeremy Allison1-1/+1
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell6-61/+38
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell3-160/+75
1999-12-21Fix from tulipant-gergely@dbrt.hu for returning incorrect error codeJeremy Allison1-1/+1
1999-12-20*Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t...Jeremy Allison1-3/+14