summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we alwaysAndrew Bartlett2004-01-261-0/+2
* reply_spnego_kerberos did not set the domain of the user handed toVolker Lendecke2004-01-151-0/+7
* * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher2004-01-152-8/+12
* revert the cracklib changes until post 3.0.2Gerald Carter2004-01-141-58/+23
* On systems without a working cracklib, ensure we don't include the headerAndrew Bartlett2004-01-121-0/+2
* First stab at cracklib support (password quality checking) in Samba 3.0Andrew Bartlett2004-01-121-23/+56
* update copyright to -2004Stefan Metzmacher2004-01-111-1/+1
* Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().Jeremy Allison2004-01-071-5/+7
* Patch penguin. Cleaning out old mbp patch.Jeremy Allison2004-01-061-22/+24
* remove unused seek_file(); don't hardcode '\' when printing the auth-userGerald Carter2004-01-061-25/+0
* Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-063-131/+255
* Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....Jeremy Allison2004-01-051-63/+96
* Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke2004-01-041-3/+41
* Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.e...Jeremy Allison2003-12-231-1/+1
* Fix for bug #815. Make plaintext unicode passwords work with NT4.xJeremy Allison2003-12-121-5/+11
* Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limitJeremy Allison2003-12-111-9/+32
* fix %a variable for Windows 2003 -> Win2K3Gerald Carter2003-12-051-9/+39
* Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <...Jeremy Allison2003-12-031-8/+10
* Ensure the server can cope with multiple secondary transJeremy Allison2003-12-013-0/+24
* Subtract NT_STATUS from common flag, don't add it...Jeremy Allison2003-12-012-7/+7
* Don't automatically set nt status code flag unless client tells us it canJeremy Allison2003-12-012-14/+29
* Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bitsJeremy Allison2003-11-252-0/+45
* Added "passwd chat timeout" parameter. Docs to follow.Jeremy Allison2003-11-241-3/+6
* more access fixes for group enumeration in LDAP; bug 281Gerald Carter2003-11-241-2/+7
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-222-15/+40
* Fix for rename across filesystems. Noticed by Rainer Link <link@foo.fh-furtwa...Jeremy Allison2003-11-211-5/+95
* Group quotas patch from "Heinreichsberger, Helmut" <Helmut.Heinreichsberger@w...Jeremy Allison2003-11-191-19/+32
* Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison2003-11-181-13/+3
* Ensure we mangle names ending in '.' in hash2 mangling method.Jeremy Allison2003-11-181-1/+1
* Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke2003-11-071-1/+1
* Fix debug message warning.Jeremy Allison2003-11-051-1/+1
* Fix missing bracket in quota quote - my fault.Tim Potter2003-11-041-1/+1
* Fix more 64-bit printf warnings.Tim Potter2003-11-035-10/+10
* Printf fixes for 64-bit size_t.Tim Potter2003-11-021-3/+3
* bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter2003-10-301-0/+5
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-291-4/+6
* parameterise the listen backlog in smbd and make it larger by default. A back...Andrew Tridgell2003-10-291-2/+2
* Don't log at level zero when chdir fails. Ensure correct error message is ret...Jeremy Allison2003-10-281-1/+1
* Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison2003-10-281-1/+1
* Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo...Jeremy Allison2003-10-271-5/+5
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-222-2/+2
* Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison2003-10-211-1/+9
* Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-211-1/+1
* Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison2003-10-213-3/+3
* more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter2003-10-201-13/+10
* Typo broke win9x logins.Jeremy Allison2003-10-171-1/+1
* Tidyup wrap checking.Jeremy Allison2003-10-163-14/+38
* Fix buggy data_len calculation in echo. Add paranoia debug message.Jeremy Allison2003-10-161-1/+5
* Ensure error code path doesn't free unmalloced memory. Bug #628.Jeremy Allison2003-10-161-0/+4
* Enclose usage of st_blksize and st_blocks struct stat members inTim Potter2003-10-141-0/+2