summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* The big character set handling changeover!Andrew Tridgell2001-07-041-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 brings HEAD into line with SAMBA_2_2, they now both use bindir.Andrew Bartlett2001-07-041-3/+2
| | | | Andrew Bartlett
* Split pam_winbind out of WINBIND progs so it can be build separatelyTim Potter2001-07-031-1/+2
| | | | only if --with-pam is specified.
* Fix another small problem with Makefile.in ... not doing the correctRichard Sharpe2001-06-301-1/+1
| | | | check for whether or not we should build a shared library.
* Modified Makefile.in to work properly. Define BLDSHARED as a variable in the ↵Richard Sharpe2001-06-301-1/+4
| | | | makefile now.
* These changes cause the libsmbclient stuff to always build a non-shared ↵Richard Sharpe2001-06-291-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 ...
* temporarily made smbclient a non-error target so that builds will succeed ↵Andrew Tridgell2001-06-281-10/+6
| | | | when it fails. This will give richard a chance to fix problems without breaking the tree
* Added back the automatic build of libsmbclient.so in head.Richard Sharpe2001-06-271-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.
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-251-1/+4
| | | | | allow us to have test targets without special configure options - fixed make proto so that it actually does something
* auto-build proto.h if its not there, but don't make it dependAndrew Tridgell2001-06-221-2/+4
| | | | on anything. Delete proto.h from CVS
* added a torture target for building all torture progs. Fixed a typo in locktestAndrew Tridgell2001-06-191-0/+3
|
* moved all our torture code to a separate directoryAndrew Tridgell2001-06-191-8/+8
|
* Added $(PROFILE_OBJ) to winbindd objects.Tim Potter2001-06-191-1/+1
|
* added a oplock break handler hook to the client code, this allows for more ↵Andrew Tridgell2001-06-181-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
* Added stub dfs client commands to rpcclient.Tim Potter2001-06-061-3/+5
|
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-3/+3
|
* removed SHLIBS until someone has time to get it to compile on more platforms ↵Andrew Tridgell2001-06-031-1/+4
| | | | (Richard?)
* 4 new functions to retrieve single linked list of group and passwd entriesSimo Sorce2001-05-291-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
* Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-241-2/+4
|
* added utmp.o to NECESSARY_BECAUSE_SAMBA_DEPENDENCIES_ARE_SO_BROKEN_OBJAndrew Tridgell2001-05-171-3/+3
|
* Fixes to get pam_auth() functionality working again.Tim Potter2001-05-171-1/+10
|
* Broke out change trust account password routines into separate fileTim Potter2001-05-171-1/+1
| | | | | since they're only used in one place anyway (timeout_processing() in process.c)
* Fix a stupid typo in Makefile.in that prevented the libsmbclient codeRichard Sharpe2001-05-161-1/+1
| | | | | from being compiled with -fpic ... Larger changes coming ... I want to move to -fPIC etc.
* Added winbind programs to build for supported systems (i.e linux andTim Potter2001-05-161-4/+2
| | | | | | solaris) so the autobuilder can have a crack at it. Cosmetic fix for large file support ./configure output.
* Make libsmbclient.so by default now.Richard Sharpe2001-05-141-1/+2
| | | | Once we are happy with this in head, we will migrate it to 2.2.x.
* So I promised Andrew that a winbindd_proto.h file wouldn't be necessary.Tim Potter2001-05-141-0/+5
| | | | Unfortunately it is for the moment. )-:
* OK so I couldn't be as clever as I wanted to be with winbindd_glue.cTim Potter2001-05-071-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.
* Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-071-16/+16
| | | | but I haven't actually run it yet so it probably doesn't work. (-:
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-6/+6
| | | | | | | I did some basic tests but I have probably broken something. Notably the password changing. So don't cry ;-) J.F.
* make clean should remove PROGSAndrew Tridgell2001-04-291-1/+1
|
* don't need slprintf.c any moreAndrew Tridgell2001-04-281-2/+2
|
* removing the references to rpc_client_proto.hGerald Carter2001-04-281-21/+8
|
* removed SMBRUN referencesGerald Carter2001-04-261-15/+1
|
* merge some of the nsswitch code from tng to headAndrew Tridgell2001-04-251-2/+2
| | | | | the libnss_winbind.so from head now works with the winbindd from tng
* Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra2001-04-241-1/+22
|
* merge from 2.2Andrew Tridgell2001-04-181-0/+1
|
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-6/+12
| | | | Jeremy.
* Added a caching system to smbsh. Previously access to workgroup or serverTim Potter2001-04-121-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.
* Added JohnT and Andrew Bartlett's PAM changes.Jeremy Allison2001-04-101-1/+1
| | | | Jeremy.
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-1/+10
| | | | J.F.
* much better readline support from Simo Sorce, with some mods from meAndrew Tridgell2001-03-181-1/+1
| | | | to make it a bit simpler
* Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison2001-03-161-3/+5
| | | | | | Parameterises the printing functions so other backends can be plugged directly in (this is a good thing :-). Jeremy.
* Dead code removal. Not used anywhere.Jeremy Allison2001-03-111-3/+3
| | | | Jeremy.
* Ok - everything now compiles in HEAD (at least the default stuff). WeJeremy Allison2001-03-111-9/+2
| | | | | should now be ready for the trivial winbindd port..... (Tim ? :-). Jeremy.
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+4
| | | | | | RPC code to merge with new passdb code. Currently rpcclient doesn't compile. I'm working on it... Jeremy.
* started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell2001-03-101-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.
* Separated dfs pipe into implementation and interface modules.Jeremy Allison2001-02-271-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.
* Split srvsvc pipe into interface and implementation modules.Jeremy Allison2001-02-261-1/+1
| | | | Jeremy.
* Split wks pipe into interface and implementation modules.Jeremy Allison2001-02-261-1/+1
| | | | Jeremy.
* Separated lsa code into interface and implementation.Jeremy Allison2001-02-261-1/+1
| | | | Jeremy.