| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA... | Andrew Tridgell | 2001-09-05 | 1 | -34/+1 |
* | Merge of transfer file code from 2.2, fix for readbraw. | Jeremy Allison | 2001-09-04 | 1 | -2/+2 |
* | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 2001-09-04 | 1 | -2/+2 |
* | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2001-09-04 | 7 | -55/+57 |
* | more NTSTATUS/WERROR conversion | Andrew Tridgell | 2001-09-03 | 2 | -5/+9 |
* | the next step in our error code handling change | Andrew Tridgell | 2001-09-03 | 4 | -13/+46 |
* | Merge of sam sync code from TNG. | Tim Potter | 2001-08-28 | 1 | -0/+19 |
* | Merge of SAM delta type constants and BDC replication types from TNG. | Tim Potter | 2001-08-28 | 1 | -0/+282 |
* | Added sam sync and sam replication smbd message constants. | Tim Potter | 2001-08-28 | 1 | -0/+2 |
* | Added copyright header (taken from include/doserr.h) | Tim Potter | 2001-08-28 | 1 | -511/+538 |
* | Fixed description in file header. | Tim Potter | 2001-08-28 | 1 | -1/+1 |
* | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 12 | -149/+146 |
* | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 2001-08-27 | 4 | -526/+538 |
* | converted smbd to use NTSTATUS by default | Andrew Tridgell | 2001-08-27 | 3 | -21/+12 |
* | Process the SAM/UAS change notification message. | Tim Potter | 2001-08-24 | 1 | -1/+1 |
* | Some W2k info. | Jeremy Allison | 2001-08-23 | 1 | -0/+41 |
* | Fixed detection of CUPS. We need to check for the presence of the cups | Tim Potter | 2001-08-23 | 3 | -5/+5 |
* | A few changes: | Andrew Bartlett | 2001-08-22 | 2 | -0/+43 |
* | added ERRbadmcb | Andrew Tridgell | 2001-08-22 | 1 | -0/+1 |
* | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 2001-08-20 | 1 | -1/+1 |
* | removed unused file | Andrew Tridgell | 2001-08-16 | 1 | -91/+0 |
* | Moved across definition of dos error types from smb.h to doserr.h | Tim Potter | 2001-08-13 | 2 | -4/+7 |
* | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 2001-08-12 | 1 | -2/+2 |
* | Added Mike Davidsons Tru64 ACL patch. | Jeremy Allison | 2001-08-10 | 2 | -3/+3 |
* | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 2001-08-10 | 2 | -53/+126 |
* | Removed nt_error field from cli_state as it was not used anywhere. | Tim Potter | 2001-08-10 | 1 | -1/+0 |
* | Moved dos error codes from smb.h into new file doserr.h | Tim Potter | 2001-08-10 | 2 | -113/+136 |
* | Added include guards... | Jeremy Allison | 2001-08-03 | 1 | -0/+3 |
* | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 2001-08-03 | 2 | -0/+97 |
* | Allow smbpasswd to join a W2K hosted AD domain. | Jeremy Allison | 2001-08-02 | 1 | -0/+1 |
* | Put HPUX on mmap blacklist. | Jeremy Allison | 2001-08-02 | 1 | -0/+1 |
* | Added "use mmap" for HPUX. | Jeremy Allison | 2001-07-30 | 1 | -0/+1 |
* | Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie. | Jeremy Allison | 2001-07-26 | 2 | -1/+32 |
* | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 2001-07-25 | 1 | -1/+0 |
* | a better test for unix domain sockets | Andrew Tridgell | 2001-07-25 | 2 | -4/+2 |
* | added a --with-libiconv=BASEDIR/ option to allow easier use of an | Andrew Tridgell | 2001-07-25 | 1 | -1/+4 |
* | if EILSEQ doesn't exist then use EIO. It doesn't really matter what | Andrew Tridgell | 2001-07-22 | 1 | -2/+3 |
* | changed the iconv interface to go via ucs2 for all conversions. This | Andrew Tridgell | 2001-07-22 | 2 | -6/+9 |
* | This should fix the build, I think tpot just missed the file for his CVS | Andrew Bartlett | 2001-07-20 | 1 | -0/+1 |
* | Fix from bernd@arresum.inka.de for broken krb configure. | Jeremy Allison | 2001-07-16 | 1 | -1/+1 |
* | Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h, | Andrew Bartlett | 2001-07-10 | 1 | -0/+4 |
* | implement: | Jean-François Micouleau | 2001-07-09 | 1 | -2/+150 |
* | add query user info level 20 (for RAS) | Jean-François Micouleau | 2001-07-09 | 1 | -0/+18 |
* | Add backend encryption support for NTLMv2. | Andrew Bartlett | 2001-07-07 | 3 | -0/+57 |
* | Fix for enumerating large numbers of users. | Jeremy Allison | 2001-07-05 | 1 | -1/+1 |
* | missed a couple of strchr calls | Andrew Tridgell | 2001-07-04 | 2 | -6/+1 |
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 2001-07-04 | 1 | -3/+1 |
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 7 | -782/+73 |
* | Added #define of int32 to int for cray. This will almost certainly cause | Jeremy Allison | 2001-07-03 | 1 | -0/+3 |
* | Not all OSs have setbuffer, so we better check for it. | Andrew Bartlett | 2001-07-02 | 1 | -0/+3 |