summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix bug in get_peer_name() caused by --enable-developer and using the same ↵Gerald Carter2003-12-091-3/+11
| | | | | | | | | | | | src & dest strings to alpha_strcpy(); reported by Michael Young (This used to be commit 0054ce8707038444bec8c4ac8f0deea12ef65820)
| * Make intent to return only one address clear.Jeremy Allison2003-12-091-2/+2
| | | | | | | | | | Jeremy. (This used to be commit 08b6b1e43ce354cfb77701c8953565e1163ff76b)
| * working on bug 687; protect against null src strings in alloc_sub_basic()Gerald Carter2003-12-081-0/+7
| | | | | | | | (This used to be commit b187511920dc6245faeb5ea6b48132bd5ba69ef9)
| * make sure we use a real network address in case there are extra non-zero ↵Gerald Carter2003-12-081-1/+1
| | | | | | | | | | | | octets in hosts allow/deny (This used to be commit f891d434a1406d18f9842ac6b3d1ea49ee96b9bc)
| * Merge from 3.0:Andrew Bartlett2003-12-073-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source/libsmb/ntlmssp.c: Picked up by the build farm - despite all my efforts, security=server was broken by my NTLM2 commit. This should correctly cause the NTLM2 case not to be negotiated when 'security=server' is in effect. testsuide/build_farm/runlist: Without 'non unix accounts' we can't test security=domain on the build farm. source/rpc_server/srv_samr_nt.c: Match Win2k and return 'invalid parameter' for creating of a new account with account flags of 0. Andrew Bartlett (This used to be commit e97f1eb62ae01b5259d7ecfab9b55b07103379c7)
| * Fix for bug #445 (missing unix user on kerberos auth doesn't call add userJeremy Allison2003-12-061-3/+13
| | | | | | | | | | | | script). Jeremy. (This used to be commit 881c5c60977d15b5d4b34fde8743deac80f11a99)
| * fix %a variable for Windows 2003 -> Win2K3Gerald Carter2003-12-052-19/+53
| | | | | | | | (This used to be commit d7db1439a626ae13b77dc262c82e713fcab1ab4f)
| * Janitor for tridge...Jeremy Allison2003-12-051-4/+4
| | | | | | | | | | Jeremy. (This used to be commit d9790a76d88b8c46d665f2294878ee13d438b791)
| * packaging updates from BuchanGerald Carter2003-12-052-4/+11
| | | | | | | | (This used to be commit 9a5b5be68e6ba2c3ab06eb4a8104b7d2d71f0c2a)
| * create libdir for installclientlib; patch from Bill KnoxGerald Carter2003-12-051-0/+1
| | | | | | | | (This used to be commit 915b5eb67f8d4acc901d78b7b7d4d615aef817cd)
| * fix process_incoming_data() to return the number of bytes handled this call ↵Gerald Carter2003-12-041-1/+3
| | | | | | | | | | | | whether we have a complete pdu or not; fixes bug with multiple pdu request rpc's broken over SMBwriteX calls each (This used to be commit 514acc655d58a660b2a2542ff81a880f1bdfc3f6)
| * typo in BASEDIR; patch from Darren ChewGerald Carter2003-12-041-1/+1
| | | | | | | | (This used to be commit c0710a34ba737ebdd078beb223df528b297057a1)
| * readding schema items that were accidentally deletedGerald Carter2003-12-041-1/+49
| | | | | | | | (This used to be commit 14dd4403fe006345a9cdf55b2b35a31176463349)
| * support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-044-52/+23
| | | | | | | | (This used to be commit acf9eae7b0c95776358292c3463951477575bcc6)
| * don't crash on a NULL priviledge pointer; patch from Jianliang LuGerald Carter2003-12-041-0/+6
| | | | | | | | (This used to be commit 5bbfa9989bcade2e1192a68596de3e574faed1d5)
| * * fix RemoveSidForeignDomain() ; bug 252Gerald Carter2003-12-046-84/+121
| | | | | | | | | | | | | | | | * don't fall back to unmapped UNIX group for get_local_group_from_sid() * remove an extra become/unbecome_root() pair from group enumeration (This used to be commit c0f34b42a6a4af09ae4b76721bc350784d87f686)
| * Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" ↵Jeremy Allison2003-12-031-8/+10
| | | | | | | | | | | | | | <fwc@mt.net> Jeremy. (This used to be commit b2d63007608944fff05e45b1f6b312373d022062)
| * Two trivial warningsVolker Lendecke2003-12-021-1/+3
| | | | | | | | | | Volker (This used to be commit 6b46ee6fd5c47d04e9c61e6cec3f0b16b268cd2d)
| * Client connect signing error messages should be level zero elseJeremy Allison2003-12-011-2/+2
| | | | | | | | | | | | they're easy to miss. Jeremy. (This used to be commit b5f32a0869017a3ce457bf45e4aa2c1b621162c6)
| * Get a little paranoid about memfree use in convert_string_allocate..Jeremy Allison2003-12-011-7/+6
| | | | | | | | | | | | Looking at crash bugs #809 and others. Jeremy. (This used to be commit e122891bebd33fc7bd654146a5cbec1feb307555)
| * another strequal() == 0 fixGerald Carter2003-12-011-1/+1
| | | | | | | | (This used to be commit 818bba4b796440453e5911369adf5bd147e9b961)
| * fix inverted logic caused by s/strcmp/strequal/; host allow/deny works ↵Gerald Carter2003-12-011-1/+1
| | | | | | | | | | | | again; bug 846 (This used to be commit 18fe1681c15cc25a41e738e615b759d759f9ecf4)
| * add Replicator and RAS Servers to list of builtin SIDs we resolve; bug 608Gerald Carter2003-12-011-0/+2
| | | | | | | | (This used to be commit 1bb2281e177d1f312c0c3c117c5b0dcabe57125b)
| * don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu ↵Gerald Carter2003-12-011-3/+5
| | | | | | | | | | | | bug 770 (This used to be commit d6333ae8d707c17a6fa26a39b14a802bc816ab3f)
| * In the brief 'net rpc group' listing, don't cut off group names at 21 chars.Volker Lendecke2003-12-011-3/+3
| | | | | | | | | | Volker (This used to be commit d623f695c48736f21a79f02cf669d5bcf39cd920)
| * Beautify the net status help message a bitVolker Lendecke2003-12-011-4/+4
| | | | | | | | | | Volker (This used to be commit f8ffa207e05920f28502b45b550a394aba9648a7)
| * I needed a decently parseable format of smbstatus. Looking at smbstatus codeVolker Lendecke2003-12-014-1/+270
| | | | | | | | | | | | | | | | | | tells me that this should not be expanded, so I implemented net status [sessions|shares] [parseable] Volker (This used to be commit ed38341c8a6454a8ec0f8240d83239f6869536b8)
| * Fix spurious error msg. when seq=0.Jeremy Allison2003-12-011-0/+2
| | | | | | | | | | Jeremy. (This used to be commit fd71acd1ffb3d3c2f2f82395c86512124769d592)
| * Ensure the server can cope with multiple secondary transJeremy Allison2003-12-013-0/+24
| | | | | | | | | | | | requests when signing is turned on. Jeremy. (This used to be commit b97596df7834a80b648022e22983cab5dfb0f7dd)
| * Subtract NT_STATUS from common flag, don't add it...Jeremy Allison2003-12-012-7/+7
| | | | | | | | | | Jeremy. (This used to be commit 0ed153af55279ba1e621c688b5e78f842e72ea1e)
| * Ensure we use the same mid for the secondary trans requests, W2K3Jeremy Allison2003-12-011-0/+6
| | | | | | | | | | | | does this. Jeremy. (This used to be commit e5bb3fdf4c8b2bb5b098bfbc0b4b80d947aeac6c)
| * Don't automatically set nt status code flag unless client tells us it canJeremy Allison2003-12-012-14/+29
| | | | | | | | | | | | cope. Jeremy. (This used to be commit dd1ac8d5eba060dcd7fdde7449d07bee1dc12b27)
| * Better fix for client signing bug. Ensure we don't malloc/free trans signingJeremy Allison2003-12-012-36/+40
| | | | | | | | | | | | state info each packet. Jeremy. (This used to be commit c662e2dbc4d953b3718f69fef4517a3e7539151e)
| * Fix signing bug with secondary client trans requests. Turns out the lastJeremy Allison2003-11-301-0/+20
| | | | | | | | | | | | | | | | packet is the one that matters for checking the signing replies. Need to check the server code does this correctly too.... Bug #832 reported by Volker. Jeremy. (This used to be commit 315f25fc1710e20051414bbf084cb5648129c3bb)
| * Implement 'net rpc group list [global|local|builtin]*' for a select listing ofVolker Lendecke2003-11-282-0/+36
| | | | | | | | | | | | | | the respective user databases. Volker (This used to be commit 53b592f4a64742767f37f9c7f8ee0fdf42e686c6)
| * Fix for pdbedit error code returns (sorry, forgot who sent in the patch).Jeremy Allison2003-11-271-2/+11
| | | | | | | | | | Jeremy. (This used to be commit 37c96290592607b5e731d0b8933be825d93b70f0)
| * Only ask for 512 names at a time.Volker Lendecke2003-11-271-8/+19
| | | | | | | | | | Volker (This used to be commit 73cdf724e90d76e97895ae5b1326825bb59bf90e)
| * use samr_dispinfo(level == 1) for enumerating domain users so we can include ↵Gerald Carter2003-11-271-17/+34
| | | | | | | | | | | | the full name in gecos field; bug 587 (This used to be commit 5482ff71729b623c4561e42b82467bf2d5d64082)
* | add --with-libdir and --with-mandir (patch from Guenther Deschner)Gerald Carter2004-03-191-2/+34
| | | | | | | | (This used to be commit a1d6200cd5488ce328c7238b11c54785d64ca447)
* | bumping version to 3.0.3pre2Gerald Carter2004-03-191-1/+1
| | | | | | | | (This used to be commit 54de60405457bd1fdcbaf6d888969cf6ba897ec4)
* | updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter2004-03-195-118/+547
| | | | | | | | (This used to be commit 5fbfaa687a3674287eeadd205f56b2b253a9e2a9)
* | backport from headSimo Sorce2004-03-191-0/+3
| | | | | | | | (This used to be commit e05eb1437054286f14714c46099e867a396dac7d)
* | Fix gcc warnings. Fix mkproto with new type.Jeremy Allison2004-03-192-11/+12
| | | | | | | | | | Jeremy. (This used to be commit 00fa66df3edeb92ec5efd49bd61f98691e74877a)
* | Merge from HEAD for Amanda group.Jeremy Allison2004-03-182-2/+16
| | | | | | | | | | | | Apply Craig Barratt's fixes to allow multiple exlusion files and patterns. Jeremy. (This used to be commit 0272fac8ca40b3d4ea4de8ac8a2e371d450d12e6)
* | Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough2004-03-186-2/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bad time locally, updating the directory only for hitting the policy limit or resetting. This needed to be done at the passdb level rather than auth, because some of the functions need to be supported from tools such as pdbedit. It was done at the LDAP backend level instead of generically after discussion, because of the complexity of inserting it at a higher level. The login cache read/write/delete is outside of the ldap backend, so it could easily be called by other backends. tdbsam won't call it for obvious reasons, and authors of other backends need to decide if they want to implement it. (This used to be commit 2a679cbc87a2a9111e9e6cdebbb62dec0ab3a0c0)
* | BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change ↵Gerald Carter2004-03-181-1/+1
| | | | | | | | | | | | using pam_smbpass (This used to be commit f21182e24fe440b0cec57baf52cfbe6e07d6c7b7)
* | Correctness patch from fumiya@miraclelinux.com to count characters correctly,Jeremy Allison2004-03-181-0/+3
| | | | | | | | | | | | doesn't affect what got put on the wire. Jeremy. (This used to be commit e8b68ef965ea2e3bed41cb397ef32df05c631e92)
* | updating release notes in preparation fro 3.0.3pre1Gerald Carter2004-03-181-19/+84
| | | | | | | | (This used to be commit 3744d282badbe2fdc67e3ac309a0a0226d63173a)
* | Fix sambaUserWorkstations on a Samba DCVolker Lendecke2004-03-181-0/+1
| | | | | | | | (This used to be commit b58b8b7d6ba607be40d789af023964798b405dcb)
* | Fix sambaUserWorkstations for network samlogons against us as DC. StripVolker Lendecke2004-03-181-1/+9
| | | | | | | | | | | | | | the \\ off the workstation. Volker (This used to be commit d01cb00aad76f8be9767fdcfd92c88ea5d8c4f14)