Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fixed compilation error in smbw | Andrew Tridgell | 2001-09-16 | 1 | -11/+1 | |
| | | ||||||
| * | Start pushing the NTSTATUS stuff out to the wire for session setups. | Andrew Bartlett | 2001-09-16 | 2 | -51/+28 | |
| | | | | | | | | | | | | | | | | | | Rework the 'map to guest' code, its now possible to follow what its trying to do... Add an NT_STATUS_EQUAL(x,y) macro to make this stuff sane to look at. Andrew Bartlett | |||||
| * | Kill off the dangerous passwd program default, as its both very | Andrew Bartlett | 2001-09-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | system-dependent and can allow (when unix password sync = yes) the 'syncronisation' of root's password by a normal user :-( Andrew Bartlett | |||||
| * | Looks like it missed these. make_connection now no longer takes a 'username' | Andrew Bartlett | 2001-09-15 | 2 | -43/+9 | |
| | | | | | | | | argument. | |||||
| * | free memory before returning. | Simo Sorce | 2001-09-15 | 1 | -0/+7 | |
| | | | | | | | | tx Andreas Moroder. | |||||
| * | use variables _before_ freeing them! | Simo Sorce | 2001-09-15 | 1 | -3/+2 | |
| | | | | | | | | thanks to Andreas Moroder for spotting these two. | |||||
| * | Kill off the //server/share%user hack in share level security. | Andrew Bartlett | 2001-09-15 | 4 | -105/+27 | |
| | | | | | | | | | | | | This should help make much of this code simpiler. Andrew Bartlett | |||||
| * | update for .proto.stamp | Andrew Bartlett | 2001-09-15 | 1 | -0/+1 | |
| | | ||||||
| * | Oops... For reference, NTLMv2 passwords are > 24 chars in length, while | Andrew Bartlett | 2001-09-15 | 1 | -1/+1 | |
| | | | | | | | | NTLMv1 passwords (and old LM passwords) are exactly 24 in lenghth. | |||||
| * | This looked suspicious now we are attempting to to NTLMv2. | Andrew Bartlett | 2001-09-15 | 1 | -2/+2 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Fix up NTSTATUS stuff in rpcclient's help function | Andrew Bartlett | 2001-09-15 | 1 | -5/+5 | |
| | | ||||||
| * | Restore the profiling data shmem parinoia. This whole area needs to be | Andrew Bartlett | 2001-09-15 | 2 | -4/+12 | |
| | | | | | | | | fixed - an mmaped file or the like would be a good idea. | |||||
| * | Actually fill in the status for sainity checks | Andrew Bartlett | 2001-09-15 | 1 | -1/+1 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Fixed up Solaris 64 bit configure. | Jeremy Allison | 2001-09-15 | 4 | -706/+714 | |
| | | | | | | | | Jeremy. | |||||
| * | merges from 2.2 | Gerald Carter | 2001-09-14 | 4 | -765/+735 | |
| | | ||||||
| * | merge from appliance_head | Gerald Carter | 2001-09-14 | 1 | -6/+6 | |
| | | ||||||
| * | merge from 2.2 | Gerald Carter | 2001-09-14 | 1 | -0/+2 | |
| | | ||||||
| * | Update manpage for new 'add machine script' paramater | Andrew Bartlett | 2001-09-14 | 1 | -0/+20 | |
| | | ||||||
| * | Now that we always get back an NTSTATUS code actually pass it on to the | Andrew Bartlett | 2001-09-14 | 4 | -34/+10 | |
| | | | | | | | | | | | | auth subsytem. Also kill off the (unneeded) wrapper fuction. Andrew Bartlett | |||||
| * | Finally commit my fix to this little mess... | Andrew Bartlett | 2001-09-14 | 1 | -10/+25 | |
| | | | | | | | | | | | | | | | | The same function that adds machines to the system also adds users, and the new 'add user script'/'add machine script' distinction needs to be made correctly. Also introduces a sainity check for correct $ termination. Andrew Bartlett | |||||
| * | Produce correct lanman and nt hashes in samsync smbpasswd output. The | Tim Potter | 2001-09-14 | 1 | -5/+24 | |
| | | | | | | | | | | output from samsync -p produces the same output as running PWDUMP.EXE on the domain controller except it happens via the sam synchronisation protocol. | |||||
| * | Merge prs_hash1() function from tng. | Tim Potter | 2001-09-14 | 1 | -0/+24 | |
| | | ||||||
| * | Decode 68-byte password blocks using sam replication password key (which | Tim Potter | 2001-09-14 | 1 | -2/+4 | |
| | | | | | | | | is actually the user session key). | |||||
| * | Merge of sam_pwd_hash() function from tng. | Tim Potter | 2001-09-14 | 1 | -0/+17 | |
| | | ||||||
| * | Use session key from cli_state struct rather than the uninitialised one | Tim Potter | 2001-09-14 | 1 | -4/+2 | |
| | | | | | | | | when calling cli_netlogon_sam_sync(). (-: | |||||
| * | Removed CHECK_STRUCT macro - it isn't used anywhere. | Tim Potter | 2001-09-14 | 1 | -12/+0 | |
| | | ||||||
| * | Oops. | Tim Potter | 2001-09-14 | 1 | -1/+1 | |
| | | ||||||
| * | Discovered a whole lot more opcodes on the LSA pipe while writing a rpc | Tim Potter | 2001-09-13 | 1 | -6/+38 | |
| | | | | | | | | | | | | | | | | scanner. There's lots of quota, privilege, and trusted domain goodness waiting to be reverse engineered here! Unfortunately the scanner can crash LSASS.EXE on NT4 just by writing packets containing 0xdeadbeef. )-: | |||||
| * | Fixed return value for cli_dfs_exist() - nt4 returns 1, w2k returns 2. | Tim Potter | 2001-09-13 | 1 | -10/+12 | |
| | | | | | | | | | | Use werror_to_ntstatus() to convert error returns from dfs client functions into nt errors. | |||||
| * | added a new global option "hostname lookups = yes/no" | Andrew Tridgell | 2001-09-13 | 2 | -0/+15 | |
| | | | | | | | | | | | | | | | | This should finally kill off the remaining places where we attempt reverse lookups of the IP of the client. It may be that some pam modules called via the session code will need "hostname lookups = yes" but I've left it off by default as most sites don't need it and so many sites have broken reverse maps | |||||
| * | Terminate dfs referral alternate path string. DFS now works again in head | Tim Potter | 2001-09-13 | 1 | -1/+1 | |
| | | | | | | | | - hooray! | |||||
| * | Fixed problems with arg parsing as root with smbpasswd. | Jeremy Allison | 2001-09-12 | 1 | -8/+11 | |
| | | | | | | | | Jeremy. | |||||
| * | Converted msdfs referral server code to use rpcstr_push() functions. Still | Tim Potter | 2001-09-12 | 1 | -12/+10 | |
| | | | | | | | | doesn't work though. )-: | |||||
| * | String length fix from Toomas Soome <tsoome@ut.ee> | Tim Potter | 2001-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | Ignore torture test binaries. | Tim Potter | 2001-09-12 | 1 | -0/+5 | |
| | | ||||||
| * | Fixed typo. | Tim Potter | 2001-09-12 | 1 | -2/+2 | |
| | | ||||||
| * | Some patches to authentication: | Tim Potter | 2001-09-12 | 14 | -45/+63 | |
| | | | | | | | | | | | | | | | | | | - the usersupplied_info now contains a smb_username (as it comes across on the wire) and a unix_username (after being passed through mapping functions) - when doing security={server,domain} use the smb_username, otherwise use the unix_username | |||||
| * | - enable MSDFS by default, there seems no reason not to have it enabled | Andrew Tridgell | 2001-09-12 | 12 | -75/+6 | |
| | | | | | | | | | | | | | | | | by default in Samba 3.x - got rid of some unused parameters in Makefile.in - declare DEBUGLEVEL in debug.h rather than in each file | |||||
| * | Hmm - needs to be converted to pull/push unistr routines. But at least it | Tim Potter | 2001-09-12 | 1 | -2/+8 | |
| | | | | | | | | compiles now which should keep the build farm happy. | |||||
| * | Converted DFS error returns to WERROR instead of uint32. | Tim Potter | 2001-09-12 | 2 | -33/+39 | |
| | | ||||||
| * | Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h to | Tim Potter | 2001-09-12 | 2 | -16/+17 | |
| | | | | | | | | fit in with new error reporting subsystem. | |||||
| * | Update from sgml source. | Tim Potter | 2001-09-11 | 2 | -133/+156 | |
| | | ||||||
| * | Fixed some bad markup. | Tim Potter | 2001-09-11 | 1 | -2/+2 | |
| | | ||||||
| * | Standardised on 'var = value' when referencing smb.conf parameters, rather | Tim Potter | 2001-09-11 | 1 | -39/+39 | |
| | | | | | | | | | | | | than 'var=value'. Fixed up some dodgy quoting on the way. | |||||
| * | Tweak the building rules under Solaris with CC. | Richard Sharpe | 2001-09-11 | 2 | -262/+264 | |
| | | ||||||
| * | Added a string for NT_STATUS_OK, m'kay? | Tim Potter | 2001-09-11 | 1 | -0/+1 | |
| | | ||||||
| * | Make sure to commit configure | Richard Sharpe | 2001-09-11 | 1 | -266/+265 | |
| | | ||||||
| * | Some small changes to configure to remove things like -X4 etc on compiles. | Richard Sharpe | 2001-09-11 | 1 | -4/+3 | |
| | | ||||||
| * | fix typo | Herb Lewis | 2001-09-11 | 2 | -2/+2 | |
| | | ||||||
| * | Fix for second logic bug when handing oplock breaks and client messages | Jeremy Allison | 2001-09-10 | 1 | -1/+11 | |
| | | | | | | | | | | simultaneously. Jeremy. |