Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | made pass_check_smb() available for dce/rpc use. | Luke Leighton | 1998-10-16 | 1 | -1/+4 | |
| | ||||||
* | oops. | Luke Leighton | 1998-10-16 | 1 | -3/+4 | |
| | ||||||
* | rpc client mods (ntlmssp flags) | Luke Leighton | 1998-10-16 | 1 | -0/+3 | |
| | ||||||
* | Re-added code to tell the user how many open files they | Jeremy Allison | 1998-10-16 | 1 | -2/+2 | |
| | | | | | have. Needed for server diagnosis purposes... Jeremy. | |||||
* | trans2.h: Added Thursby MAC extension. | Jeremy Allison | 1998-10-16 | 1 | -0/+6 | |
| | | | | | | smbd/trans2.c: Added Thursby MAX extension. libsmb/clientgen.c: Fixed smbtorture lock code. Jeremy. | |||||
* | rpcclient interactive login (with trust account changing if you are root) | Luke Leighton | 1998-10-15 | 1 | -0/+10 | |
| | | | | cli_session_setup handles null sessions correctly | |||||
* | bug-fixing against: | Luke Leighton | 1998-10-15 | 5 | -11/+63 | |
| | | | | | | | | | | | | | | | | | | AS/U: it returns dce/rpc "first" and "last" bits _clear_ in a bind/ack response, when they should be set in a (small) packet. they also, in the bind/ack do not set a secondary address string at all, so we can't check against that... Win95: client-side dce/rpc code is a bit odd. it does a "WaitNamedPipeState" and has slightly different pipe-naming (\PIPE\LANMAN is joined by \PIPE\SRVSVC, \PIPE\WINREG etc whereas nt just has \PIPE\LANMAN and \PIPE\). Win95-USRMGR.EXE: added LsaOpenPolicy (renamed existing to LsaOpenPolicy2). added SamrConnect (renamed existing to SamrConnect2). | |||||
* | config: Fix crypt prototype on RedHat Linux. | Jeremy Allison | 1998-10-15 | 2 | -0/+6 | |
| | | | | | | | | include/includes.h: Fix crypt prototype on RedHat Linux. smbd/fileio.c: Fix mmap bug found by WinCE client. smbd/ipc.c: Fix WinCE wierdness with pipes being opened as \server\pipe\lanman smbd/password.c: Fix encrypted null passwords. Jeremy. | |||||
* | warnings spotted by ./configure.developer options | Luke Leighton | 1998-10-14 | 1 | -1/+0 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-14 | 3 | -2/+4 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-10 | 1 | -2/+3 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-10 | 1 | -3/+3 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-09 | 2 | -11/+25 | |
| | ||||||
* | signed / unsigned issues spotted by herb | Luke Leighton | 1998-10-09 | 1 | -1/+1 | |
| | ||||||
* | basic client-side ntcreateX function (hard-wired values except filename) | Luke Leighton | 1998-10-09 | 1 | -2/+3 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-09 | 4 | -3/+5 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-08 | 3 | -53/+70 | |
| | ||||||
* | - fixed a bunch of warnings and minor errors | Andrew Tridgell | 1998-10-08 | 1 | -1/+1 | |
| | | | | | | - got smbtorture to compile - removed %D from some of lukes code - Luke, what is %D? it ain't portable anyway | |||||
* | removed extra comma (some compilers don't like it). | Andrew Tridgell | 1998-10-08 | 1 | -1/+1 | |
| | | | | Luke, I fixed this yesterday as well! grumble. | |||||
* | use 1 second resolution calls if possible | Andrew Tridgell | 1998-10-08 | 1 | -2/+2 | |
| | ||||||
* | removed lukes acl check in configure (not needed) | Andrew Tridgell | 1998-10-08 | 1 | -5/+0 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-07 | 3 | -14/+49 | |
| | ||||||
* | added aclent_t autoconf test (defines as an int if it doesn't exist). | Luke Leighton | 1998-10-07 | 1 | -0/+1 | |
| | | | | | | | | this is to stop a compilation error caused by make proto putting functions that are wrapped in #if HAVE_ACLxxx code. maybe a better fix would be to have mkproto.awk exclude any functions wrapped in #if HAVEs that don't exist. | |||||
* | make proto required | Luke Leighton | 1998-10-07 | 1 | -0/+5 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-07 | 2 | -10/+15 | |
| | ||||||
* | more solaris acl fixes | Andrew Tridgell | 1998-10-07 | 1 | -0/+4 | |
| | ||||||
* | remoevd a misplaced comma | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 | |
| | ||||||
* | yet another attempt at making this stuff portable. This time I use | Andrew Tridgell | 1998-10-07 | 1 | -13/+0 | |
| | | | | minimal includes in wrapped.c | |||||
* | detect __sys_llseek() | Andrew Tridgell | 1998-10-07 | 1 | -2/+5 | |
| | ||||||
* | more OSF1 changes as well as changes to allow us to use the standard | Andrew Tridgell | 1998-10-07 | 2 | -0/+24 | |
| | | | | includes.h in wrapped.c, thus making porting much simpler | |||||
* | test whether seekdir() returns void or not | Andrew Tridgell | 1998-10-07 | 1 | -0/+1 | |
| | ||||||
* | - no getdents on OSF1 | Andrew Tridgell | 1998-10-07 | 1 | -0/+6 | |
| | | | | | - try a new method of handling prototype mismatches in wrapped.c. We now try to disable prototypes! | |||||
* | dce/rpc | Luke Leighton | 1998-10-06 | 3 | -33/+91 | |
| | ||||||
* | implemented unix semantics for rename in smbwrapper | Andrew Tridgell | 1998-10-06 | 1 | -0/+1 | |
| | ||||||
* | added a wrapper for fork() | Andrew Tridgell | 1998-10-06 | 1 | -0/+6 | |
| | | | | | in a fork we have to close all server connections otherwise we can end up with two processes writing to the same socket. | |||||
* | rpcclient srvsvc commands. | Luke Leighton | 1998-10-05 | 2 | -8/+16 | |
| | ||||||
* | new prototypes | Andrew Tridgell | 1998-10-05 | 1 | -1/+1 | |
| | ||||||
* | got smbwrapper working on IRIX 6.4. Things got a bit tricky, | Andrew Tridgell | 1998-10-05 | 1 | -1/+9 | |
| | | | | especially as the headers get the syscall numbers wrong! | |||||
* | test for creat64() | Andrew Tridgell | 1998-10-05 | 1 | -0/+3 | |
| | ||||||
* | test for loff_t and offset_t to support llseek() on Solaris and Linux. | Andrew Tridgell | 1998-10-05 | 1 | -0/+2 | |
| | ||||||
* | revert 64-bit file support; it's hard-coded already | Alexandre Oliva | 1998-10-05 | 1 | -1/+1 | |
| | ||||||
* | added 64-bit file support | Alexandre Oliva | 1998-10-05 | 1 | -1/+1 | |
| | ||||||
* | added pread pread64 pwrite pwrite64 and open64 | Andrew Tridgell | 1998-10-05 | 1 | -0/+45 | |
| | ||||||
* | added a function set_maxfiles() to set our file rlimit to the max | Andrew Tridgell | 1998-10-05 | 1 | -0/+1 | |
| | | | | possible and return the max. | |||||
* | tests for readdir64 | Andrew Tridgell | 1998-10-05 | 1 | -0/+9 | |
| | ||||||
* | reran autoconf | Andrew Tridgell | 1998-10-05 | 1 | -0/+27 | |
| | ||||||
* | bin/cvsignore: deleted, so that bin can be removed from the repository | Alexandre Oliva | 1998-10-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | .cvsignore: added bin; it is no longer part of the source tree smbwrapper/smbsh: now auto-generated from smbsh.in smbwrapper/.cvsignore: added smbsh configure.in: generate @builddir@ configure, include/stamp-h.in: regen Makefile.in: new target `smbwrapper'; sped up directory creation | |||||
* | more solaris 2.5 fixups. It now seems to be working pretty well. | Andrew Tridgell | 1998-10-04 | 1 | -0/+72 | |
| | ||||||
* | started basic support for solaris 2.5 in smbwrapper. | Andrew Tridgell | 1998-10-04 | 1 | -0/+81 | |
| | ||||||
* | - modified resolve_name() to take a name_type | Andrew Tridgell | 1998-10-04 | 1 | -1/+1 | |
| | | | | | | - cleaned up resolve_name() (split into separate functions for each resolver) - if can't find local master then use #1B name - support listing of foreign workgroups in /smb/ |