| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 2001-10-18 | 9 | -76/+180 |
* | got rid of start_background_queue() | Andrew Tridgell | 2001-10-18 | 1 | -1/+6 |
* | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 2001-10-18 | 2 | -12/+91 |
* | Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile. | Tim Potter | 2001-10-18 | 2 | -4/+4 |
* | removed some debug code | Andrew Tridgell | 2001-10-17 | 1 | -2/+2 |
* | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 2001-10-17 | 3 | -33/+337 |
* | Fixed inconsistent definitions of InBuf/OutBuf/last_char. | Jeremy Allison | 2001-10-17 | 1 | -3/+0 |
* | very simple asynchronous "lpq" thread patch | Jean-François Micouleau | 2001-10-16 | 1 | -0/+2 |
* | Fix for connectinos.tdb error message from "Richard Bollinger" <rabollinger@h... | Jeremy Allison | 2001-10-16 | 1 | -2/+3 |
* | split session setup code out of reply.c in preparation for adding | Andrew Tridgell | 2001-10-15 | 2 | -344/+356 |
* | introduce mangle backward compatibility functions | Simo Sorce | 2001-10-13 | 1 | -2/+147 |
* | Made nt acl support a local parameter for w2ksp2 profile fix. | Jeremy Allison | 2001-10-12 | 2 | -27/+55 |
* | fixed compiler warning. | Tim Potter | 2001-10-12 | 1 | -1/+1 |
* | merge from 2.2 | Gerald Carter | 2001-10-11 | 1 | -2/+2 |
* | remove unused function in mangle.c | Simo Sorce | 2001-10-11 | 1 | -12/+0 |
* | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 2001-10-11 | 1 | -4/+4 |
* | Fixed bug when status=no and max smbd processes > 0. | Jeremy Allison | 2001-10-11 | 1 | -0/+6 |
* | Fixed some compile warnings. | Tim Potter | 2001-10-10 | 1 | -4/+2 |
* | Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX | Jeremy Allison | 2001-10-09 | 1 | -14/+16 |
* | tim suggested to add a copyright note :) | Simo Sorce | 2001-10-08 | 1 | -1/+21 |
* | more fixing and testing. | Simo Sorce | 2001-10-07 | 1 | -54/+83 |
* | Fix up indenting in out SAM password check code. | Andrew Bartlett | 2001-10-06 | 1 | -46/+49 |
* | init only in test code. | Simo Sorce | 2001-10-04 | 1 | -48/+55 |
* | switched over to a new method of handling uppercase/lowercase mappings | Andrew Tridgell | 2001-10-03 | 1 | -0/+2 |
* | Fixed up the change password bug when not using PAM. | Jeremy Allison | 2001-10-02 | 1 | -16/+32 |
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 44 | -94/+2 |
* | honor the ACB_PWNOEXP flag in smbpasswd | Andrew Tridgell | 2001-10-01 | 1 | -2/+1 |
* | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 2001-10-01 | 1 | -31/+32 |
* | Small changes to register_vuid ahead of a larger restructure. | Andrew Bartlett | 2001-09-30 | 1 | -3/+3 |
* | undef the code for now | Simo Sorce | 2001-09-29 | 1 | -2/+2 |
* | further devel and test kit. | Simo Sorce | 2001-09-29 | 1 | -67/+264 |
* | Fix up a number of intertwined issues: | Andrew Bartlett | 2001-09-29 | 5 | -61/+80 |
* | get out unicode_from_buffer and buffer_from_unicode, unneeded. | Simo Sorce | 2001-09-27 | 1 | -112/+139 |
* | minor fixes | Simo Sorce | 2001-09-27 | 1 | -10/+5 |
* | OpenSSL merge from 2.2 | Gerald Carter | 2001-09-26 | 1 | -9/+19 |
* | Kill of the reply.c end of the workstaion trust account mess. | Andrew Bartlett | 2001-09-26 | 2 | -169/+61 |
* | Process the workstation trust account code INSIDE the authenticaion subsystem, | Andrew Bartlett | 2001-09-26 | 1 | -5/+20 |
* | Rearrange the order of the checks in auth_smbpasswd.c, always check passwords | Andrew Bartlett | 2001-09-26 | 1 | -73/+111 |
* | Fix this to use the plaintext password code directly, like SWAT does. | Andrew Bartlett | 2001-09-26 | 1 | -7/+11 |
* | Update for new pdb_set_plaintext_passwd() interface. | Andrew Bartlett | 2001-09-26 | 1 | -6/+1 |
* | Update build_options.c in line with new configure options. | Andrew Bartlett | 2001-09-26 | 1 | -6/+10 |
* | - the inactive core of the new mangling code that use tdb | Simo Sorce | 2001-09-25 | 1 | -0/+357 |
* | fixed a typo | Andrew Tridgell | 2001-09-25 | 1 | -1/+1 |
* | Log sys_acl_set_XX at level 2 not zero. | Jeremy Allison | 2001-09-25 | 1 | -2/+2 |
* | Change log message to 2 from zero when failing to create directory. | Jeremy Allison | 2001-09-24 | 1 | -1/+1 |
* | Lets call an NTSTATUS an nt_status, not an ecode. | Andrew Bartlett | 2001-09-23 | 1 | -6/+6 |
* | Zero out these pstrings before we start: makes for much easier debugging. | Andrew Bartlett | 2001-09-23 | 1 | -2/+2 |
* | Fix up NT_STATUS return for session setups, Win2k objects to anything other | Andrew Bartlett | 2001-09-23 | 2 | -9/+7 |
* | Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set. | Jeremy Allison | 2001-09-22 | 1 | -0/+11 |
* | Attempt to make quotas work with RH7.1, and with other Linuxen... This is | Jeremy Allison | 2001-09-21 | 1 | -68/+125 |