summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Final part of fix for #445. Don't add user for machine accounts.Jeremy Allison2003-12-091-0/+4
| | | | | Jeremy. (This used to be commit 3684cffbd269389d14b37edd5959e29912c13a60)
* 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 b7df6849c9368aa2e5960de54a03be269ab89fef)
* starting on Fedora packaging; reference point to begin with taken from RH ↵Gerald Carter2003-12-0910-0/+409
| | | | | | 3.0.0-15 packaging files (This used to be commit 4062cc38fde129056ea7ff796f7d00cfb6abf263)
* starting on Fedora packagingGerald Carter2003-12-091-0/+977
| | | | (This used to be commit a78079286ec2a73ca26f9706d063d6b30553486d)
* Make intent to return only one address clear.Jeremy Allison2003-12-091-2/+2
| | | | | Jeremy. (This used to be commit d3d0353baeba580d8a7a4688f847463b1b2e750c)
* working on bug 687; protect against null src strings in alloc_sub_basic()Gerald Carter2003-12-081-0/+7
| | | | (This used to be commit 6cf91bce40f85879de00b9ce89ad9b5e04a50b35)
* 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 0348e85177ae90c350659451424ab521a4fc335a)
* Fix comment.Tim Potter2003-12-071-1/+1
| | | | (This used to be commit a999f7f23fc68e51dd04f1c5a2c84f19d5c4a0a5)
* 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 5d9f06bdae4e7b878a87fb97367cf10afbc5f6b2)
* fix %a variable for Windows 2003 -> Win2K3Gerald Carter2003-12-052-19/+53
| | | | (This used to be commit 2f43a1c166dfc8679a9d03bd0f3cf9303aafcf74)
* packaging updates from BuchanGerald Carter2003-12-052-4/+11
| | | | (This used to be commit b67929cc3e2339e0865f2924b930f1d834c20ed9)
* create libdir for installclientlib; patch from Bill KnoxGerald Carter2003-12-051-0/+1
| | | | (This used to be commit b19472e108508935e6c80f61fd1394e852cb0902)
* removing RCS tagsGerald Carter2003-12-0514-27/+0
| | | | (This used to be commit 9a7774306dfa29f0b343343844a2c08650d5ba1a)
* * removing extra fileGerald Carter2003-12-053-94/+12
| | | | | * updating version in Makefile (This used to be commit 3249e69274c00922c6d8710019c19d8c8add8255)
* fixed a problem with "net rpc vampire" mis-parsing the alias memberAndrew Tridgell2003-12-051-4/+4
| | | | | | | info reply Thanks to a bug report by 'musb' (This used to be commit 310f90f3689d4acd16368a833f23ea5f9aaa0133)
* Change PICFLAG -> PICFLAGS to keep in line with version from sourceTim Potter2003-12-051-16/+16
| | | | | directory and fix display bug. (This used to be commit f43546d0af7c7ad74b3bf0bae1652822184a04da)
* updating top 0.8.2-1 of the smbldap toolsGerald Carter2003-12-0422-813/+1354
| | | | (This used to be commit b798f30f0a83ba00ebbe1b82983ca6690642ad02)
* bumping version in preparation for 3.0.1rc1Gerald Carter2003-12-041-2/+2
| | | | (This used to be commit 91c95391c3efd4c1009032acc6af9f7886447c55)
* Fix incorrect smb flags2 for connections to pre-NT servers (causes smbclient toSteve French2003-12-041-0/+7
| | | | | fail to OS2 for example) (This used to be commit 54e2fcb8f4a9d603b3210baa014b3f5f15070a22)
* 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 ff06f3ca8e597d093b8a76b5cfabfa6009f4b591)
* fix debug messageGerald Carter2003-12-041-2/+2
| | | | (This used to be commit 550b309a65d138364502c720894e2099de6b5076)
* typo in BASEDIR; patch from Darren ChewGerald Carter2003-12-041-1/+1
| | | | (This used to be commit 21b0758a88a2469a61d13acf7ecc006152a07273)
* sync OID with HEADGerald Carter2003-12-041-1/+1
| | | | (This used to be commit d463abb035a19dce84902039623275cd72e16edc)
* support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-044-4/+23
| | | | (This used to be commit 1c3c16abc94d197e69e3350de1e5cc1e99be4322)
* don't crash on a NULL priviledge pointer; patch from Jianliang LuGerald Carter2003-12-041-0/+6
| | | | (This used to be commit 2742e813fea2366f91bec62dca407f65ad5c4623)
* Picked up by the build farm - despite all my efforts, security=server wasAndrew Bartlett2003-12-041-8/+13
| | | | | | | | broken by my NTLM2 commit. This should correctly cause the NTLM2 case not to be negotiated when 'security=server' is in effect. Andrew Bartlett (This used to be commit 19bb4b582f98eb1da41e22c9a2a2c11602cb95e4)
* Without 'non unix accounts' we can't test security=domain on the build farm.Andrew Bartlett2003-12-041-2/+2
| | | | (This used to be commit c8485d3f00727fb363b45e48581eeb0b0b0cb851)
* * 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 da12bbdb0dd9179b1ed457fa009679e2da4a8440)
* 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 3a8fe3b2ef30cbe0cf441d6c4ffa9c309dc71e54)
* Match Win2k and return 'invalid parameter' for creating of a new account withAndrew Bartlett2003-12-021-0/+6
| | | | | | | account flags of 0. Andrew Bartlett (This used to be commit 601120f335b69e5b8a003038dfac00f3f234a5c1)
* Two trivial warningsVolker Lendecke2003-12-021-1/+3
| | | | | Volker (This used to be commit a13e088493d91d39f730ba4b5138d5c4c5aa113a)
* 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 7fa89b093709053650d197d2d0f091b9a1cd8218)
* 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 cd2075580b0f35c8a414c995f03834c01efaa9be)
* another strequal() == 0 fixGerald Carter2003-12-011-1/+1
| | | | (This used to be commit 464b410734c46bc55f2427e99ecf61bad7e3b244)
* 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 c816b44a9c1278d756f63044bb3a3bce3afec9b3)
* add Replicator and RAS Servers to list of builtin SIDs we resolve; bug 608Gerald Carter2003-12-011-0/+2
| | | | (This used to be commit 4bc58129e073973620aed1bfb161ee83c1863f81)
* 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 3a55788dca537248d0aea9973a84075e142b7736)
* 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 5d0b8280f6c4990ee3a26c310efebfa859ee21be)
* Beautify the net status help message a bitVolker Lendecke2003-12-011-4/+4
| | | | | Volker (This used to be commit e9391e206a8cdbcc08597a33b557b86f9a5d73ce)
* 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 63d877c6b4786dcddf5f389842f798857be282c0)
* Fix spurious error msg. when seq=0.Jeremy Allison2003-12-011-0/+2
| | | | | Jeremy (This used to be commit 4912ad8f18041c9c3abe2cfa67dd26a324c9c31e)
* 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 206464a748a59b1d485d4d3d0cb4d257d60fbd00)
* Subtract NT_STATUS from common flag, don't add it...Jeremy Allison2003-12-012-7/+7
| | | | | Jeremy. (This used to be commit 4e73faa7b4af7f73bdce9fcc2ee1825249dc7da7)
* 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 8adf0cd27a23b1bc6e0da08789a8b1e9eefb54a7)
* 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 0d82ac57a59276adb403f8e023578c2d6d5136e4)
* 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 818cf32d6330f7e7855ce662326003e75d4a1d46)
* 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 6750dc33b46c422582176b704592d9b2f1fb04d7)
* 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 39e4ee0c5be9f8d5a26b03ae17865b8e576b0b62)
* 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 685097bc50a8ef387c5082401858d482329c37bc)
* Only ask for 512 names at a time.Volker Lendecke2003-11-271-8/+19
| | | | | Volker (This used to be commit d5775b7106dc5d6326db89f7369d2ffd61646426)