Age | Commit message (Expand) | Author | Files | Lines |
2001-08-20 | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 1 | -1/+1 |
2001-08-16 | removed unused file | Andrew Tridgell | 1 | -91/+0 |
2001-08-13 | Moved across definition of dos error types from smb.h to doserr.h | Tim Potter | 2 | -4/+7 |
2001-08-12 | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 1 | -2/+2 |
2001-08-10 | Added Mike Davidsons Tru64 ACL patch. | Jeremy Allison | 2 | -3/+3 |
2001-08-10 | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 2 | -53/+126 |
2001-08-10 | Removed nt_error field from cli_state as it was not used anywhere. | Tim Potter | 1 | -1/+0 |
2001-08-10 | Moved dos error codes from smb.h into new file doserr.h | Tim Potter | 2 | -113/+136 |
2001-08-03 | Added include guards... | Jeremy Allison | 1 | -0/+3 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 2 | -0/+97 |
2001-08-02 | Allow smbpasswd to join a W2K hosted AD domain. | Jeremy Allison | 1 | -0/+1 |
2001-08-02 | Put HPUX on mmap blacklist. | Jeremy Allison | 1 | -0/+1 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 1 | -0/+1 |
2001-07-26 | Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie. | Jeremy Allison | 2 | -1/+32 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -1/+0 |
2001-07-25 | a better test for unix domain sockets | Andrew Tridgell | 2 | -4/+2 |
2001-07-25 | added a --with-libiconv=BASEDIR/ option to allow easier use of an | Andrew Tridgell | 1 | -1/+4 |
2001-07-22 | if EILSEQ doesn't exist then use EIO. It doesn't really matter what | Andrew Tridgell | 1 | -2/+3 |
2001-07-22 | changed the iconv interface to go via ucs2 for all conversions. This | Andrew Tridgell | 2 | -6/+9 |
2001-07-20 | This should fix the build, I think tpot just missed the file for his CVS | Andrew Bartlett | 1 | -0/+1 |
2001-07-16 | Fix from bernd@arresum.inka.de for broken krb configure. | Jeremy Allison | 1 | -1/+1 |
2001-07-10 | Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h, | Andrew Bartlett | 1 | -0/+4 |
2001-07-09 | implement: | Jean-François Micouleau | 1 | -2/+150 |
2001-07-09 | add query user info level 20 (for RAS) | Jean-François Micouleau | 1 | -0/+18 |
2001-07-07 | Add backend encryption support for NTLMv2. | Andrew Bartlett | 3 | -0/+57 |
2001-07-05 | Fix for enumerating large numbers of users. | Jeremy Allison | 1 | -1/+1 |
2001-07-04 | missed a couple of strchr calls | Andrew Tridgell | 2 | -6/+1 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -3/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 7 | -782/+73 |
2001-07-03 | Added #define of int32 to int for cray. This will almost certainly cause | Jeremy Allison | 1 | -0/+3 |
2001-07-02 | Not all OSs have setbuffer, so we better check for it. | Andrew Bartlett | 1 | -0/+3 |
2001-07-02 | Fixed the nastiest locking bug to track down.... smb_pids are sent in the | Jeremy Allison | 1 | -0/+1 |
2001-07-01 | Fix for building --with-profile for new vfscalls. | Jeremy Allison | 1 | -0/+4 |
2001-06-30 | Ensure we return correct error on trying to unlock a region not locked. | Jeremy Allison | 1 | -0/+1 |
2001-06-29 | Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>. | Jeremy Allison | 1 | -0/+28 |
2001-06-29 | Ensured all the system calls in msdfs.c go through the vfs layer. | Jeremy Allison | 2 | -0/+8 |
2001-06-29 | From JF.... | Jeremy Allison | 1 | -8/+8 |
2001-06-29 | Removed another silly static array. | Tim Potter | 1 | -2/+2 |
2001-06-26 | Add check for working AF_LOCAL sockets, which are borken | Martin Pool | 1 | -1/+5 |
2001-06-26 | fixed build | Andrew Tridgell | 1 | -0/+1 |
2001-06-26 | fall back to "unsigned" for uint32 on systems that don't have one | Andrew Tridgell | 1 | -1/+3 |
2001-06-25 | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 2 | -6/+9 |
2001-06-23 | Added other_safe_chars to alpha_strcpy(). Needs testing but is a better | Jeremy Allison | 1 | -0/+2 |
2001-06-22 | add an ignore on proto.h | Andrew Tridgell | 1 | -0/+1 |
2001-06-22 | auto-build proto.h if its not there, but don't make it depend | Andrew Tridgell | 1 | -4702/+0 |
2001-06-22 | the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n... | Andrew Tridgell | 1 | -6/+0 |
2001-06-21 | Merging Gerry's spoolss changes. | Jeremy Allison | 2 | -614/+632 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -4/+2 |
2001-06-21 | Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does | Andrew Tridgell | 2 | -614/+613 |
2001-06-20 | Fixed W2K SP2 joining a Samba PDC hosted domain. | Jeremy Allison | 1 | -0/+53 |