summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add testacl.c ... from Derrell Lipman.Richard Sharpe2003-11-121-0/+280
| | | | | | | | (This used to be commit af42af75a45d6e6538009694704e11eb83c88457)
* | Omit html documentation tree because it has been moved to the separateRafal Szczesniak2003-11-121-7/+10
| | | | | | | | | | | | | | | | module. Install though, in case one recreates the tree as it was before. rafal (This used to be commit d6857d191ca5aa24f791880e517b0e8db3d587eb)
* | a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-1221-3/+19
| | | | | | | | | | | | compilation, but that allows Samba3 to take advantage of pre-compiled headers in gcc if available. (This used to be commit b3e024ce1da7c7e24fcacd8a2964dd2e4562ba39)
* | added support for "make pch" to build a precompiled header. Note thatAndrew Tridgell2003-11-121-0/+6
| | | | | | | | | | | | | | this is not called by default and I don't think it should be - I think the programmer should specifically ask for pch generation when they want it. (This used to be commit ef01aedfb4e97af9283b0d54dd362aad809016af)
* | fix crash bug due to empyrt munged dial string; patch from metzeGerald Carter2003-11-111-1/+1
| | | | | | | | (This used to be commit ccd5665a65de6ccfdb9a5f490be1a7b5de486e2a)
* | Patch from Andrew Bartlett <abartlet@samba.org> for security=server coreJeremy Allison2003-11-101-6/+8
| | | | | | | | | | | | dump if server goes away. Jeremy. (This used to be commit e61324cc6a222ca714530827068104f7a74c0911)
* | Fix a problem with configure on *BSD systems. Make sure we add -liconv etcRichard Sharpe2003-11-101-0/+2
| | | | | | | | | | | | | | to LDFLAGS. One of the problems with configure/autoconf is that there seems to be no separation of LDLFAGS etc in configure from the LDFLAGS it is building for the Makefile. (This used to be commit 63d7698208a0fc4dfd2e3158f5ccbb1b6d9a6baf)
* | Skip over the winbind separator when looking up a user.Volker Lendecke2003-11-091-0/+1
| | | | | | | | | | Volker (This used to be commit 6b457d0c5c1a18b6e09c2c4cc489ce791aac3c6b)
* | Add new fields bad_password_count and logon_countJelmer Vernooij2003-11-091-1/+3
| | | | | | | | (This used to be commit 58c21bc0d1e9a39e64ce7b9efd637dc776c06029)
* | last update to WHATSNEWGerald Carter2003-11-071-1/+5
| | | | | | | | (This used to be commit ad5588e3062f9f9a10e7102062805cae1cc50385)
* | * only install swat html files onceGerald Carter2003-11-073-17/+34
| | | | | | | | | | | | | | | | | | | | | | * revert the change that prevent the guest account from being added to a passdb backend since it broke the build farm. * apply patch from Alex Deiter to fix the "smbldap_open: cannot access when not root error" messages when looking up group information (bug 281) (This used to be commit 9b8bf6a950186bd95abe952af4a7d35829b34ff8)
* | Handle munged dial string. Patch from Aur?lien Degr?mont ↵Jeremy Allison2003-11-074-16/+121
| | | | | | | | | | | | | | <adegremont@idealx.com>with memory leak fixes by me. Jeremy. (This used to be commit e591854eda8568ed1a4ad6b9de64e523c02b4392)
* | working on release notes for 3.0.1pre2Gerald Carter2003-11-071-5/+102
| | | | | | | | (This used to be commit d45441bb4f893e76c25aca1d40f23e0f0d347b51)
* | Set vendor name.Tim Potter2003-11-071-0/+1
| | | | | | | | (This used to be commit 9d8cacc4e6d6336455732286e5e6f90ac3f4ec49)
* | Set vendor string.Tim Potter2003-11-071-0/+1
| | | | | | | | (This used to be commit 0b28bed5058947ff95fdb64f4beb784c90d02afc)
* | Add vendor name to rpm preamble.Tim Potter2003-11-071-0/+1
| | | | | | | | (This used to be commit e68189ba863596ea92dc4fa199457bd93d322888)
* | fix for bug 680 (heads up). This gist is to map theGerald Carter2003-11-073-385/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UNIX entity foo to DOMAIN\foo instead of SERVER\foo on members of a Samba domain when all UNIX accounts are shared via NIS, et. al. * allow winbindd to match local accounts to domain SID when 'winbind trusted domains only = yes' * remove code in idmap_ldap that searches the user suffix and group suffix. It's not needed and provides inconsistent functionality from the tdb backend. This has been tested. I'm still waiting on some more feedback but This needs to be in 3.0.1pre2 for widespread use. (This used to be commit ee272414e9965d7d550ba91d4e83997134dd51e6)
* | don't allow setting of the guest accountGerald Carter2003-11-071-0/+8
| | | | | | | | (This used to be commit e0eea3639425aa6f4b621cce6b33df9e9c67ba6d)
* | Implement %i-Macro for the locally used IP address. With this you can againVolker Lendecke2003-11-072-0/+31
| | | | | | | | | | | | | | | | have virtual hosts with different configurations on a single smbd even on port 445. Volker (This used to be commit 3a7c8c4f0e7fcfc2e20e1ad5e4b8e3c215ef1f0d)
* | Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke2003-11-075-18/+18
| | | | | | | | | | | | | | | | | | | | | | get_peer_name. This is to get closer to the getsockname/getpeername system functions. Next step will be the %i macro for the local IP address. I still want to play %L-games in times of port 445. Volker (This used to be commit d7162122eaf5d897e5de51604e431bfbaa20e905)
* | I agree with vl's #if 0 here, and am not quite sure what I wasAndrew Bartlett2003-11-071-13/+0
| | | | | | | | | | | | | | | | | | thinking with regard to the original code. Let's keep samba simple, and just remove it. Andrew Bartlett (This used to be commit 156cf8bede52e1d33be980fd8841367253a60b9e)
* | Remove compleatly wrong comments. (There were correct, 2 years ago...)Andrew Bartlett2003-11-071-6/+0
| | | | | | | | | | Andrew Bartlett (This used to be commit 256b85802e5820847fbad4305fcb0f5da2e51975)
* | Add newline to debug messageAndrew Bartlett2003-11-071-1/+1
| | | | | | | | (This used to be commit e0868b978ec5debf6b91aeeb85aa1f404d07a34b)
* | A fix to allow configure to find iconv on a number of systems including thoseRichard Sharpe2003-11-062-22/+24
| | | | | | | | | | that don't have such support in glibc. (This used to be commit de6d5f1d1025bec8991944060df50eb2602f7221)
* | Final round of printf warnings fixes for the moment.Tim Potter2003-11-069-29/+34
| | | | | | | | (This used to be commit 0519a7022b4979c0e8ddd4907f4b858a59299c06)
* | Fix bug #471. (const needed in lp_set_name_resolve_order).Jeremy Allison2003-11-061-2/+2
| | | | | | | | | | Jeremy. (This used to be commit 3c19ac5f1c9e393780e57028808871dfdc77b170)
* | Ignore tallocdump binary. Previous commit was printf warning fixes and anTim Potter2003-11-061-2/+3
| | | | | | | | | | accidental commit of some other stuff I was working on. (This used to be commit cfccf00816d873f6d7b298e15536ec423c2cfe03)
* | Undo accidentally committed stuff.Tim Potter2003-11-061-111/+0
| | | | | | | | (This used to be commit 0a79519bc4b92b2f6e88b921d5ede761cc8ee2af)
* | Ignore tallocdump binary.Tim Potter2003-11-062-2/+113
| | | | | | | | (This used to be commit addeb1c6c90faf5842db4a75f8db8d2325905b03)
* | run krb5 logins through the username map if the winbindd lookup fails; bug 698Gerald Carter2003-11-061-4/+9
| | | | | | | | (This used to be commit efe257bce2020e94d00946a27e2e586c82a1480f)
* | patch from MORIYAMA Masayuki to save LDFLAGS during iconv detection; bug 570Gerald Carter2003-11-061-0/+1
| | | | | | | | (This used to be commit 486f495ea7decb4abfdb4751ae124b036f3e5d16)
* | Undo last commit to get things building again.Tim Potter2003-11-061-2/+4
| | | | | | | | (This used to be commit d3af6b443d9f52b007a1c022908d767edf238b9e)
* | bug 624; make sure to set the GUEST SID rather than using the PDB_DEFAULT flagGerald Carter2003-11-061-1/+1
| | | | | | | | (This used to be commit ccc7634b1c4b7813a1d09af93572b1209e72dffb)
* | Apply the patch to fix iconv detection for FreeBSD to the Samba 3.0.0 branchRichard Sharpe2003-11-061-4/+2
| | | | | | | | | | as well. (This used to be commit 44be80e4883c8578b98ec02ac422c97229b063c5)
* | Compile tdbdump by default.Volker Lendecke2003-11-051-1/+7
| | | | | | | | | | Volker (This used to be commit b628ba0fc00585cbe1443e0b146ee673f25bc50f)
* | Patch from James Henstridge to allow rpcclient adddriver command to specifyTim Potter2003-11-051-3/+12
| | | | | | | | | | printer driver version. Closes bug #514. (This used to be commit c5865e3dfe0166a4714129a3ddfe1c39218e28f0)
* | make sure that we expand %H (from vl); bug 612Gerald Carter2003-11-051-0/+3
| | | | | | | | (This used to be commit a77f5924304d03d8033d1ef5f6526373f5b67aa3)
* | added note about stripping comments from LDIF; bug 642Gerald Carter2003-11-051-0/+6
| | | | | | | | (This used to be commit 3f67b2bbfdbedc76d7265fc5333d5f71577d9c7b)
* | Fix coredump in cli_get_backup_list.Jeremy Allison2003-11-051-5/+2
| | | | | | | | | | Jeremy. (This used to be commit 29413db303d30d28c2fb0cc6e6e963e725ad4101)
* | Fix debug message warning.Jeremy Allison2003-11-051-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 154793981a1b2aea2703ef4da4764a322bf90ca0)
* | Fix for bug #771. Fix packet length for browse list reply.Jeremy Allison2003-11-051-1/+1
| | | | | | | | | | Jeremy. (This used to be commit d085c94dacffbe8199e83315340e4f60d1f0b9a5)
* | Fix crash bug in smbclient completion. Closes bug #659.Tim Potter2003-11-041-3/+2
| | | | | | | | (This used to be commit 4480058d85ebe9175c4720c18100b459877dbd07)
* | Add ldaplibs to pdbedit link line. Fixes bug #651.Tim Potter2003-11-041-1/+1
| | | | | | | | (This used to be commit e306c962685c8b17df520aebccf6f0d8e3d7ce3c)
* | Use the actual size of the buffer in strftime instead of a made up valueTim Potter2003-11-041-1/+1
| | | | | | | | | | which just happens to be less than sizeof(fstring). Closes #713. (This used to be commit 761e13da4ef8294f0b131ad7f672d023b0d222f6)
* | Fix typo in debug statement.Tim Potter2003-11-041-1/+1
| | | | | | | | (This used to be commit 66e5043553939be2b124bec8581f08b01fdf9c1e)
* | Generate 64-bit clean printf's for build options.Tim Potter2003-11-041-8/+8
| | | | | | | | (This used to be commit 1814c29b7d5c2ab25f209fba0afb5c6d175a87d1)
* | Fix for bug #703, try lowercase netgroups lookups.Jeremy Allison2003-11-041-1/+18
| | | | | | | | | | Jeremy. (This used to be commit 8b06385e008a9433fa6efb941b997f7d6b182a65)
* | Fix missing bracket in quota quote - my fault.Tim Potter2003-11-041-1/+1
| | | | | | | | (This used to be commit fc30b6b5473124bad9c2c30b604bc21c9de258c1)
* | Use a static string instead of malloced one in winbind_{off,on}() utilityTim Potter2003-11-041-29/+8
| | | | | | | | | | functions. (This used to be commit 7710232ba21305a1e3c9523ace82a5a419526b50)
* | Fix for winbindd on HPUX from albert chin (china@thewrittenword.com)Jeremy Allison2003-11-031-4/+2
| | | | | | | | | | Jeremy. (This used to be commit 119a89246bf84cb98b76cf3777c039fa8eb644f2)