summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-26Use SAFE_FREE() instead of plain free() - pointed out by metzeJelmer Vernooij1-1/+2
(This used to be commit b49436d020f8d88d42428c83ea9a278d3433d134)
2003-03-26Use execinfo.h to get prototypes for backtrace_symbols (fixesJelmer Vernooij2-1/+5
some warnings) (This used to be commit d453b656e56a9b836b76f1cdce8de65d7bc4eb6c)
2003-03-26Fix $LDAP_LIBSJelmer Vernooij1-2/+2
(This used to be commit af98285f4e4fc4a0e890fed2c71b09280252b3f4)
2003-03-26Output backtrace to logfile in smb_panic(), as suggested by mbpJelmer Vernooij3-9/+32
(only on systems that support it, of course) (This used to be commit bf439d733df6a11a25ff561a853c3382a3b34b96)
2003-03-26- Patch from John to update PDC-HOWTO, add ServerType and CUPS (not finished ↵Jelmer Vernooij41-8940/+11781
yet) - Regenerate docs - Update docs-status (This used to be commit adbb714ade8ab6f4e9b5d80f0f85041746c0edf1)
2003-03-26A fixed type TRUE -> True, reported by Paul Green.John Terpstra1-1/+1
(This used to be commit 14499e64555481fdd5fa8ba656a4cba9a597a86b)
2003-03-25Don't do $(MAKE) modules_clean twice in a row - it breaks the build...Jelmer Vernooij1-1/+0
(This used to be commit 1e1544ecc12d1e7c00080894786f500cd774a6b3)
2003-03-25Give PARAMS_OBJ more priorityJelmer Vernooij1-27/+26
(This used to be commit cf73797d110d271fc7a30c11e023c4d1ba2b5c9b)
2003-03-25Fix two typosJelmer Vernooij2-2/+2
(This used to be commit c682d5abf310e445f1629e9b48a15d10b176ed39)
2003-03-25Do $(MAKE) modules_clean when compiling dynconfig.o. It's not theJelmer Vernooij1-2/+4
most elegant solution, but it works. (This used to be commit 02d202034dad56365a15c4e9fdcb7c420a77e1ed)
2003-03-25Add notes about the rebuilding of filesJelmer Vernooij1-6/+15
(This used to be commit 0ab6e96c9b32526936878da62b3cc00edd0ac27c)
2003-03-25Always rebuild modules after running ./configure (to preventJelmer Vernooij3-13/+28
undefined symbol errors) (This used to be commit e193b47259d11b0eaef4071acb406d6433426733)
2003-03-25Add example version identifierJelmer Vernooij1-1/+1
(This used to be commit 0558cae208067aa1e10060f22f12b2b8c09c53b1)
2003-03-25Add documentation on unicodeJelmer Vernooij2-0/+95
(This used to be commit cdfb0161adb37f70247b047eb93b92cfcf11783b)
2003-03-25Add info about dual daemon modeJelmer Vernooij1-10/+40
(This used to be commit 2018b331a17a4ac485ac03e175ab24d9457a5b77)
2003-03-25Remove old check for TDB SAM (we now have ↵Jelmer Vernooij1-18/+8
--with-{static,shared}-modules=pdb_tdbsam) (This used to be commit 760fd4e5c48276696182febcae3b0a997999b1e2)
2003-03-25Fix another opened-but-not-closed tagAlexander Bokovoy1-3/+1
(This used to be commit 1c53686f3a2b2ff220836b76755a184fac0b238e)
2003-03-25- Support building all auth modules as .so'sJelmer Vernooij7-85/+120
- Change 2 variable names to avoid conflicts (patch by Stephan Kulow <coolo@kde.org>) (This used to be commit 71b05cd14ae6df8340730e7bad1c783dc278c5d3)
2003-03-25Don't use 'opt'Jelmer Vernooij1-1/+1
(This used to be commit 6ab41e50fd0a36ebd9969064aa46235dc687dfba)
2003-03-25Make variables static to satisfy exotic compilersJelmer Vernooij2-3/+2
(This used to be commit 094eed2c6222fe167ee9f596f4b849a4dea234bf)
2003-03-25Fixed opened-but-not-closed listitem/varlistentry for LDAPADMINDNAlexander Bokovoy1-0/+2
(This used to be commit ec6b9e62fbfe417865e8e3b2ba7cc7473709c20e)
2003-03-25Print list of builtin modules in 'smbd -b'Jelmer Vernooij3-0/+6
(This used to be commit 3a2ed0da40c9709cdae061927f44a38f58e44df0)
2003-03-25Remove obsolete defines (because of new modules system). We needJelmer Vernooij1-9/+0
a way to track which modules have been builtin (This used to be commit 0f724be38439af9284e51b7b9b8605e8956e51ba)
2003-03-25We need to 'preprocess' in popt_common_samba as wellJelmer Vernooij1-1/+1
(This used to be commit 37ee8aecf4ae570c3d08e9fa94724bc9c917108f)
2003-03-25Fix debug (thanks metze)Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 5562f1865c90e3f52a3178d9d9ded60909bbe5f0)
2003-03-25Make auth.c compile again. I'm not sure what this does though...Volker Lendecke1-2/+3
Volker (This used to be commit 8e3f300f21e23b7e6b68ddcc45d581a962cd8aa4)
2003-03-25Fix missing tag pairsAlexander Bokovoy2-2/+3
(This used to be commit 44d9062f91d13b43b1e78c30931a017031f17116)
2003-03-25Must have been somewhere else last sunday...Volker Lendecke1-3/+4
Apply metzes patch (hopefully) correctly this time Volker (This used to be commit e52a2d5d49e3c784d5db06bade2c866422258fcc)
2003-03-25Make these functions static, keep them out of proto.Andrew Bartlett2-4/+4
(This used to be commit 34934d2edf0d575fae7d729fe4d8d3ab034a544f)
2003-03-25Apply metze's change correctly this time. Playing 'patch' byVolker Lendecke1-6/+6
hand can be somewhat error-prone.. Volker (This used to be commit 12fabd07148c21f5481cb750f1cfdab2e8112e4b)
2003-03-25win9x was suffered a case of the blues during a domain logon.Gerald Carter1-1/+14
For some reason, explicitly setting the service type during the tcon&X fixes this. (This used to be commit c458179d21465165705e6c035776698cb824baf5)
2003-03-25win9x was suffered a case of the blues during a domain logon.Gerald Carter1-1/+10
For some reason, explicitly setting the service type during the tcon&X fixes this. (This used to be commit 4dd81caeff96d2b7f08b4846a524f917a85407a4)
2003-03-24- Add support to auth/ for the new modules systemJelmer Vernooij12-90/+129
- Quite some small fixes (also fixes the build) (This used to be commit 3defbd5e0633acfa4631531b49601c7706072d86)
2003-03-24Fix two typosJelmer Vernooij2-2/+2
(This used to be commit 898a246c1650326cbd9b8ca49fb93963e589ea1f)
2003-03-24When using --with-static-modules=subsystem, don't build modules thatJelmer Vernooij2-4/+6
can't be build (This used to be commit bb943a68af20f87a4b2d6b257585615d1792dd33)
2003-03-24Add notes for packagersJelmer Vernooij2-0/+42
(This used to be commit 9bec6889047814dc00eea102d6c3368d3942db94)
2003-03-24Give error message when module doesn't seem to containJelmer Vernooij1-0/+5
pipe functions (This used to be commit 4dd16790436d18f5ac5868538309128e3f8ad1cc)
2003-03-24Simplify modules interface and make it easier to buildJelmer Vernooij2-45/+39
complete subsystems as modules (--with-shared-modules=rpc,pdb_xml,pdb_ldap works now, for example) (This used to be commit f622bdc691fabed218598fb0546b9e933aed63ed)
2003-03-24Add static to satisfy exotic compilersJelmer Vernooij1-1/+1
(This used to be commit 269c93ca269e5badd5475d9ad53d06f9cb111d2c)
2003-03-24Add mapping for Bad Network PathJelmer Vernooij1-0/+1
(This used to be commit 1481cd9ecf1658312424c193d8cd3632766eb058)
2003-03-24Remove documentation for removed optionsJelmer Vernooij2-2/+0
(This used to be commit 2cb23016385a286006a08170188b4e7ca62429d9)
2003-03-24Don't use old usage() function, but the one from popt.Jelmer Vernooij4-15/+2
Remove some useless arguments (This used to be commit 8df30059ef100a4d5e21501d7746427b4d312589)
2003-03-24editreg, wrepld and ntlm_aut aren't documented yet..Jelmer Vernooij1-0/+5
(This used to be commit bd197baa8657d7708804e67e37d10be6acf75af6)
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij16-17/+41
some double options and broke some parameters. (This used to be commit d5f9b0275c91512e1926504f22aaeec2d104430d)
2003-03-24Document common arguments with entitiesJelmer Vernooij16-507/+220
(This used to be commit adafcbb9af4a22db0fefb70966564d8591b5baed)
2003-03-24Add modules support to charsetJelmer Vernooij3-45/+78
(This used to be commit cf3d31b9801d7ccb30334a92d4dc8a0ced2ecd31)
2003-03-24Define POPT_TABLEEND if current popt.h doesn't contain it alreadyJelmer Vernooij1-0/+4
(This used to be commit de4bdf42d8f27b54260f58ff37d438c67623f446)
2003-03-24Fix init function name and return valueJelmer Vernooij1-2/+2
(This used to be commit 27f3fbac724847f2d0926d2231808871508a7dd9)
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij20-357/+95
(This used to be commit 2ddfed298d7f0b6e690275725a39c3ef107077ae)
2003-03-24(merge from HEAD)Andrew Bartlett14-144/+283
NTLM Authentication: - Add a 'privileged' mode to Winbindd. This is achieved by means of a directory under lockdir, that the admin can change the group access for. - This mode is now required to access with 'CRAP' authentication feature. - This *will* break the current SQUID helper, so I've fixed up our ntlm_auth replacement: - Update our NTLMSSP code to cope with 'datagram' mode, where we don't get a challenge. - Use this to make our ntlm_auth utility suitable for use in current Squid 2.5 servers. - Tested - works for Win2k clients, but not Win9X at present. NTLMSSP updates are needed. - Now uses fgets(), not x_fgets() to cope with Squid environment (I think somthing to do with non-blocking stdin). - Add much more robust connection code to wb_common.c - it will not connect to a server of a different protocol version, and it will automatically try and reconnect to the 'privileged' pipe if possible. - This could help with 'privileged' idmap operations etc in future. - Add a generic HEX encode routine to util_str.c, - fix a small line of dodgy C in StrnCpy_fn() - Correctly pull our 'session key' out of the info3 from th the DC. This is used in both the auth code, and in for export over the winbind pipe to ntlm_auth. - Given the user's challenge/response and access to the privileged pipe, allow external access to the 'session key'. To be used for MSCHAPv2 integration. Andrew Bartlett (This used to be commit ec071ca3dcbd3881dc08e6a8d7ac2ff0bcd57664)