Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 2001-07-25 | 1 | -1/+0 | |
| | | | | | | | | | | | | According to the incorruptible judges find and grep, the latter won. Mmm - procrastination. (-: | |||||
| * | 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 | |
| | | | | | | | | alternative iconv library | |||||
| * | if EILSEQ doesn't exist then use EIO. It doesn't really matter what | Andrew Tridgell | 2001-07-22 | 1 | -2/+3 | |
| | | | | | | | | | | error code we use, as long as its not another one that iconv() can give. | |||||
| * | changed the iconv interface to go via ucs2 for all conversions. This | Andrew Tridgell | 2001-07-22 | 2 | -6/+9 | |
| | | | | | | | | | | | | fixes some problems wih some character sets and allows for using internal charsets in conjunction with ionv charsets this makes us slower but more correct. speed will come later. | |||||
| * | This should fix the build, I think tpot just missed the file for his CVS | Andrew Bartlett | 2001-07-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | commit. It seems to work fine, but if its not the right fix then just yell. Andrew Bartlett | |||||
| * | Fix from bernd@arresum.inka.de for broken krb configure. | Jeremy Allison | 2001-07-16 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h, | Andrew Bartlett | 2001-07-10 | 1 | -0/+4 | |
| | | | | | | | | but with a more 'interesting' licence. | |||||
| * | implement: | Jean-François Micouleau | 2001-07-09 | 1 | -2/+150 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | LSA_ENUM_PRIVS LSA_PRIV_GET_DISPNAME LSA_ENUM_ACCOUNTS LSA_OPENACCOUNT LSA_ENUMPRIVSACCOUNT LSA_GETSYSTEMACCOUNT It's a work in progress. nobody should expect it to work J.F. | |||||
| * | add query user info level 20 (for RAS) | Jean-François Micouleau | 2001-07-09 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | | add query dominfo level 5 some cleanup, don't free talloced memory. implement delete domain and local groups. J.F. | |||||
| * | Add backend encryption support for NTLMv2. | Andrew Bartlett | 2001-07-07 | 3 | -0/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The leg-work for this was done by the folks at samba-tng.org, I'm just bringing it accross to HEAD. The MD5 implementation is seperatly derived, and does not have the copyright problems that the one in TNG has. Also add const to a few places where it makes sence. Andrew Bartlett | |||||
| * | Fix for enumerating large numbers of users. | Jeremy Allison | 2001-07-05 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | If I have to do a 2.2.1a release, now I can. | Jeremy Allison | 2001-07-11 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix --with-fhs to move persistant stuff into /var/cache/samba. | Jeremy Allison | 2001-07-09 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Sync up with Andrew's libtool removal. | Jeremy Allison | 2001-07-08 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix proto. | Jeremy Allison | 2001-07-07 | 1 | -548/+548 | |
| | | | | | | | | Jeremy. | |||||
* | | Syncup getting ready for release. | Jeremy Allison | 2001-07-06 | 20 | -292/+781 | |
| | | | | | | | | Jeremy. | |||||
* | | This commit was manufactured by cvs2svn to create branch | cvs2svn Import User | 2001-07-05 | 1 | -0/+780 | |
|\| | | | | | 'SAMBA_2_2_RELEASE'. | |||||
| * | 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 | |
| | | | | | | | | can't redefine them. damn. | |||||
| * | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 7 | -782/+73 | |
| | | | | | | | | | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation. | |||||
| * | Added #define of int32 to int for cray. This will almost certainly cause | Jeremy Allison | 2001-07-03 | 1 | -0/+3 | |
| | | | | | | | | | | the rpc code to fail on the cray.... Jeremy. | |||||
| * | Not all OSs have setbuffer, so we better check for it. | Andrew Bartlett | 2001-07-02 | 1 | -0/+3 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Fixed the nastiest locking bug to track down.... smb_pids are sent in the | Jeremy Allison | 2001-07-02 | 1 | -0/+1 | |
| | | | | | | | | | | lockingX calls - use that instead of smb_pid in the packet. Jeremy. | |||||
| * | Fix for building --with-profile for new vfscalls. | Jeremy Allison | 2001-07-01 | 1 | -0/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | Ensure we return correct error on trying to unlock a region not locked. | Jeremy Allison | 2001-06-30 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>. | Jeremy Allison | 2001-06-29 | 1 | -0/+28 | |
| | | | | | | | | Jeremy. | |||||
| * | Ensured all the system calls in msdfs.c go through the vfs layer. | Jeremy Allison | 2001-06-29 | 2 | -0/+8 | |
| | | | | | | | | | | | | Added vfs calls to symlink() and readlink() with appropriate configure checks. Jeremy. | |||||
| * | From JF.... | Jeremy Allison | 2001-06-29 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hi jeremy, can you commit the following patch against HEAD. I can't do it right now Thanks Tim for me. He changed the SAM_DISPINFO_1 array without checking if he didn't break the server code. And he did. So on my way I cleaned info_1, 2, .. 5 it may break winbind. I leave to tim the pleasure to fix it ;-) jf. I added some talloc changes and checks for alloc fails. Jeremy. | |||||
| * | Removed another silly static array. | Tim Potter | 2001-06-29 | 1 | -2/+2 | |
| | | ||||||
| * | Add check for working AF_LOCAL sockets, which are borken | Martin Pool | 2001-06-26 | 1 | -1/+5 | |
| | | | | | | | | | | on RH7.0 with _LARGEFILE64_SOURCE, and probably not present on non-Unix systems like VMS. | |||||
| * | fixed build | Andrew Tridgell | 2001-06-26 | 1 | -0/+1 | |
| | | | | | | | | don't rush commits :) | |||||
| * | fall back to "unsigned" for uint32 on systems that don't have one | Andrew Tridgell | 2001-06-26 | 1 | -1/+3 | |
| | | ||||||
| * | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ↵ | Andrew Tridgell | 2001-06-25 | 2 | -6/+9 | |
| | | | | | | | | instead of a define | |||||
| * | Added other_safe_chars to alpha_strcpy(). Needs testing but is a better | Jeremy Allison | 2001-06-23 | 1 | -0/+2 | |
| | | | | | | | | | | fix for the problem. Jeremy. | |||||
| * | add an ignore on proto.h | Andrew Tridgell | 2001-06-22 | 1 | -0/+1 | |
| | | ||||||
| * | auto-build proto.h if its not there, but don't make it depend | Andrew Tridgell | 2001-06-22 | 1 | -4702/+0 | |
| | | | | | | | | on anything. Delete proto.h from CVS | |||||
| * | the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have ↵ | Andrew Tridgell | 2001-06-22 | 1 | -6/+0 | |
| | | | | | | | | no way of telling if the call really failed | |||||
| * | Merging Gerry's spoolss changes. | Jeremy Allison | 2001-06-21 | 2 | -614/+632 | |
| | | | | | | | | Jeremy. | |||||
| * | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 2001-06-21 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | but the code suffered from bitrot and is not now reentrant. That means we can get bizarre behaviour i've fixed this by making next_token() reentrant and creating a next_token_nr() that is a small non-reentrant wrapper for those lumps of code (mostly smbclient) that have come to rely on the non-reentrant behaviour | |||||
| * | Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does | Andrew Tridgell | 2001-06-21 | 2 | -614/+613 | |
| | | | | | | | | | | | | | | | | send unaligned unicode strings sometimes! Fixed our handling of the workgroup name tacked on the end of the NT1 negprot response (a unaligned unicode) fixed a couple of places where we should be using the message_end fns instead of pre-calculated buffer lengths | |||||
| * | Fixed W2K SP2 joining a Samba PDC hosted domain. | Jeremy Allison | 2001-06-20 | 1 | -0/+53 | |
| | | | | | | | | Jermey. | |||||
| * | initial support for paramter type P_LIST | Simo Sorce | 2001-06-20 | 2 | -619/+624 | |
| | | | | | | | | | | | | it will avoid problems with lists being longer than 1024 bytes just now only ip list parameters have been converted to the new type (hosts allow, hosts deny, ssl hosts, ssl hosts resign) | |||||
| * | make proto | Tim Potter | 2001-06-20 | 1 | -0/+2 | |
| | | ||||||
| * | added a close-share smbcontrol message that forcibly closes a share in smbd ↵ | Andrew Tridgell | 2001-06-20 | 2 | -610/+612 | |
| | | | | | | | | (to allow unmount) | |||||
| * | INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to not | Jeremy Allison | 2001-06-19 | 2 | -5/+5 | |
| | | | | | | | | | | depend on it... Jeremy. | |||||
| * | Added patches to remove Linux specific XFS ACLs. These are now handled by the | Jeremy Allison | 2001-06-18 | 4 | -680/+609 | |
| | | | | | | | | | | | | generic Linux ACL code. rpc_server/srv_samr_nt.c: Don't delete a policy handle before it's created. Jeremy. | |||||
| * | added a oplock break handler hook to the client code, this allows for more ↵ | Andrew Tridgell | 2001-06-18 | 2 | -0/+9 | |
| | | | | | | | | complete testing of oplocks from smbtorture and would also be essential if a client app ever really did want to use oplocks properly | |||||
| * | Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive | Tim Potter | 2001-06-18 | 1 | -1/+0 | |
| | | | | | | | | | | and the use of this function only increased timeouts when Samba queries a broken DNS server. | |||||
| * | Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch. | Jeremy Allison | 2001-06-16 | 2 | -0/+27 | |
| | | | | | | | | Jeremy. |