summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2001-07-04The big character set handling changeover!Andrew Tridgell1-31/+12
This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation. (This used to be commit debb471267960e56005a741817ebd227ecfc512a)
2001-07-04This brings HEAD into line with SAMBA_2_2, they now both use bindir.Andrew Bartlett1-3/+2
Andrew Bartlett (This used to be commit cfd81e62c81dcb114e2c9f917a01168273bf75b0)
2001-07-03Split pam_winbind out of WINBIND progs so it can be build separatelyTim Potter1-1/+2
only if --with-pam is specified. (This used to be commit 3fd2387a952484c27c580c896b6bc1456aa96365)
2001-06-30Fix another small problem with Makefile.in ... not doing the correctRichard Sharpe1-1/+1
check for whether or not we should build a shared library. (This used to be commit 09837044a2aa47a61d635316afa38645855db512)
2001-06-30Modified Makefile.in to work properly. Define BLDSHARED as a variable in the ↵Richard Sharpe1-1/+4
makefile now. (This used to be commit 332f646fdc25ae4fe3797ad6c85d4637f0dba0e3)
2001-06-29These changes cause the libsmbclient stuff to always build a non-shared ↵Richard Sharpe1-8/+8
library and to build a shared library only for the four OSes that we currently like. I will probably add HP/UX and AIX support based on the CUPS stuff soon ... (This used to be commit 9585529455ae4a3e9b4dafc5f16286fabb052809)
2001-06-28temporarily made smbclient a non-error target so that builds will succeed ↵Andrew Tridgell1-10/+6
when it fails. This will give richard a chance to fix problems without breaking the tree (This used to be commit 83d0dc4b53231b05588b7341540c0e4ba1f430b1)
2001-06-27Added back the automatic build of libsmbclient.so in head.Richard Sharpe1-1/+1
This is so I can find out what platforms it fails on. I will pull it again tomorrow if there are too many problems, like > 2 platforms that it fails to build on, but will pop it back in again as I resolve platforms. (This used to be commit cc72c44e53a36f3da135f4dc10a9391f65c8b6c7)
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell1-1/+4
allow us to have test targets without special configure options - fixed make proto so that it actually does something (This used to be commit 55109a752578e9389d853cb27ec17c2114ecff77)
2001-06-22auto-build proto.h if its not there, but don't make it dependAndrew Tridgell1-2/+4
on anything. Delete proto.h from CVS (This used to be commit 8a37df73ec4d8d1a7db60a49cd5d7d22c4704a88)
2001-06-19added a torture target for building all torture progs. Fixed a typo in locktestAndrew Tridgell1-0/+3
(This used to be commit fd0d729ce0d9a057e867001c2ea52c8599713b28)
2001-06-19moved all our torture code to a separate directoryAndrew Tridgell1-8/+8
(This used to be commit dd12c47645e2d0e832bc555492a6a8725a4495ee)
2001-06-19Added $(PROFILE_OBJ) to winbindd objects.Tim Potter1-1/+1
(This used to be commit 4897cfcf85340057f56d39128b0f0bdd72da2cf6)
2001-06-18added a oplock break handler hook to the client code, this allows for more ↵Andrew Tridgell1-0/+1
complete testing of oplocks from smbtorture and would also be essential if a client app ever really did want to use oplocks properly (This used to be commit 3d4a3bfacd9ef225aeaab801e5a216d12814b60a)
2001-06-06Added stub dfs client commands to rpcclient.Tim Potter1-3/+5
(This used to be commit e65b4862733668feb62befe03ea5724c0a862acc)
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-3/+3
(This used to be commit 8ec9c87b5d1a7dae17d5b1a30f58effaf5e69e4b)
2001-06-03removed SHLIBS until someone has time to get it to compile on more platforms ↵Andrew Tridgell1-1/+4
(Richard?) (This used to be commit 02a3a782b8aed1d7c55370bb9fb0f4fccab929d6)
2001-05-294 new functions to retrieve single linked list of group and passwd entriesSimo Sorce1-1/+2
+ a fix to an infinite loop in srv_samr_nt.c caused by misuse of setgrent/getgrent/endgrent solved by these new functions (This used to be commit 97dbb54a13e2285f1905ee1ec9aafeebdaee8917)
2001-05-24Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter1-2/+4
(This used to be commit 3343c9f0d67d98687e5933e1a73c0ff487279160)
2001-05-17added utmp.o to NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJAndrew Tridgell1-3/+3
(This used to be commit f2bb3c50f3481689521607f79ba2bfd696330380)
2001-05-17Fixes to get pam_auth() functionality working again.Tim Potter1-1/+10
(This used to be commit 083b74c743f0026693fa0fbe665ed08a3ac706b8)
2001-05-17Broke out change trust account password routines into separate fileTim Potter1-1/+1
since they're only used in one place anyway (timeout_processing() in process.c) (This used to be commit d1e5d5d62fcb5da30e3f2619721c5146db753f3c)
2001-05-16Fix a stupid typo in Makefile.in that prevented the libsmbclient codeRichard Sharpe1-1/+1
from being compiled with -fpic ... Larger changes coming ... I want to move to -fPIC etc. (This used to be commit 122e2753d518fc599e06e1533378815eebb18d4f)
2001-05-16Added winbind programs to build for supported systems (i.e linux andTim Potter1-4/+2
solaris) so the autobuilder can have a crack at it. Cosmetic fix for large file support ./configure output. (This used to be commit ded776af285baa65af151710fe7440b6c52fc409)
2001-05-14Make libsmbclient.so by default now.Richard Sharpe1-1/+2
Once we are happy with this in head, we will migrate it to 2.2.x. (This used to be commit bf69d30b0741210dcdf61f493f6bf872a8931701)
2001-05-14So I promised Andrew that a winbindd_proto.h file wouldn't be necessary.Tim Potter1-0/+5
Unfortunately it is for the moment. )-: (This used to be commit 29f9a6c571a6e5571a860b84f9bbc04f668c607e)
2001-05-07OK so I couldn't be as clever as I wanted to be with winbindd_glue.cTim Potter1-7/+8
so all the glue functions are prefixed with wb_ to avoid conflicts with the old rpc_client stuff which is still a dependency of smbd/nmbd. (This used to be commit 873e672b90e85e092102e10966e9f93f4fa6814f)
2001-05-07Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter1-16/+16
but I haven't actually run it yet so it probably doesn't work. (-: (This used to be commit 59f95416b66db6df05289bde224de29c721978e5)
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-6/+6
I did some basic tests but I have probably broken something. Notably the password changing. So don't cry ;-) J.F. (This used to be commit a4a4c02b12f030a3b9e6225b999c90689dfc4719)
2001-04-29make clean should remove PROGSAndrew Tridgell1-1/+1
(This used to be commit 783728fa8c6527e1dfc4434a587d5753886ad8ec)
2001-04-28don't need slprintf.c any moreAndrew Tridgell1-2/+2
(This used to be commit 025285e179924024f069a31a65b124bd45a249af)
2001-04-28removing the references to rpc_client_proto.hGerald Carter1-21/+8
(This used to be commit e7ef88dfeef658928f1a2dd79f3d142417be2015)
2001-04-26removed SMBRUN referencesGerald Carter1-15/+1
(This used to be commit bab7bb2d4e3d1706315ff30cc406588b9dec59a1)
2001-04-25merge some of the nsswitch code from tng to headAndrew Tridgell1-2/+2
the libnss_winbind.so from head now works with the winbindd from tng (This used to be commit 67ccfd2826548a6ca22562f9fb3ae156a57bd7db)
2001-04-24Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra1-1/+22
(This used to be commit 550cc5c182e88f742ac2052d80208da5f98e2543)
2001-04-18merge from 2.2Andrew Tridgell1-0/+1
(This used to be commit f52a5014ee325f9d91f266f88eac51b6136a75b9)
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-6/+12
Jeremy. (This used to be commit fc76681812b1469208ad6c8847afdfc68bc6db49)
2001-04-12Added a caching system to smbsh. Previously access to workgroup or serverTim Potter1-0/+1
directories under /smb generated net share enum or net server enum calls. For large networks this could result in bad performance. We now cache these results and only call net * enums after the cache timeout has exceeded. (This used to be commit 1e38eef54d729aeb7fe905b344cf1480c686a348)
2001-04-10Added JohnT and Andrew Bartlett's PAM changes.Jeremy Allison1-1/+1
Jeremy. (This used to be commit ecd00e258c6fe4e8d90f48da74874e090dce4a40)
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-1/+10
J.F. (This used to be commit 7154deb026d53cb0cd503562174c3332a372be63)
2001-03-18much better readline support from Simo Sorce, with some mods from meAndrew Tridgell1-1/+1
to make it a bit simpler (This used to be commit e1487eb2c4626dbe0cc3b17606eda702cedef28b)
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison1-3/+5
Parameterises the printing functions so other backends can be plugged directly in (this is a good thing :-). Jeremy. (This used to be commit c0345bbaed5d1aac777f1a33ff84ad1899f2ed6d)
2001-03-11Dead code removal. Not used anywhere.Jeremy Allison1-3/+3
Jeremy. (This used to be commit 90f334be23c20aa2a8a947e58907bd7854148574)
2001-03-11Ok - everything now compiles in HEAD (at least the default stuff). WeJeremy Allison1-9/+2
should now be ready for the trivial winbindd port..... (Tim ? :-). Jeremy. (This used to be commit 85021b16388e8efc15ac57bf1a7c01bba552bf41)
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+4
RPC code to merge with new passdb code. Currently rpcclient doesn't compile. I'm working on it... Jeremy. (This used to be commit 0be41d5158ea4e645e93e8cd30617c038416e549)
2001-03-10started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell1-1/+1
method to what was used in the client I now have session setup and tconx working. Currently this is enabled with SMBD_USE_UNICODE environment variable. Once the code is complete this will become a smb.conf option. (This used to be commit 7684c1e67294266d018c6f0cab58f1a9d797174f)
2001-02-27Separated dfs pipe into implementation and interface modules.Jeremy Allison1-1/+1
rpc_parse/parse_dfs.c: Had to add buffer overrun checking ! HOW DID THIS GET IN HERE ! rpc_parse/parse_prs.c: Ensure prs_alloc_mem does a memset of zero before returning. Jeremy. (This used to be commit c9a6a17025f4a6850cd2b9a9ddb48bdeec8b3ffe)
2001-02-26Split srvsvc pipe into interface and implementation modules.Jeremy Allison1-1/+1
Jeremy. (This used to be commit e14c88ddf466f17a710724fb4fc273d37a244d77)
2001-02-26Split wks pipe into interface and implementation modules.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 6a16b3850fdc4d6750ef2046f1db934f1ef92f17)
2001-02-26Separated lsa code into interface and implementation.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 1cc96e0340b9e3ac343d6a28211bf0cc5bc6573b)