summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2001-05-14So I promised Andrew that a winbindd_proto.h file wouldn't be necessary.Tim Potter1-0/+5
2001-05-07OK so I couldn't be as clever as I wanted to be with winbindd_glue.cTim Potter1-7/+8
2001-05-07Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter1-16/+16
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-6/+6
2001-04-29make clean should remove PROGSAndrew Tridgell1-1/+1
2001-04-28don't need slprintf.c any moreAndrew Tridgell1-2/+2
2001-04-28removing the references to rpc_client_proto.hGerald Carter1-21/+8
2001-04-26removed SMBRUN referencesGerald Carter1-15/+1
2001-04-25merge some of the nsswitch code from tng to headAndrew Tridgell1-2/+2
2001-04-24Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra1-1/+22
2001-04-18merge from 2.2Andrew Tridgell1-0/+1
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-6/+12
2001-04-12Added a caching system to smbsh. Previously access to workgroup or serverTim Potter1-0/+1
2001-04-10Added JohnT and Andrew Bartlett's PAM changes.Jeremy Allison1-1/+1
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-1/+10
2001-03-18much better readline support from Simo Sorce, with some mods from meAndrew Tridgell1-1/+1
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison1-3/+5
2001-03-11Dead code removal. Not used anywhere.Jeremy Allison1-3/+3
2001-03-11Ok - everything now compiles in HEAD (at least the default stuff). WeJeremy Allison1-9/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+4
2001-03-10started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell1-1/+1
2001-02-27Separated dfs pipe into implementation and interface modules.Jeremy Allison1-1/+1
2001-02-26Split srvsvc pipe into interface and implementation modules.Jeremy Allison1-1/+1
2001-02-26Split wks pipe into interface and implementation modules.Jeremy Allison1-1/+1
2001-02-26Separated lsa code into interface and implementation.Jeremy Allison1-1/+1
2001-02-25Separated reg code into interface & implementation.Jeremy Allison1-1/+1
2001-02-21but it is needed for linking ...Andrew Tridgell1-1/+1
2001-02-21rpc_parse_samr.c doesn't exist in head ...Andrew Tridgell1-1/+1
2001-02-21the unicode conversion of our client code is complete enough to beAndrew Tridgell1-1/+1
2001-02-20initial client side unicode support (needed for netapp filer)Andrew Tridgell1-1/+1
2001-02-07Add Makefile.in target for installing smbclientlib ...Richard Sharpe1-0/+5
2001-02-02Added Baltic codepage support. From Toomas Soome <tsoome@ut.ee>Tim Potter1-1/+1
2001-01-31Fix for KOI8-R codepage from Andrey Kiselev <dron@at1895.spb.edu>Tim Potter1-1/+1
2001-01-23Patch to get smbcacls and rpcclient to compile together.Tim Potter1-4/+4
2001-01-15Some ugly mucking around to get the new rpcclient compiling and linkingTim Potter1-2/+10
2001-01-11Removed link errors between rpcclient and smbd.Tim Potter1-4/+4
2001-01-11New makefile and proto for rpcclient.Tim Potter1-9/+5
2001-01-07Codepages and stuff for Turkish language support. Contributed byTim Potter1-1/+1
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill1-2/+2
2001-01-03Add a new file clidgram with routines that are used by the libsmbclient code.Richard Sharpe1-1/+1
2000-12-26First pass at the libsmbclient code ...Richard Sharpe1-0/+11
2000-12-13Added proto definition for new RPC calls.Jeremy Allison1-1/+1
2000-12-13I think it's time to go home.Tim Potter1-5/+6
2000-12-13OK so I shouldn't have added cli_pipe.o to LIBSMB_OBJ.Tim Potter1-2/+3
2000-12-13Add libsmb/cli_lsarpc.o and rpc_client/cli_pipe.o to LIBSMB_OBJ. Not soTim Potter1-2/+3
2000-12-08Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter1-5/+7
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-2/+2
2000-12-06update for new pdbedit tool (code from Simo)Gerald Carter1-4/+4
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison1-1/+1
2000-12-03make sure we don't duplicate object filesAndrew Tridgell1-2/+3