Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed a couple of nasty bugs only easily seen with no mmap. Firstly, | Jeremy Allison | 2001-09-18 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | map_ptr not neccessarily set to NULL if no mmap, secondly, iterating through a tdb was using SETLK, instead of SETLKW - would almost never fail with mmap as the time holding the lock was so short, but was easily seen with read/write. One finaly bug needs tracking down w.r.t. traversal...... Jeremy. | |||||
| * | Correct fix for unaligned memcpy - malloc'ed memory incremented by ↵ | Jeremy Allison | 2001-09-18 | 2 | -19/+24 | |
| | | | | | | | | | | | | | | | | | | | | sizeof(struct locking_data) was not forced to be 8 byte aligned. Use union to force it to be correctly aligned for memcpy and use void *, to tell compiler not to optimize aligned copy (this last fix suggested by Trond @ RedHat). The first fix should be sufficient, but this provides a "belt and braces" fix. Jeremy. | |||||
| * | Use structure copy to fix unaligned accesses on 64bit architectures on | Jeremy Allison | 2001-09-18 | 2 | -2/+2 | |
| | | | | | | | | | | Linux. Jeremy. | |||||
| * | Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS. | Tim Potter | 2001-09-18 | 5 | -19/+34 | |
| | | ||||||
| * | Doc fix merge from 2.2 | Tim Potter | 2001-09-18 | 1 | -10/+0 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 7 | -30/+28 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 3 | -8/+6 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 32 | -193/+145 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 11 | -146/+133 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 3 | -28/+17 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 5 | -32/+13 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 2 | -52/+43 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 6 | -46/+31 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 2 | -26/+20 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 14 | -68/+51 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 14 | -39/+37 | |
| | | ||||||
| * | fixed ctemp in server and client. It turns out that ctemp on NT is ↵ | Andrew Tridgell | 2001-09-17 | 4 | -25/+48 | |
| | | | | | | | | completely broken, and it's pointless to emulate their brokenness completely in this case, but at least this makes us use approximately the same packet format. The spec is complelet wrong in this case | |||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 5 | -44/+36 | |
| | | ||||||
| * | typo | Simo Sorce | 2001-09-17 | 1 | -5/+2 | |
| | | ||||||
| * | fixed compilation of groupdb | Andrew Tridgell | 2001-09-17 | 1 | -3/+3 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 10 | -141/+91 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 23 | -168/+129 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 5 | -22/+15 | |
| | | ||||||
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 2 | -19/+16 | |
| | | ||||||
| * | introduce SAFE_FREE() macro as suggested by andreas moroder. | Simo Sorce | 2001-09-17 | 2 | -25/+24 | |
| | | ||||||
| * | Fix compile warnings on IRIX's cc. | Andrew Bartlett | 2001-09-16 | 1 | -3/+3 | |
| | | ||||||
| * | Fix (I hope) for a number of little compile warnings found by the IRIX | Andrew Bartlett | 2001-09-16 | 3 | -8/+8 | |
| | | | | | | | | | | | | compilers on the build farm. Andrew Bartlett | |||||
| * | Minor tidy-up. | Andrew Bartlett | 2001-09-16 | 1 | -1/+1 | |
| | | ||||||
| * | Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where | Andrew Bartlett | 2001-09-16 | 8 | -80/+136 | |
| | | | | | | | | | | | | | | | | | | they can have general effect. Fixed up workstaion support in the rest of samba, so that we can do these checks. Pass through the workstation for cli_net_logon(), if supplied. | |||||
| * | 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. |